Class BlockElementFace

java.lang.Object
net.minecraft.client.renderer.block.model.BlockElementFace

public class BlockElementFace extends Object
  • Field Details

    • NO_TINT

      public static final int NO_TINT
      See Also:
      Constant Field Values
    • cullForDirection

      public final Direction cullForDirection
    • tintIndex

      public final int tintIndex
    • texture

      public final String texture
    • uv

      public final BlockFaceUV uv
  • Constructor Details

    • BlockElementFace

      public BlockElementFace(@Nullable Direction p_111359_, int p_111360_, String p_111361_, BlockFaceUV p_111362_)