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/client/particle/EntityCritFX.html | 386 +++++++++++++++++++++ 1 file changed, 386 insertions(+) create mode 100644 javadoc/net/minecraft/client/particle/EntityCritFX.html (limited to 'javadoc/net/minecraft/client/particle/EntityCritFX.html') diff --git a/javadoc/net/minecraft/client/particle/EntityCritFX.html b/javadoc/net/minecraft/client/particle/EntityCritFX.html new file mode 100644 index 0000000..30ede9c --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityCritFX.html @@ -0,0 +1,386 @@ + + + + + +EntityCritFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityCritFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityCritFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityCritFX

        +
        public EntityCritFX(World p_i1201_1_,
        +            double p_i1201_2_,
        +            double p_i1201_4_,
        +            double p_i1201_6_,
        +            double p_i1201_8_,
        +            double p_i1201_10_,
        +            double p_i1201_12_)
        +
      • +
      + + + +
        +
      • +

        EntityCritFX

        +
        public EntityCritFX(World p_i1202_1_,
        +            double p_i1202_2_,
        +            double p_i1202_4_,
        +            double p_i1202_6_,
        +            double p_i1202_8_,
        +            double p_i1202_10_,
        +            double p_i1202_12_,
        +            float p_i1202_14_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      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