From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../net/minecraft/client/model/ModelRenderer.html | 687 --------------------- 1 file changed, 687 deletions(-) delete mode 100644 javadoc/net/minecraft/client/model/ModelRenderer.html (limited to 'javadoc/net/minecraft/client/model/ModelRenderer.html') diff --git a/javadoc/net/minecraft/client/model/ModelRenderer.html b/javadoc/net/minecraft/client/model/ModelRenderer.html deleted file mode 100644 index 5038a73..0000000 --- a/javadoc/net/minecraft/client/model/ModelRenderer.html +++ /dev/null @@ -1,687 +0,0 @@ - - - - - -ModelRenderer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.model
-

Class ModelRenderer

-
-
- -
-
    -
  • -
    -
    -
    public class ModelRenderer
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        textureWidth

        -
        public float textureWidth
        -
      • -
      - - - -
        -
      • -

        textureHeight

        -
        public float textureHeight
        -
      • -
      - - - -
        -
      • -

        rotationPointX

        -
        public float rotationPointX
        -
      • -
      - - - -
        -
      • -

        rotationPointY

        -
        public float rotationPointY
        -
      • -
      - - - -
        -
      • -

        rotationPointZ

        -
        public float rotationPointZ
        -
      • -
      - - - -
        -
      • -

        rotateAngleX

        -
        public float rotateAngleX
        -
      • -
      - - - -
        -
      • -

        rotateAngleY

        -
        public float rotateAngleY
        -
      • -
      - - - -
        -
      • -

        rotateAngleZ

        -
        public float rotateAngleZ
        -
      • -
      - - - -
        -
      • -

        mirror

        -
        public boolean mirror
        -
      • -
      - - - -
        -
      • -

        showModel

        -
        public boolean showModel
        -
      • -
      - - - -
        -
      • -

        isHidden

        -
        public boolean isHidden
        -
      • -
      - - - -
        -
      • -

        cubeList

        -
        public java.util.List cubeList
        -
      • -
      - - - -
        -
      • -

        childModels

        -
        public java.util.List childModels
        -
      • -
      - - - -
        -
      • -

        boxName

        -
        public final java.lang.String boxName
        -
      • -
      - - - -
        -
      • -

        offsetX

        -
        public float offsetX
        -
      • -
      - - - -
        -
      • -

        offsetY

        -
        public float offsetY
        -
      • -
      - - - -
        -
      • -

        offsetZ

        -
        public float offsetZ
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ModelRenderer

        -
        public ModelRenderer(ModelBase p_i1172_1_,
        -             java.lang.String p_i1172_2_)
        -
      • -
      - - - -
        -
      • -

        ModelRenderer

        -
        public ModelRenderer(ModelBase p_i1173_1_)
        -
      • -
      - - - -
        -
      • -

        ModelRenderer

        -
        public ModelRenderer(ModelBase p_i1174_1_,
        -             int p_i1174_2_,
        -             int p_i1174_3_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addChild

        -
        public void addChild(ModelRenderer p_78792_1_)
        -
      • -
      - - - -
        -
      • -

        setTextureOffset

        -
        public ModelRenderer setTextureOffset(int p_78784_1_,
        -                             int p_78784_2_)
        -
      • -
      - - - -
        -
      • -

        addBox

        -
        public ModelRenderer addBox(java.lang.String p_78786_1_,
        -                   float p_78786_2_,
        -                   float p_78786_3_,
        -                   float p_78786_4_,
        -                   int p_78786_5_,
        -                   int p_78786_6_,
        -                   int p_78786_7_)
        -
      • -
      - - - -
        -
      • -

        addBox

        -
        public ModelRenderer addBox(float p_78789_1_,
        -                   float p_78789_2_,
        -                   float p_78789_3_,
        -                   int p_78789_4_,
        -                   int p_78789_5_,
        -                   int p_78789_6_)
        -
      • -
      - - - -
        -
      • -

        addBox

        -
        public void addBox(float p_78790_1_,
        -          float p_78790_2_,
        -          float p_78790_3_,
        -          int p_78790_4_,
        -          int p_78790_5_,
        -          int p_78790_6_,
        -          float p_78790_7_)
        -
      • -
      - - - -
        -
      • -

        setRotationPoint

        -
        public void setRotationPoint(float p_78793_1_,
        -                    float p_78793_2_,
        -                    float p_78793_3_)
        -
      • -
      - - - -
        -
      • -

        render

        -
        public void render(float p_78785_1_)
        -
      • -
      - - - -
        -
      • -

        renderWithRotation

        -
        public void renderWithRotation(float p_78791_1_)
        -
      • -
      - - - -
        -
      • -

        postRender

        -
        public void postRender(float p_78794_1_)
        -
      • -
      - - - -
        -
      • -

        setTextureSize

        -
        public ModelRenderer setTextureSize(int p_78787_1_,
        -                           int p_78787_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3