From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../net/minecraft/client/model/ModelRenderer.html | 687 +++++++++++++++++++++ 1 file changed, 687 insertions(+) create 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 new file mode 100644 index 0000000..5038a73 --- /dev/null +++ b/javadoc/net/minecraft/client/model/ModelRenderer.html @@ -0,0 +1,687 @@ + + + + + +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