Class ModelBase

    • Field Detail

      • onGround

        public float onGround
      • isRiding

        public boolean isRiding
      • boxList

        public java.util.List boxList
      • isChild

        public boolean isChild
      • textureWidth

        public int textureWidth
      • textureHeight

        public int textureHeight
    • Constructor Detail

      • ModelBase

        public ModelBase()
    • Method Detail

      • render

        public void render​(Entity entity,
                           float f,
                           float f1,
                           float f2,
                           float f3,
                           float f4,
                           float f5)
      • setRotationAngles

        public void setRotationAngles​(float f,
                                      float f1,
                                      float f2,
                                      float f3,
                                      float f4,
                                      float f5)
      • setLivingAnimations

        public void setLivingAnimations​(LivingEntity entityliving,
                                        float f,
                                        float f1,
                                        float f2)
      • setTextureOffset

        protected void setTextureOffset​(java.lang.String var1,
                                        int var2,
                                        int var3)
      • getTextureOffset

        public TextureOffset getTextureOffset​(java.lang.String var1)