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

Class EntityEnderman

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IMob, IAnimals
    +
    +
    +
    +
    public class EntityEnderman
    +extends EntityMob
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityEnderman

        +
        public EntityEnderman(World p_i1734_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

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

        teleportRandomly

        +
        protected boolean teleportRandomly()
        +
      • +
      + + + +
        +
      • +

        teleportToEntity

        +
        protected boolean teleportToEntity(Entity p_70816_1_)
        +
      • +
      + + + +
        +
      • +

        teleportTo

        +
        protected boolean teleportTo(double p_70825_1_,
        +                 double p_70825_3_,
        +                 double p_70825_5_)
        +
      • +
      + + + + + + + +
        +
      • +

        getHurtSound

        +
        protected java.lang.String getHurtSound()
        +
        +
        Overrides:
        +
        getHurtSound in class EntityMob
        +
        +
      • +
      + + + +
        +
      • +

        getDeathSound

        +
        protected java.lang.String getDeathSound()
        +
        +
        Overrides:
        +
        getDeathSound in class EntityMob
        +
        +
      • +
      + + + + + + + +
        +
      • +

        dropFewItems

        +
        protected void dropFewItems(boolean p_70628_1_,
        +                int p_70628_2_)
        +
        +
        Overrides:
        +
        dropFewItems in class EntityLiving
        +
        +
      • +
      + + + +
        +
      • +

        func_146081_a

        +
        public void func_146081_a(Block p_146081_1_)
        +
      • +
      + + + +
        +
      • +

        func_146080_bZ

        +
        public Block func_146080_bZ()
        +
      • +
      + + + +
        +
      • +

        setCarryingData

        +
        public void setCarryingData(int p_70817_1_)
        +
      • +
      + + + +
        +
      • +

        getCarryingData

        +
        public int getCarryingData()
        +
      • +
      + + + + + + + +
        +
      • +

        isScreaming

        +
        public boolean isScreaming()
        +
      • +
      + + + +
        +
      • +

        setScreaming

        +
        public void setScreaming(boolean p_70819_1_)
        +
      • +
      + + + +
        +
      • +

        setCarriable

        +
        public static void setCarriable(Block block,
        +                boolean canCarry)
        +
      • +
      + + + +
        +
      • +

        getCarriable

        +
        public static boolean getCarriable(Block block)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3