Uses of Record Class
net.minecraft.client.render.model.json.ModelVariant.ModelState
Packages that use ModelVariant.ModelState
-
Uses of ModelVariant.ModelState in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelVariant.ModelStateModifier and TypeFieldDescriptionstatic final ModelVariant.ModelState
ModelVariant.ModelState.DEFAULT
private final ModelVariant.ModelState
ModelVariant.modelState
The field for themodelState
record component.Fields in net.minecraft.client.render.model.json with type parameters of type ModelVariant.ModelStateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<ModelVariant.ModelState> ModelVariant.ModelState.CODEC
Methods in net.minecraft.client.render.model.json that return ModelVariant.ModelStateModifier and TypeMethodDescriptionModelVariant.modelState()
Returns the value of themodelState
record component.ModelVariant.ModelState.setRotationX
(AxisRotation amount) ModelVariant.ModelState.setRotationY
(AxisRotation amount) ModelVariant.ModelState.setUVLock
(boolean uvLock) Methods in net.minecraft.client.render.model.json with parameters of type ModelVariant.ModelStateConstructors in net.minecraft.client.render.model.json with parameters of type ModelVariant.ModelStateModifierConstructorDescriptionModelVariant
(Identifier location, ModelVariant.ModelState modelState)