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

Class EntityThrowable

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

      Field Detail

      + + + +
        +
      • +

        inGround

        +
        protected boolean inGround
        +
      • +
      + + + +
        +
      • +

        throwableShake

        +
        public int throwableShake
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityThrowable

        +
        public EntityThrowable(World p_i1776_1_)
        +
      • +
      + + + + + + + +
        +
      • +

        EntityThrowable

        +
        public EntityThrowable(World p_i1778_1_,
        +               double p_i1778_2_,
        +               double p_i1778_4_,
        +               double p_i1778_6_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        entityInit

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

        isInRangeToRenderDist

        +
        public boolean isInRangeToRenderDist(double p_70112_1_)
        +
        +
        Overrides:
        +
        isInRangeToRenderDist in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        func_70182_d

        +
        protected float func_70182_d()
        +
      • +
      + + + +
        +
      • +

        func_70183_g

        +
        protected float func_70183_g()
        +
      • +
      + + + +
        +
      • +

        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
        +
        +
      • +
      + + + +
        +
      • +

        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
        +
        +
      • +
      + + + +
        +
      • +

        getGravityVelocity

        +
        protected float getGravityVelocity()
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        getShadowSize

        +
        public float getShadowSize()
        +
        +
        Overrides:
        +
        getShadowSize in class Entity
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3