net.minecraft.client.renderer.block.model

public record BlockElementFace

gmu
net.minecraft.client.renderer.block.model.BlockElementFace
net.minecraft.class_783
net.minecraft.client.render.model.json.ModelElementFace

Field summary

Modifier and TypeField
private final Direction
b
cullForDirection
comp_2867
cullFace
private final int
c
tintIndex
comp_2868
tintIndex
private final String
d
texture
comp_2869
textureId
private final BlockFaceUV
e
uv
comp_2870
textureData
public static final int
a
NO_TINT
field_32789
field_32789

Constructor summary

ModifierConstructor
public (Direction cullFace, int tintIndex, String textureId, BlockFaceUV textureData)

Method summary

Modifier and TypeMethod
public Direction
a()
cullForDirection()
comp_2867()
cullFace()
public int
b()
tintIndex()
comp_2868()
tintIndex()
public String
c()
texture()
comp_2869()
textureId()
public BlockFaceUV
d()
uv()
comp_2870()
textureData()