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/item/EntityItem.html | 701 ++++++++++++++++++++++ 1 file changed, 701 insertions(+) create mode 100644 javadoc/net/minecraft/entity/item/EntityItem.html (limited to 'javadoc/net/minecraft/entity/item/EntityItem.html') diff --git a/javadoc/net/minecraft/entity/item/EntityItem.html b/javadoc/net/minecraft/entity/item/EntityItem.html new file mode 100644 index 0000000..f79d272 --- /dev/null +++ b/javadoc/net/minecraft/entity/item/EntityItem.html @@ -0,0 +1,701 @@ + + + + + +EntityItem (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.item
+

Class EntityItem

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityItem
    +extends Entity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        age

        +
        public int age
        +
      • +
      + + + +
        +
      • +

        delayBeforeCanPickup

        +
        public int delayBeforeCanPickup
        +
      • +
      + + + +
        +
      • +

        hoverStart

        +
        public float hoverStart
        +
      • +
      + + + +
        +
      • +

        lifespan

        +
        public int lifespan
        +
        The maximum age of this EntityItem. The item is expired once this is reached.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityItem

        +
        public EntityItem(World p_i1709_1_,
        +          double p_i1709_2_,
        +          double p_i1709_4_,
        +          double p_i1709_6_)
        +
      • +
      + + + +
        +
      • +

        EntityItem

        +
        public EntityItem(World p_i1710_1_,
        +          double p_i1710_2_,
        +          double p_i1710_4_,
        +          double p_i1710_6_,
        +          ItemStack p_i1710_8_)
        +
      • +
      + + + +
        +
      • +

        EntityItem

        +
        public EntityItem(World p_i1711_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        canTriggerWalking

        +
        protected boolean canTriggerWalking()
        +
        +
        Overrides:
        +
        canTriggerWalking in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        entityInit

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

        onUpdate

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

        combineItems

        +
        public boolean combineItems(EntityItem p_70289_1_)
        +
      • +
      + + + +
        +
      • +

        setAgeToCreativeDespawnTime

        +
        public void setAgeToCreativeDespawnTime()
        +
      • +
      + + + + + + + +
        +
      • +

        dealFireDamage

        +
        protected void dealFireDamage(int p_70081_1_)
        +
        +
        Overrides:
        +
        dealFireDamage in class Entity
        +
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        getCommandSenderName

        +
        public java.lang.String getCommandSenderName()
        +
        +
        Overrides:
        +
        getCommandSenderName in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        canAttackWithItem

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

        travelToDimension

        +
        public void travelToDimension(int p_71027_1_)
        +
        +
        Overrides:
        +
        travelToDimension in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        getEntityItem

        +
        public ItemStack getEntityItem()
        +
      • +
      + + + +
        +
      • +

        setEntityItemStack

        +
        public void setEntityItemStack(ItemStack p_92058_1_)
        +
      • +
      + + + +
        +
      • +

        func_145798_i

        +
        public java.lang.String func_145798_i()
        +
      • +
      + + + +
        +
      • +

        func_145797_a

        +
        public void func_145797_a(java.lang.String p_145797_1_)
        +
      • +
      + + + +
        +
      • +

        func_145800_j

        +
        public java.lang.String func_145800_j()
        +
      • +
      + + + +
        +
      • +

        func_145799_b

        +
        public void func_145799_b(java.lang.String p_145799_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3