接口的使用
org.bukkit.persistence.PersistentDataContainer
-
org.bukkit.block中PersistentDataContainer的使用
-
org.bukkit.persistence中PersistentDataContainer的使用
修饰符和类型字段说明static final PersistentDataType<PersistentDataContainer,
PersistentDataContainer> PersistentDataType.TAG_CONTAINER
static final PersistentDataType<PersistentDataContainer,
PersistentDataContainer> PersistentDataType.TAG_CONTAINER
修饰符和类型方法说明PersistentDataHolder.getPersistentDataContainer()
Returns a custom tag container capable of storing tags on the object.PersistentDataAdapterContext.newPersistentDataContainer()
Creates a new and empty meta container instance.修饰符和类型方法说明ListPersistentDataTypeProvider.dataContainers()
Provides a sharedListPersistentDataType
that is capable of persistent data containers..ListPersistentDataTypeProvider.dataContainers()
Provides a sharedListPersistentDataType
that is capable of persistent data containers..修饰符和类型方法说明void
PersistentDataContainer.copyTo
(@NotNull PersistentDataContainer other, boolean replace) Copies all values from thisPersistentDataContainer
to the provided container.