Index
All Classes and Interfaces|All Packages
A
- ArrayDataType<T> - Class in com.jeff_media.morepersistentdatatypes.datatypes.collections
-
A
PersistentDataType
for arrays - ArrayDataType(T[], PersistentDataType<?, T>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.collections.ArrayDataType
-
Creates a new ArrayDataType
- asArray(T[], PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Turns an existing
PersistentDataType
into one that holds arrays of the same class. - asArrayList(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Turns an existing
PersistentDataType
into one that holds anArrayList
of the same class - asConcurrentHashMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Creates a
PersistentDataType
holding aConcurrentHashMap
of the given DataTypes - asCopyOnWriteArrayList(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Turns an existing
PersistentDataType
into one that holds aCopyOnWriteArrayList
of the same class - asCopyOnWriteArraySet(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Turns an existing
PersistentDataType
into one that holds aCopyOnWriteArraySet
of the same class - asEnum(Class<E>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Creates a
PersistentDataType
for a givenEnum
class. - asEnumMap(Class<E>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Creates a
PersistentDataType
holding anEnumMap
of the given Enum Class and DataType - asEnumSet(Class<E>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Returns a
PersistentDataType
holding anEnumSet
of the given Enum class - asGenericCollection(Supplier<C>, PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Turns an existing
PersistentDataType
into one that holds aCollection
of the same class - asGenericMap(Supplier<M>, PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Creates a
PersistentDataType
holding a specificMap
implementation of the given DataTypes. - asHashMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Creates a
PersistentDataType
holding aHashMap
of the given DataTypes - asHashSet(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Turns an existing
PersistentDataType
into one that holds aHashSet
of the same class - asHashtable(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Creates a
PersistentDataType
holding aHashtable
of the given DataTypes - asIdentityHashMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Creates a
PersistentDataType
holding aIdentityHashMap
of the given DataTypes - asLinkedHashMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Creates a
PersistentDataType
holding aLinkedHashMap
of the given DataTypes - asLinkedList(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Turns an existing
PersistentDataType
into one that holds aLinkedList
of the same class - asList(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Turns an existing
PersistentDataType
into one that holds aList
of the same class. - asMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Creates a
PersistentDataType
holding aMap
of the given DataTypes - asSet(PersistentDataType<?, T>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Turns an existing
PersistentDataType
into one that holds aSet
of the same class - asTreeMap(PersistentDataType<?, K>, PersistentDataType<?, V>) - Static method in interface com.jeff_media.morepersistentdatatypes.DataType
-
Creates a
PersistentDataType
holding aTreeMap
of the given DataTypes - ATTRIBUTE_MODIFIER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- ATTRIBUTE_MODIFIER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forAttributeModifier
arrays
B
- BLOCK_DATA - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- BLOCK_DATA_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forBlockData
arrays - BLOCK_VECTOR - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- BLOCK_VECTOR_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forBlockVector
arrays - BlockDataArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
-
A
PersistentDataType
forBlockData
arrays. - BlockDataArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.BlockDataArrayDataType
- BOOLEAN - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forbyte
s - BOOLEAN_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forboolean
arrays - BooleanArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
-
A
PersistentDataType
forboolean
arrays - BooleanArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.BooleanArrayDataType
- BOUNDING_BOX - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- BOUNDING_BOX_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forBoundingBox
arrays - build(Supplier<? extends M1>) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType.Builder
-
Builds the
MapDataType
- builder() - Static method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
-
Creates a new
MapDataType.Builder
- Builder() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType.Builder
- BYTE - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forbyte
s - BYTE_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forbyte
arrays
C
- CHARACTER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forchar
s - CHARACTER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forchar
arrays - CharArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
-
A
PersistentDataType
forchar
arrays - CharArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.CharArrayDataType
- CollectionDataType<C extends Collection<T>,
T> - Class in com.jeff_media.morepersistentdatatypes.datatypes.collections -
A
PersistentDataType
forCollection
s - CollectionDataType(Supplier<C>, PersistentDataType<?, T>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.collections.CollectionDataType
-
Creates a new
CollectionDataType
with the given collection supplier and element data type - COLOR - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forColor
s - COLOR_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forColor
arrays - com.jeff_media.morepersistentdatatypes - package com.jeff_media.morepersistentdatatypes
-
Main package. Everything you'll need is in this package.
- com.jeff_media.morepersistentdatatypes.datatypes - package com.jeff_media.morepersistentdatatypes.datatypes
-
Specific
PersistentDataType
s - com.jeff_media.morepersistentdatatypes.datatypes.collections - package com.jeff_media.morepersistentdatatypes.datatypes.collections
- com.jeff_media.morepersistentdatatypes.datatypes.serializable - package com.jeff_media.morepersistentdatatypes.datatypes.serializable
-
Generic
PersistentDataType
s forConfigurationSerializable
s - CONFIGURATION_SERIALIZABLE - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- CONFIGURATION_SERIALIZABLE_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forConfigurationSerializable
arrays - ConfigurationSerializableArrayDataType<T extends ConfigurationSerializable> - Class in com.jeff_media.morepersistentdatatypes.datatypes.serializable
-
A
PersistentDataType
forConfigurationSerializable
arrays - ConfigurationSerializableArrayDataType(Class<T[]>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableArrayDataType
-
Creates a new
ConfigurationSerializableArrayDataType
with the given type - ConfigurationSerializableDataType<T extends ConfigurationSerializable> - Class in com.jeff_media.morepersistentdatatypes.datatypes.serializable
- ConfigurationSerializableDataType(Class<T>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableDataType
-
Creates a new
ConfigurationSerializableDataType
for the given type
D
- DataType - Interface in com.jeff_media.morepersistentdatatypes
-
Custom
PersistentDataType
s including Collections, Maps, and Arrays. - DataType_1_18_1 - Interface in com.jeff_media.morepersistentdatatypes
-
Custom
PersistentDataType
s for versions 1.18.1 and later - DataType.Utils - Class in com.jeff_media.morepersistentdatatypes
-
For internal use only.
- DATE - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forDate
s - DOUBLE - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
fordouble
s - DOUBLE_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
fordouble
arrays - DoubleArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
-
A
PersistentDataType
fordouble
arrays. - DoubleArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.DoubleArrayDataType
F
- FILE_CONFIGURATION - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- FileConfigurationDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
- FileConfigurationDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.FileConfigurationDataType
- FIREWORK_EFFECT - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- FIREWORK_EFFECT_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forFireworkEffect
arrays - FLOAT - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forfloat
s - FLOAT_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forfloat
arrays - FloatArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
-
A
PersistentDataType
forfloat
arrays. - FloatArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.FloatArrayDataType
- fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BlockDataArrayDataType
- fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BooleanArrayDataType
- fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.DoubleArrayDataType
- fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FloatArrayDataType
- fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableArrayDataType
- fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableDataType
- fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.ShortArrayDataType
- fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.StringArrayDataType
- fromPrimitive(byte[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.UuidDataType
- fromPrimitive(int[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.CharArrayDataType
- fromPrimitive(String, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FileConfigurationDataType
- fromPrimitive(PersistentDataContainer, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.ArrayDataType
- fromPrimitive(PersistentDataContainer, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.CollectionDataType
- fromPrimitive(PersistentDataContainer, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
- fromPrimitive(T, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.GenericDataType
G
- GenericDataType<T,
Z> - Class in com.jeff_media.morepersistentdatatypes.datatypes -
A generic
PersistentDataType
. - GenericDataType(Class<T>, Class<Z>, Function<T, Z>, Function<Z, T>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.GenericDataType
-
Creates a new generic PersistentDataType.
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BlockDataArrayDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BooleanArrayDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.CharArrayDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.ArrayDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.CollectionDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.DoubleArrayDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FileConfigurationDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FloatArrayDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.GenericDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableArrayDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.ShortArrayDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.StringArrayDataType
- getComplexType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.UuidDataType
- getKeyKey(int) - Static method in class com.jeff_media.morepersistentdatatypes.DataType.Utils
-
Returns a NamespacedKey for the given key index.
- getKeyKey(String) - Static method in class com.jeff_media.morepersistentdatatypes.DataType.Utils
-
Returns a NamespacedKey for the given key name.
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BlockDataArrayDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BooleanArrayDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.CharArrayDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.ArrayDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.CollectionDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.DoubleArrayDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FileConfigurationDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FloatArrayDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.GenericDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableArrayDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.ShortArrayDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.StringArrayDataType
- getPrimitiveType() - Method in class com.jeff_media.morepersistentdatatypes.datatypes.UuidDataType
- getValueKey(int) - Static method in class com.jeff_media.morepersistentdatatypes.DataType.Utils
-
Returns a NamespacedKey for the given value index.
- getValueKey(String) - Static method in class com.jeff_media.morepersistentdatatypes.DataType.Utils
-
Returns a NamespacedKey for the given value name.
I
- INTEGER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forint
s - INTEGER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forint
arrays - ITEM_META - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- ITEM_META_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forItemMeta
arrays - ITEM_STACK - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- ITEM_STACK_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forItemStack
arrays
K
- keyDataType(PersistentDataType<?, K1>) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType.Builder
-
Sets the
PersistentDataType
for the keys
L
- LOCATION - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- LOCATION_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forLocation
arrays - LONG - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forlong
s - LONG_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forlong
arrays
M
- MapDataType<M extends Map<K,
V>, K, V> - Class in com.jeff_media.morepersistentdatatypes.datatypes.collections -
A
PersistentDataType
forMap
s - MapDataType(Supplier<? extends M>, PersistentDataType<?, K>, PersistentDataType<?, V>) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
-
Creates a new
MapDataType
- MapDataType.Builder<M extends Map<K,
V>, K, V> - Class in com.jeff_media.morepersistentdatatypes.datatypes.collections -
A builder for
MapDataType
s
O
- OFFLINE_PLAYER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- OFFLINE_PLAYER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forOfflinePlayer
arrays
P
- PATTERN - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
for BannerPattern
s - PATTERN_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
for BannerPattern
arrays - PLAYER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forPlayer
s - PLAYER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forPlayer
arrays - PLAYER_PROFILE - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType_1_18_1
- PLAYER_PROFILE_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType_1_18_1
-
PersistentDataType
forPlayerProfile
arrays - POTION_EFFECT - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- POTION_EFFECT_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forPotionEffect
arrays
S
- SHORT - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forshort
s - SHORT_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forshort
arrays - ShortArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
-
A
PersistentDataType
forshort
arrays. - ShortArrayDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.ShortArrayDataType
- STRING - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forString
s - STRING_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forString
arrays - StringArrayDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
-
A
PersistentDataType
forString
arrays - StringArrayDataType(Charset) - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.StringArrayDataType
-
Creates a new
StringArrayDataType
with the given charset
T
- TAG_CONTAINER - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
- TAG_CONTAINER_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forPersistentDataContainer
arrays - toPrimitive(boolean[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BooleanArrayDataType
- toPrimitive(char[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.CharArrayDataType
- toPrimitive(double[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.DoubleArrayDataType
- toPrimitive(float[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FloatArrayDataType
- toPrimitive(short[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.ShortArrayDataType
- toPrimitive(C, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.CollectionDataType
- toPrimitive(String[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.StringArrayDataType
- toPrimitive(UUID, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.UuidDataType
- toPrimitive(M, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType
- toPrimitive(BlockData[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.BlockDataArrayDataType
- toPrimitive(FileConfiguration, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.FileConfigurationDataType
- toPrimitive(T[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.ArrayDataType
- toPrimitive(T[], PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableArrayDataType
- toPrimitive(T, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableDataType
- toPrimitive(Z, PersistentDataAdapterContext) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.GenericDataType
U
- UUID - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forUUID
s - UuidDataType - Class in com.jeff_media.morepersistentdatatypes.datatypes
-
A
PersistentDataType
forUUID
s - UuidDataType() - Constructor for class com.jeff_media.morepersistentdatatypes.datatypes.UuidDataType
V
- valueDataType(PersistentDataType<?, V1>) - Method in class com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType.Builder
-
Sets the
PersistentDataType
for the values - VECTOR - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forVector
s - VECTOR_ARRAY - Static variable in interface com.jeff_media.morepersistentdatatypes.DataType
-
PersistentDataType
forVector
arrays
All Classes and Interfaces|All Packages