net.minecraft.client.renderer.block.model

public class Variant

implements ModelState

eqt
net.minecraft.client.renderer.block.model.Variant
net.minecraft.class_813
net.minecraft.client.render.model.json.ModelVariant
net.minecraft.src.C_4228_

Field summary

Modifier and TypeField
private final ResourceLocation
a
modelLocation
field_4326
location
f_111874_
private final Transformation
b
rotation
field_4328
rotation
f_111875_
private final boolean
c
uvLock
field_4327
uvLock
f_111876_
private final int
d
weight
field_4325
weight
f_111877_

Constructor summary

ModifierConstructor
public (ResourceLocation location, Transformation rotation, boolean uvLock, int weight)

Method summary

Modifier and TypeMethod
public ResourceLocation
a()
getModelLocation()
method_3510()
getLocation()
m_111883_()
public Transformation
b()
getRotation()
method_3509()
getRotation()
m_6189_()
public boolean
c()
isUvLocked()
method_3512()
isUvLocked()
m_7538_()
public int
d()
getWeight()
method_3511()
getWeight()
m_111886_()