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.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.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> ListPersistentDataType <P, C> ListPersistentDataTypeProvider.listTypeFrom(PersistentDataType<P, C> elementType) Constructs a new list persistent data type given any persistent data type for its elements.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.