net.minecraft.client.renderer.block.model

public record Variant

implements ModelState

gqy
net.minecraft.client.renderer.block.model.Variant
net.minecraft.class_813
net.minecraft.client.render.model.json.ModelVariant

Field summary

Modifier and TypeField
private final ResourceLocation
a
modelLocation
comp_3379
location
private final Transformation
b
rotation
comp_3380
rotation
private final boolean
c
uvLock
comp_3381
uvLock
private final int
d
weight
comp_3382
weight

Constructor summary

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

Method summary

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