-
Nested Class Summary
Nested Classes
static interface
static interface
-
Method Summary
void
boolean
list(String pKey,
com.mojang.serialization.Codec<T> pElementCodec)
void
void
void
void
void
void
void
void
void
<T> void
store(com.mojang.serialization.MapCodec<T> pCodec,
T pValue)
<T> void
store(String pKey,
com.mojang.serialization.Codec<T> pCodec,
T pValue)
<T> void
-
Method Details
-
store
<T> void store(String pKey,
com.mojang.serialization.Codec<T> pCodec,
T pValue)
-
storeNullable
<T> void storeNullable(String pKey,
com.mojang.serialization.Codec<T> pCodec,
@Nullable
T pValue)
-
store
@Deprecated
<T> void store(com.mojang.serialization.MapCodec<T> pCodec,
T pValue)
Deprecated.
-
putBoolean
void putBoolean(String pKey,
boolean pValue)
-
putByte
void putByte(String pKey,
byte pValue)
-
putShort
void putShort(String pKey,
short pValue)
-
putInt
void putInt(String pKey,
int pValue)
-
putLong
void putLong(String pKey,
long pValue)
-
putFloat
void putFloat(String pKey,
float pValue)
-
putDouble
void putDouble(String pKey,
double pValue)
-
-
putIntArray
void putIntArray(String pKey,
int[] pValue)
-
-
-
-
-
isEmpty
boolean isEmpty()