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

Class EntityArrow

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

      Field Detail

      + + + +
        +
      • +

        canBePickedUp

        +
        public int canBePickedUp
        +
      • +
      + + + +
        +
      • +

        arrowShake

        +
        public int arrowShake
        +
      • +
      + + + +
        +
      • +

        shootingEntity

        +
        public Entity shootingEntity
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityArrow

        +
        public EntityArrow(World p_i1753_1_)
        +
      • +
      + + + +
        +
      • +

        EntityArrow

        +
        public EntityArrow(World p_i1754_1_,
        +           double p_i1754_2_,
        +           double p_i1754_4_,
        +           double p_i1754_6_)
        +
      • +
      + + + + + + + +
        +
      • +

        EntityArrow

        +
        public EntityArrow(World p_i1756_1_,
        +           EntityLivingBase p_i1756_2_,
        +           float p_i1756_3_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        entityInit

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

        setThrowableHeading

        +
        public void setThrowableHeading(double p_70186_1_,
        +                       double p_70186_3_,
        +                       double p_70186_5_,
        +                       float p_70186_7_,
        +                       float p_70186_8_)
        +
        +
        Specified by:
        +
        setThrowableHeading in interface IProjectile
        +
        +
      • +
      + + + +
        +
      • +

        setPositionAndRotation2

        +
        public void setPositionAndRotation2(double p_70056_1_,
        +                           double p_70056_3_,
        +                           double p_70056_5_,
        +                           float p_70056_7_,
        +                           float p_70056_8_,
        +                           int p_70056_9_)
        +
        +
        Overrides:
        +
        setPositionAndRotation2 in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        setVelocity

        +
        public void setVelocity(double p_70016_1_,
        +               double p_70016_3_,
        +               double p_70016_5_)
        +
        +
        Overrides:
        +
        setVelocity in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        onUpdate

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

        canTriggerWalking

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

        getShadowSize

        +
        public float getShadowSize()
        +
        +
        Overrides:
        +
        getShadowSize in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        setDamage

        +
        public void setDamage(double p_70239_1_)
        +
      • +
      + + + +
        +
      • +

        getDamage

        +
        public double getDamage()
        +
      • +
      + + + +
        +
      • +

        setKnockbackStrength

        +
        public void setKnockbackStrength(int p_70240_1_)
        +
      • +
      + + + +
        +
      • +

        canAttackWithItem

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

        setIsCritical

        +
        public void setIsCritical(boolean p_70243_1_)
        +
      • +
      + + + +
        +
      • +

        getIsCritical

        +
        public boolean getIsCritical()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3