-
Nested Class Summary
Nested Classes
static interface
static interface
-
Method Summary
boolean
byte
double
float
int
long
int
list(String p_421592_,
com.mojang.serialization.Codec<T> p_421666_)
read(com.mojang.serialization.MapCodec<T> p_421486_)
read(String p_421885_,
com.mojang.serialization.Codec<T> p_421485_)
-
Method Details
-
read
<T> Optional<T> read(String p_421885_,
com.mojang.serialization.Codec<T> p_421485_)
-
-
-
-
-
-
-
-
getBooleanOr
boolean getBooleanOr(String pKey,
boolean pDefaultValue)
-
getByteOr
byte getByteOr(String pKey,
byte pDefaultValue)
-
getShortOr
int getShortOr(String pKey,
short pDefaultValue)
-
-
getIntOr
int getIntOr(String pKey,
int pDefaultValue)
-
getLongOr
long getLongOr(String pKey,
long pDefaultValue)
-
-
getFloatOr
float getFloatOr(String pKey,
float pDefaultValue)
-
getDoubleOr
double getDoubleOr(String pKey,
double pDefaultValue)
-
-
-
-