net.minecraft.client.render.model.json

public record ModelElementFace

net.minecraft.client.resources.model.cuboid.CuboidFace
net.minecraft.class_783
net.minecraft.client.render.model.json.ModelElementFace

Field summary

Modifier and TypeField
private final Direction
cullForDirection
comp_2867
cullFace
private final int
tintIndex
comp_2868
tintIndex
private final String
texture
comp_2869
textureId
private final ModelElementFace$UV
uvs
comp_3733
uvs
private final AxisRotation
rotation
comp_3734
rotation
public static final int
NO_TINT
field_32789
field_32789

Constructor summary

ModifierConstructor
public (Direction cullFace, int tintIndex, String textureId, ModelElementFace$UV textureData, AxisRotation rotation)

Method summary

Modifier and TypeMethod
public static float
getU(CuboidFace$UVs uvs, Quadrant rotation, int vertex)
method_67909(class_783$class_10800 arg0, class_10821 arg1, int arg2)
getUValue(ModelElementFace$UV uv, AxisRotation rotation, int index)
public static float
getV(CuboidFace$UVs uvs, Quadrant rotation, int index)
method_67910(class_783$class_10800 arg0, class_10821 arg1, int arg2)
getVValue(ModelElementFace$UV uv, AxisRotation rotation, int index)
public Direction
cullForDirection()
comp_2867()
cullFace()
public int
tintIndex()
comp_2868()
tintIndex()
public String
texture()
comp_2869()
textureId()
public ModelElementFace$UV
uvs()
comp_3733()
uvs()
public AxisRotation
rotation()
comp_3734()
rotation()