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

Class EntityFireball

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

      Field Detail

      + + + + + + + +
        +
      • +

        accelerationX

        +
        public double accelerationX
        +
      • +
      + + + +
        +
      • +

        accelerationY

        +
        public double accelerationY
        +
      • +
      + + + +
        +
      • +

        accelerationZ

        +
        public double accelerationZ
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityFireball

        +
        public EntityFireball(World p_i1759_1_)
        +
      • +
      + + + +
        +
      • +

        EntityFireball

        +
        public EntityFireball(World p_i1760_1_,
        +              double p_i1760_2_,
        +              double p_i1760_4_,
        +              double p_i1760_6_,
        +              double p_i1760_8_,
        +              double p_i1760_10_,
        +              double p_i1760_12_)
        +
      • +
      + + + +
        +
      • +

        EntityFireball

        +
        public EntityFireball(World p_i1761_1_,
        +              EntityLivingBase p_i1761_2_,
        +              double p_i1761_3_,
        +              double p_i1761_5_,
        +              double p_i1761_7_)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3