Class BlockFaceUV


  • public class BlockFaceUV
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int rotation  
      float[] uvs  
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockFaceUV​(float[] p_i46228_1_, int p_i46228_2_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getReverseIndex​(int p_178345_1_)  
      private int getShiftedIndex​(int p_178347_1_)  
      float getU​(int p_178348_1_)  
      float getV​(int p_178346_1_)  
      void setMissingUv​(float[] p_178349_1_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uvs

        public float[] uvs
      • rotation

        public final int rotation
    • Constructor Detail

      • BlockFaceUV

        public BlockFaceUV​(@Nullable
                           float[] p_i46228_1_,
                           int p_i46228_2_)
    • Method Detail

      • getU

        public float getU​(int p_178348_1_)
      • getV

        public float getV​(int p_178346_1_)
      • getShiftedIndex

        private int getShiftedIndex​(int p_178347_1_)
      • getReverseIndex

        public int getReverseIndex​(int p_178345_1_)
      • setMissingUv

        public void setMissingUv​(float[] p_178349_1_)