From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../minecraft/entity/projectile/EntityArrow.html | 670 --------------------- 1 file changed, 670 deletions(-) delete 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 deleted file mode 100644 index 21fc91b..0000000 --- a/javadoc/net/minecraft/entity/projectile/EntityArrow.html +++ /dev/null @@ -1,670 +0,0 @@ - - - - - -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