net.minecraft.client.renderer.block.model

public record Variant

implements ModelState

gnu
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
comp_3379
location
f_111874_
private final Transformation
b
rotation
comp_3380
rotation
f_111875_
private final boolean
c
uvLock
comp_3381
uvLock
f_111876_
private final int
d
weight
comp_3382
weight
f_111877_

Constructor summary

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

Method summary

Modifier and TypeMethod
public Transformation
a()
getRotation()
method_3509()
getRotation()
m_6189_()
public boolean
b()
isUvLocked()
method_3512()
isUvLocked()
m_7538_()
public ResourceLocation
c()
modelLocation()
comp_3379()
location()
f_111874_()
public Transformation
d()
rotation()
comp_3380()
rotation()
f_111875_()
public boolean
e()
uvLock()
comp_3381()
uvLock()
f_111876_()
public int
f()
weight()
comp_3382()
weight()
f_111877_()