From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../minecraft/client/particle/EntityReddustFX.html | 386 +++++++++++++++++++++ 1 file changed, 386 insertions(+) create mode 100644 javadoc/net/minecraft/client/particle/EntityReddustFX.html (limited to 'javadoc/net/minecraft/client/particle/EntityReddustFX.html') diff --git a/javadoc/net/minecraft/client/particle/EntityReddustFX.html b/javadoc/net/minecraft/client/particle/EntityReddustFX.html new file mode 100644 index 0000000..61aba4d --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityReddustFX.html @@ -0,0 +1,386 @@ + + + + + +EntityReddustFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityReddustFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityReddustFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityReddustFX

        +
        public EntityReddustFX(World p_i1223_1_,
        +               double p_i1223_2_,
        +               double p_i1223_4_,
        +               double p_i1223_6_,
        +               float p_i1223_8_,
        +               float p_i1223_9_,
        +               float p_i1223_10_)
        +
      • +
      + + + +
        +
      • +

        EntityReddustFX

        +
        public EntityReddustFX(World p_i1224_1_,
        +               double p_i1224_2_,
        +               double p_i1224_4_,
        +               double p_i1224_6_,
        +               float p_i1224_8_,
        +               float p_i1224_9_,
        +               float p_i1224_10_,
        +               float p_i1224_11_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        renderParticle

        +
        public void renderParticle(Tessellator p_70539_1_,
        +                  float p_70539_2_,
        +                  float p_70539_3_,
        +                  float p_70539_4_,
        +                  float p_70539_5_,
        +                  float p_70539_6_,
        +                  float p_70539_7_)
        +
        +
        Overrides:
        +
        renderParticle in class EntityFX
        +
        +
      • +
      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3