From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/entity/EntityHanging.html | 636 ++++++++++++++++++++++++ 1 file changed, 636 insertions(+) create mode 100644 javadoc/net/minecraft/entity/EntityHanging.html (limited to 'javadoc/net/minecraft/entity/EntityHanging.html') diff --git a/javadoc/net/minecraft/entity/EntityHanging.html b/javadoc/net/minecraft/entity/EntityHanging.html new file mode 100644 index 0000000..223a15f --- /dev/null +++ b/javadoc/net/minecraft/entity/EntityHanging.html @@ -0,0 +1,636 @@ + + + + + +EntityHanging (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity
+

Class EntityHanging

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

      Field Detail

      + + + +
        +
      • +

        hangingDirection

        +
        public int hangingDirection
        +
      • +
      + + + +
        +
      • +

        field_146063_b

        +
        public int field_146063_b
        +
      • +
      + + + +
        +
      • +

        field_146064_c

        +
        public int field_146064_c
        +
      • +
      + + + +
        +
      • +

        field_146062_d

        +
        public int field_146062_d
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityHanging

        +
        public EntityHanging(World p_i1588_1_)
        +
      • +
      + + + +
        +
      • +

        EntityHanging

        +
        public EntityHanging(World p_i1589_1_,
        +             int p_i1589_2_,
        +             int p_i1589_3_,
        +             int p_i1589_4_,
        +             int p_i1589_5_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        entityInit

        +
        protected void entityInit()
        +
        +
        Specified by:
        +
        entityInit in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        setDirection

        +
        public void setDirection(int p_82328_1_)
        +
      • +
      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        onValidSurface

        +
        public boolean onValidSurface()
        +
      • +
      + + + +
        +
      • +

        canBeCollidedWith

        +
        public boolean canBeCollidedWith()
        +
        +
        Overrides:
        +
        canBeCollidedWith in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        hitByEntity

        +
        public boolean hitByEntity(Entity p_85031_1_)
        +
        +
        Overrides:
        +
        hitByEntity in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        func_145781_i

        +
        public void func_145781_i(int p_145781_1_)
        +
        +
        Overrides:
        +
        func_145781_i in class Entity
        +
        +
      • +
      + + + + + + + +
        +
      • +

        moveEntity

        +
        public void moveEntity(double p_70091_1_,
        +              double p_70091_3_,
        +              double p_70091_5_)
        +
        +
        Overrides:
        +
        moveEntity in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        addVelocity

        +
        public void addVelocity(double p_70024_1_,
        +               double p_70024_3_,
        +               double p_70024_5_)
        +
        +
        Overrides:
        +
        addVelocity in class Entity
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getWidthPixels

        +
        public abstract int getWidthPixels()
        +
      • +
      + + + +
        +
      • +

        getHeightPixels

        +
        public abstract int getHeightPixels()
        +
      • +
      + + + +
        +
      • +

        onBroken

        +
        public abstract void onBroken(Entity p_110128_1_)
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3