接口的使用
org.bukkit.persistence.ListPersistentDataType
使用ListPersistentDataType的程序包
-
org.bukkit.persistence中ListPersistentDataType的使用
修饰符和类型方法说明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.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.@NotNull 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> @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.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.