类 BlockFaceUV

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

public class BlockFaceUV extends Object
  • 字段详细资料

    • uvs

      public float[] uvs
    • rotation

      public final int rotation
  • 构造器详细资料

    • BlockFaceUV

      public BlockFaceUV(@Nullable float[] pUvs, int pRotation)
  • 方法详细资料

    • getU

      public float getU(int pIndex)
    • getV

      public float getV(int pIndex)
    • getShiftedIndex

      private int getShiftedIndex(int pIndex)
    • getReverseIndex

      public int getReverseIndex(int pIndex)
    • setMissingUv

      public void setMissingUv(float[] pUvs)