From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/client/model/ModelBase.html | 458 ++++++++++++++++++++++ 1 file changed, 458 insertions(+) create mode 100644 javadoc/net/minecraft/client/model/ModelBase.html (limited to 'javadoc/net/minecraft/client/model/ModelBase.html') diff --git a/javadoc/net/minecraft/client/model/ModelBase.html b/javadoc/net/minecraft/client/model/ModelBase.html new file mode 100644 index 0000000..e374234 --- /dev/null +++ b/javadoc/net/minecraft/client/model/ModelBase.html @@ -0,0 +1,458 @@ + + + + + +ModelBase (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.model
+

Class ModelBase

+
+
+ + +
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ModelBase() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      ModelRenderergetRandomModelBox(java.util.Random p_85181_1_) 
      TextureOffsetgetTextureOffset(java.lang.String p_78084_1_) 
      voidrender(Entity p_78088_1_, + float p_78088_2_, + float p_78088_3_, + float p_78088_4_, + float p_78088_5_, + float p_78088_6_, + float p_78088_7_) 
      voidsetLivingAnimations(EntityLivingBase p_78086_1_, + float p_78086_2_, + float p_78086_3_, + float p_78086_4_) 
      voidsetRotationAngles(float p_78087_1_, + float p_78087_2_, + float p_78087_3_, + float p_78087_4_, + float p_78087_5_, + float p_78087_6_, + Entity p_78087_7_) 
      protected voidsetTextureOffset(java.lang.String p_78085_1_, + int p_78085_2_, + int p_78085_3_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      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 p_78088_1_,
        +          float p_78088_2_,
        +          float p_78088_3_,
        +          float p_78088_4_,
        +          float p_78088_5_,
        +          float p_78088_6_,
        +          float p_78088_7_)
        +
      • +
      + + + +
        +
      • +

        setRotationAngles

        +
        public void setRotationAngles(float p_78087_1_,
        +                     float p_78087_2_,
        +                     float p_78087_3_,
        +                     float p_78087_4_,
        +                     float p_78087_5_,
        +                     float p_78087_6_,
        +                     Entity p_78087_7_)
        +
      • +
      + + + +
        +
      • +

        setLivingAnimations

        +
        public void setLivingAnimations(EntityLivingBase p_78086_1_,
        +                       float p_78086_2_,
        +                       float p_78086_3_,
        +                       float p_78086_4_)
        +
      • +
      + + + +
        +
      • +

        getRandomModelBox

        +
        public ModelRenderer getRandomModelBox(java.util.Random p_85181_1_)
        +
      • +
      + + + +
        +
      • +

        setTextureOffset

        +
        protected void setTextureOffset(java.lang.String p_78085_1_,
        +                    int p_78085_2_,
        +                    int p_78085_3_)
        +
      • +
      + + + +
        +
      • +

        getTextureOffset

        +
        public TextureOffset getTextureOffset(java.lang.String p_78084_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3