Uses of Interface
org.bukkit.persistence.ListPersistentDataType
Package
Description
Classes that allow attaching persistent data to various objects.
-
Uses of ListPersistentDataType in org.bukkit.persistence
Modifier and TypeMethodDescriptionListPersistentDataTypeProvider.booleans()
Provides a sharedListPersistentDataType
that is capable of storing lists of booleans.ListPersistentDataType
<byte[], byte[]> ListPersistentDataTypeProvider.byteArrays()
Provides a sharedListPersistentDataType
that is capable of storing lists of byte arrays.ListPersistentDataTypeProvider.bytes()
Provides a sharedListPersistentDataType
that is capable of storing lists of bytes.ListPersistentDataTypeProvider.dataContainers()
Provides a sharedListPersistentDataType
that is capable of persistent data containers..ListPersistentDataTypeProvider.doubles()
Provides a sharedListPersistentDataType
that is capable of storing lists of doubles.ListPersistentDataTypeProvider.floats()
Provides a sharedListPersistentDataType
that is capable of storing lists of floats.ListPersistentDataType
<int[], int[]> ListPersistentDataTypeProvider.integerArrays()
Provides a sharedListPersistentDataType
that is capable of storing lists of int arrays.ListPersistentDataTypeProvider.integers()
Provides a sharedListPersistentDataType
that 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 sharedListPersistentDataType
that is capable of storing lists of long arrays.ListPersistentDataTypeProvider.longs()
Provides a sharedListPersistentDataType
that is capable of storing lists of longs.ListPersistentDataTypeProvider.shorts()
Provides a sharedListPersistentDataType
that is capable of storing lists of shorts.ListPersistentDataTypeProvider.strings()
Provides a sharedListPersistentDataType
that is capable of storing lists of strings.