Uses of Interface
org.bukkit.persistence.ListPersistentDataType
Packages that use ListPersistentDataType
Package
Description
Classes that allow attaching persistent data to various objects.
-
Uses of ListPersistentDataType in org.bukkit.persistence
Methods in org.bukkit.persistence that return ListPersistentDataTypeModifier and TypeMethodDescriptionListPersistentDataTypeProvider.booleans()Provides a sharedListPersistentDataTypethat is capable of storing lists of booleans.@NotNull ListPersistentDataType<byte[], byte[]> ListPersistentDataTypeProvider.byteArrays()Provides a sharedListPersistentDataTypethat is capable of storing lists of byte arrays.ListPersistentDataTypeProvider.bytes()Provides a sharedListPersistentDataTypethat is capable of storing lists of bytes.ListPersistentDataTypeProvider.dataContainers()Provides a sharedListPersistentDataTypethat is capable of persistent data containers.ListPersistentDataTypeProvider.doubles()Provides a sharedListPersistentDataTypethat is capable of storing lists of doubles.ListPersistentDataTypeProvider.floats()Provides a sharedListPersistentDataTypethat is capable of storing lists of floats.@NotNull ListPersistentDataType<int[], int[]> ListPersistentDataTypeProvider.integerArrays()Provides a sharedListPersistentDataTypethat is capable of storing lists of int arrays.ListPersistentDataTypeProvider.integers()Provides a sharedListPersistentDataTypethat is capable of storing lists of integers.<P,C> @NotNull ListPersistentDataType <P, C> ListPersistentDataTypeProvider.listTypeFrom(@NotNull PersistentDataType<P, C> elementType) Constructs a new list persistent data type given any persistent data type for its elements.@NotNull ListPersistentDataType<long[], long[]> ListPersistentDataTypeProvider.longArrays()Provides a sharedListPersistentDataTypethat is capable of storing lists of long arrays.ListPersistentDataTypeProvider.longs()Provides a sharedListPersistentDataTypethat is capable of storing lists of longs.ListPersistentDataTypeProvider.shorts()Provides a sharedListPersistentDataTypethat is capable of storing lists of shorts.ListPersistentDataTypeProvider.strings()Provides a sharedListPersistentDataTypethat is capable of storing lists of strings.