Class Variant.Deserializer
java.lang.Object
net.minecraft.client.renderer.block.model.Variant.Deserializer
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<Variant>
- Enclosing class:
- Variant
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static boolean(package private) static int(package private) static int(package private) static int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement p_111893_, Type p_111894_, com.google.gson.JsonDeserializationContext p_111895_)protected BlockModelRotationgetBlockRotation(com.google.gson.JsonObject p_111897_)protected ResourceLocationgetModel(com.google.gson.JsonObject p_111899_)private booleangetUvLock(com.google.gson.JsonObject p_111903_)protected intgetWeight(com.google.gson.JsonObject p_111901_)
-
Field Details
-
DEFAULT_UVLOCK
static final boolean DEFAULT_UVLOCK- See Also:
- Constant Field Values
-
DEFAULT_WEIGHT
static final int DEFAULT_WEIGHT- See Also:
- Constant Field Values
-
DEFAULT_X_ROTATION
static final int DEFAULT_X_ROTATION- See Also:
- Constant Field Values
-
DEFAULT_Y_ROTATION
static final int DEFAULT_Y_ROTATION- See Also:
- Constant Field Values
-
-
Constructor Details
-
Deserializer
public Deserializer()
-
-
Method Details
-
deserialize
public Variant deserialize(com.google.gson.JsonElement p_111893_, Type p_111894_, com.google.gson.JsonDeserializationContext p_111895_) throws com.google.gson.JsonParseException- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<Variant>- Throws:
com.google.gson.JsonParseException
-
getUvLock
private boolean getUvLock(com.google.gson.JsonObject p_111903_) -
getBlockRotation
-
getModel
-
getWeight
protected int getWeight(com.google.gson.JsonObject p_111901_)
-