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 TypeMethodDescription@NotNull ListPersistentDataType
<Byte, Boolean> ListPersistentDataTypeProvider.booleans()
Provides a sharedListPersistentDataType
that is capable of storing lists of booleans.@NotNull ListPersistentDataType
<byte[], byte[]> ListPersistentDataTypeProvider.byteArrays()
Provides a sharedListPersistentDataType
that is capable of storing lists of byte arrays.@NotNull ListPersistentDataType
<Byte, Byte> 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.@NotNull ListPersistentDataType
<Double, Double> ListPersistentDataTypeProvider.doubles()
Provides a sharedListPersistentDataType
that is capable of storing lists of doubles.@NotNull ListPersistentDataType
<Float, Float> ListPersistentDataTypeProvider.floats()
Provides a sharedListPersistentDataType
that is capable of storing lists of floats.@NotNull ListPersistentDataType
<int[], int[]> ListPersistentDataTypeProvider.integerArrays()
Provides a sharedListPersistentDataType
that is capable of storing lists of int arrays.@NotNull ListPersistentDataType
<Integer, Integer> ListPersistentDataTypeProvider.integers()
Provides a sharedListPersistentDataType
that 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 sharedListPersistentDataType
that is capable of storing lists of long arrays.@NotNull ListPersistentDataType
<Long, Long> ListPersistentDataTypeProvider.longs()
Provides a sharedListPersistentDataType
that is capable of storing lists of longs.@NotNull ListPersistentDataType
<Short, Short> ListPersistentDataTypeProvider.shorts()
Provides a sharedListPersistentDataType
that is capable of storing lists of shorts.@NotNull ListPersistentDataType
<String, String> ListPersistentDataTypeProvider.strings()
Provides a sharedListPersistentDataType
that is capable of storing lists of strings.