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/EffectRenderer.html | 420 +++++++++++ .../minecraft/client/particle/EntityAuraFX.html | 331 ++++++++ .../client/particle/EntityBlockDustFX.html | 315 ++++++++ .../client/particle/EntityBreakingFX.html | 406 ++++++++++ .../minecraft/client/particle/EntityBubbleFX.html | 331 ++++++++ .../minecraft/client/particle/EntityCloudFX.html | 360 +++++++++ .../minecraft/client/particle/EntityCrit2FX.html | 383 ++++++++++ .../minecraft/client/particle/EntityCritFX.html | 386 ++++++++++ .../minecraft/client/particle/EntityDiggingFX.html | 428 +++++++++++ .../client/particle/EntityDropParticleFX.html | 361 +++++++++ .../particle/EntityEnchantmentTableParticleFX.html | 365 +++++++++ .../minecraft/client/particle/EntityExplodeFX.html | 331 ++++++++ .../net/minecraft/client/particle/EntityFX.html | 834 +++++++++++++++++++++ .../client/particle/EntityFireworkOverlayFX.html | 339 +++++++++ .../client/particle/EntityFireworkSparkFX.html | 482 ++++++++++++ .../client/particle/EntityFireworkStarterFX.html | 381 ++++++++++ .../client/particle/EntityFishWakeFX.html | 331 ++++++++ .../minecraft/client/particle/EntityFlameFX.html | 394 ++++++++++ .../client/particle/EntityFootStepFX.html | 373 +++++++++ .../minecraft/client/particle/EntityHeartFX.html | 386 ++++++++++ .../client/particle/EntityHugeExplodeFX.html | 377 ++++++++++ .../client/particle/EntityLargeExplodeFX.html | 396 ++++++++++ .../minecraft/client/particle/EntityLavaFX.html | 388 ++++++++++ .../minecraft/client/particle/EntityNoteFX.html | 386 ++++++++++ .../minecraft/client/particle/EntityPickupFX.html | 371 +++++++++ .../minecraft/client/particle/EntityPortalFX.html | 394 ++++++++++ .../minecraft/client/particle/EntityRainFX.html | 329 ++++++++ .../minecraft/client/particle/EntityReddustFX.html | 386 ++++++++++ .../minecraft/client/particle/EntitySmokeFX.html | 386 ++++++++++ .../client/particle/EntitySnowShovelFX.html | 386 ++++++++++ .../client/particle/EntitySpellParticleFX.html | 373 +++++++++ .../minecraft/client/particle/EntitySplashFX.html | 311 ++++++++ .../minecraft/client/particle/EntitySuspendFX.html | 331 ++++++++ .../minecraft/client/particle/package-frame.html | 51 ++ .../minecraft/client/particle/package-summary.html | 259 +++++++ .../minecraft/client/particle/package-tree.html | 171 +++++ 36 files changed, 13232 insertions(+) create mode 100644 javadoc/net/minecraft/client/particle/EffectRenderer.html create mode 100644 javadoc/net/minecraft/client/particle/EntityAuraFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityBlockDustFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityBreakingFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityBubbleFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityCloudFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityCrit2FX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityCritFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityDiggingFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityDropParticleFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityEnchantmentTableParticleFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityExplodeFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityFireworkOverlayFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityFireworkSparkFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityFireworkStarterFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityFishWakeFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityFlameFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityFootStepFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityHeartFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityHugeExplodeFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityLargeExplodeFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityLavaFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityNoteFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityPickupFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityPortalFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityRainFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntityReddustFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntitySmokeFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntitySnowShovelFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntitySpellParticleFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntitySplashFX.html create mode 100644 javadoc/net/minecraft/client/particle/EntitySuspendFX.html create mode 100644 javadoc/net/minecraft/client/particle/package-frame.html create mode 100644 javadoc/net/minecraft/client/particle/package-summary.html create mode 100644 javadoc/net/minecraft/client/particle/package-tree.html (limited to 'javadoc/net/minecraft/client/particle') diff --git a/javadoc/net/minecraft/client/particle/EffectRenderer.html b/javadoc/net/minecraft/client/particle/EffectRenderer.html new file mode 100644 index 0000000..afe0fb4 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EffectRenderer.html @@ -0,0 +1,420 @@ + + + + + +EffectRenderer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EffectRenderer

+
+
+ +
+
    +
  • +
    +
    +
    public class EffectRenderer
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        worldObj

        +
        protected World worldObj
        +
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addEffect

        +
        public void addEffect(EntityFX p_78873_1_)
        +
      • +
      + + + +
        +
      • +

        updateEffects

        +
        public void updateEffects()
        +
      • +
      + + + +
        +
      • +

        renderParticles

        +
        public void renderParticles(Entity p_78874_1_,
        +                   float p_78874_2_)
        +
      • +
      + + + +
        +
      • +

        renderLitParticles

        +
        public void renderLitParticles(Entity p_78872_1_,
        +                      float p_78872_2_)
        +
      • +
      + + + +
        +
      • +

        clearEffects

        +
        public void clearEffects(World p_78870_1_)
        +
      • +
      + + + +
        +
      • +

        addBlockDestroyEffects

        +
        public void addBlockDestroyEffects(int p_147215_1_,
        +                          int p_147215_2_,
        +                          int p_147215_3_,
        +                          Block p_147215_4_,
        +                          int p_147215_5_)
        +
      • +
      + + + +
        +
      • +

        addBlockHitEffects

        +
        public void addBlockHitEffects(int p_78867_1_,
        +                      int p_78867_2_,
        +                      int p_78867_3_,
        +                      int p_78867_4_)
        +
      • +
      + + + +
        +
      • +

        getStatistics

        +
        public java.lang.String getStatistics()
        +
      • +
      + + + +
        +
      • +

        addBlockHitEffects

        +
        public void addBlockHitEffects(int x,
        +                      int y,
        +                      int z,
        +                      MovingObjectPosition target)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityAuraFX.html b/javadoc/net/minecraft/client/particle/EntityAuraFX.html new file mode 100644 index 0000000..917f564 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityAuraFX.html @@ -0,0 +1,331 @@ + + + + + +EntityAuraFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityAuraFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAuraFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityAuraFX

        +
        public EntityAuraFX(World p_i1232_1_,
        +            double p_i1232_2_,
        +            double p_i1232_4_,
        +            double p_i1232_6_,
        +            double p_i1232_8_,
        +            double p_i1232_10_,
        +            double p_i1232_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityBlockDustFX.html b/javadoc/net/minecraft/client/particle/EntityBlockDustFX.html new file mode 100644 index 0000000..ad69541 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityBlockDustFX.html @@ -0,0 +1,315 @@ + + + + + +EntityBlockDustFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityBlockDustFX

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

      Constructor Detail

      + + + +
        +
      • +

        EntityBlockDustFX

        +
        public EntityBlockDustFX(World p_i45072_1_,
        +                 double p_i45072_2_,
        +                 double p_i45072_4_,
        +                 double p_i45072_6_,
        +                 double p_i45072_8_,
        +                 double p_i45072_10_,
        +                 double p_i45072_12_,
        +                 Block p_i45072_14_,
        +                 int p_i45072_15_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityBreakingFX.html b/javadoc/net/minecraft/client/particle/EntityBreakingFX.html new file mode 100644 index 0000000..be5d501 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityBreakingFX.html @@ -0,0 +1,406 @@ + + + + + +EntityBreakingFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityBreakingFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityBreakingFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityBreakingFX

        +
        public EntityBreakingFX(World p_i1195_1_,
        +                double p_i1195_2_,
        +                double p_i1195_4_,
        +                double p_i1195_6_,
        +                Item p_i1195_8_)
        +
      • +
      + + + +
        +
      • +

        EntityBreakingFX

        +
        public EntityBreakingFX(World p_i1196_1_,
        +                double p_i1196_2_,
        +                double p_i1196_4_,
        +                double p_i1196_6_,
        +                Item p_i1196_8_,
        +                int p_i1196_9_)
        +
      • +
      + + + +
        +
      • +

        EntityBreakingFX

        +
        public EntityBreakingFX(World p_i1197_1_,
        +                double p_i1197_2_,
        +                double p_i1197_4_,
        +                double p_i1197_6_,
        +                double p_i1197_8_,
        +                double p_i1197_10_,
        +                double p_i1197_12_,
        +                Item p_i1197_14_,
        +                int p_i1197_15_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getFXLayer

        +
        public int getFXLayer()
        +
        +
        Overrides:
        +
        getFXLayer in class EntityFX
        +
        +
      • +
      + + + +
        +
      • +

        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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityBubbleFX.html b/javadoc/net/minecraft/client/particle/EntityBubbleFX.html new file mode 100644 index 0000000..83e0052 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityBubbleFX.html @@ -0,0 +1,331 @@ + + + + + +EntityBubbleFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityBubbleFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityBubbleFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityBubbleFX

        +
        public EntityBubbleFX(World p_i1198_1_,
        +              double p_i1198_2_,
        +              double p_i1198_4_,
        +              double p_i1198_6_,
        +              double p_i1198_8_,
        +              double p_i1198_10_,
        +              double p_i1198_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityCloudFX.html b/javadoc/net/minecraft/client/particle/EntityCloudFX.html new file mode 100644 index 0000000..9d3f7eb --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityCloudFX.html @@ -0,0 +1,360 @@ + + + + + +EntityCloudFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityCloudFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityCloudFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityCloudFX

        +
        public EntityCloudFX(World p_i1221_1_,
        +             double p_i1221_2_,
        +             double p_i1221_4_,
        +             double p_i1221_6_,
        +             double p_i1221_8_,
        +             double p_i1221_10_,
        +             double p_i1221_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityCrit2FX.html b/javadoc/net/minecraft/client/particle/EntityCrit2FX.html new file mode 100644 index 0000000..aefb23f --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityCrit2FX.html @@ -0,0 +1,383 @@ + + + + + +EntityCrit2FX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityCrit2FX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityCrit2FX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityCrit2FX

        +
        public EntityCrit2FX(World p_i1199_1_,
        +             Entity p_i1199_2_)
        +
      • +
      + + + +
        +
      • +

        EntityCrit2FX

        +
        public EntityCrit2FX(World p_i1200_1_,
        +             Entity p_i1200_2_,
        +             java.lang.String p_i1200_3_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

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

        getFXLayer

        +
        public int getFXLayer()
        +
        +
        Overrides:
        +
        getFXLayer in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + 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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityDiggingFX.html b/javadoc/net/minecraft/client/particle/EntityDiggingFX.html new file mode 100644 index 0000000..1a1be59 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityDiggingFX.html @@ -0,0 +1,428 @@ + + + + + +EntityDiggingFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityDiggingFX

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

      Constructor Detail

      + + + +
        +
      • +

        EntityDiggingFX

        +
        public EntityDiggingFX(World p_i1234_1_,
        +               double p_i1234_2_,
        +               double p_i1234_4_,
        +               double p_i1234_6_,
        +               double p_i1234_8_,
        +               double p_i1234_10_,
        +               double p_i1234_12_,
        +               Block p_i1234_14_,
        +               int p_i1234_15_)
        +
      • +
      + + + +
        +
      • +

        EntityDiggingFX

        +
        public EntityDiggingFX(World p_i1234_1_,
        +               double p_i1234_2_,
        +               double p_i1234_4_,
        +               double p_i1234_6_,
        +               double p_i1234_8_,
        +               double p_i1234_10_,
        +               double p_i1234_12_,
        +               Block p_i1234_14_,
        +               int p_i1234_15_,
        +               int side)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        applyColourMultiplier

        +
        public EntityDiggingFX applyColourMultiplier(int p_70596_1_,
        +                                    int p_70596_2_,
        +                                    int p_70596_3_)
        +
      • +
      + + + +
        +
      • +

        applyRenderColor

        +
        public EntityDiggingFX applyRenderColor(int p_90019_1_)
        +
      • +
      + + + +
        +
      • +

        getFXLayer

        +
        public int getFXLayer()
        +
        +
        Overrides:
        +
        getFXLayer in class EntityFX
        +
        +
      • +
      + + + +
        +
      • +

        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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityDropParticleFX.html b/javadoc/net/minecraft/client/particle/EntityDropParticleFX.html new file mode 100644 index 0000000..2ddcc79 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityDropParticleFX.html @@ -0,0 +1,361 @@ + + + + + +EntityDropParticleFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityDropParticleFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityDropParticleFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityDropParticleFX

        +
        public EntityDropParticleFX(World p_i1203_1_,
        +                    double p_i1203_2_,
        +                    double p_i1203_4_,
        +                    double p_i1203_6_,
        +                    Material p_i1203_8_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBrightnessForRender

        +
        public int getBrightnessForRender(float p_70070_1_)
        +
        +
        Overrides:
        +
        getBrightnessForRender in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        getBrightness

        +
        public float getBrightness(float p_70013_1_)
        +
        +
        Overrides:
        +
        getBrightness in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityEnchantmentTableParticleFX.html b/javadoc/net/minecraft/client/particle/EntityEnchantmentTableParticleFX.html new file mode 100644 index 0000000..6097db3 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityEnchantmentTableParticleFX.html @@ -0,0 +1,365 @@ + + + + + +EntityEnchantmentTableParticleFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityEnchantmentTableParticleFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityEnchantmentTableParticleFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityEnchantmentTableParticleFX

        +
        public EntityEnchantmentTableParticleFX(World p_i1204_1_,
        +                                double p_i1204_2_,
        +                                double p_i1204_4_,
        +                                double p_i1204_6_,
        +                                double p_i1204_8_,
        +                                double p_i1204_10_,
        +                                double p_i1204_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBrightnessForRender

        +
        public int getBrightnessForRender(float p_70070_1_)
        +
        +
        Overrides:
        +
        getBrightnessForRender in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        getBrightness

        +
        public float getBrightness(float p_70013_1_)
        +
        +
        Overrides:
        +
        getBrightness in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityExplodeFX.html b/javadoc/net/minecraft/client/particle/EntityExplodeFX.html new file mode 100644 index 0000000..31dce42 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityExplodeFX.html @@ -0,0 +1,331 @@ + + + + + +EntityExplodeFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityExplodeFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityExplodeFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityExplodeFX

        +
        public EntityExplodeFX(World p_i1205_1_,
        +               double p_i1205_2_,
        +               double p_i1205_4_,
        +               double p_i1205_6_,
        +               double p_i1205_8_,
        +               double p_i1205_10_,
        +               double p_i1205_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityFX.html b/javadoc/net/minecraft/client/particle/EntityFX.html new file mode 100644 index 0000000..f5cb0d5 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityFX.html @@ -0,0 +1,834 @@ + + + + + +EntityFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityFX

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

      Field Detail

      + + + +
        +
      • +

        particleTextureIndexX

        +
        protected int particleTextureIndexX
        +
      • +
      + + + +
        +
      • +

        particleTextureIndexY

        +
        protected int particleTextureIndexY
        +
      • +
      + + + +
        +
      • +

        particleTextureJitterX

        +
        protected float particleTextureJitterX
        +
      • +
      + + + +
        +
      • +

        particleTextureJitterY

        +
        protected float particleTextureJitterY
        +
      • +
      + + + +
        +
      • +

        particleAge

        +
        protected int particleAge
        +
      • +
      + + + +
        +
      • +

        particleMaxAge

        +
        protected int particleMaxAge
        +
      • +
      + + + +
        +
      • +

        particleScale

        +
        protected float particleScale
        +
      • +
      + + + +
        +
      • +

        particleGravity

        +
        protected float particleGravity
        +
      • +
      + + + +
        +
      • +

        particleRed

        +
        protected float particleRed
        +
      • +
      + + + +
        +
      • +

        particleGreen

        +
        protected float particleGreen
        +
      • +
      + + + +
        +
      • +

        particleBlue

        +
        protected float particleBlue
        +
      • +
      + + + +
        +
      • +

        particleAlpha

        +
        protected float particleAlpha
        +
      • +
      + + + +
        +
      • +

        particleIcon

        +
        protected IIcon particleIcon
        +
      • +
      + + + +
        +
      • +

        interpPosX

        +
        public static double interpPosX
        +
      • +
      + + + +
        +
      • +

        interpPosY

        +
        public static double interpPosY
        +
      • +
      + + + +
        +
      • +

        interpPosZ

        +
        public static double interpPosZ
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityFX

        +
        protected EntityFX(World p_i1218_1_,
        +        double p_i1218_2_,
        +        double p_i1218_4_,
        +        double p_i1218_6_)
        +
      • +
      + + + +
        +
      • +

        EntityFX

        +
        public EntityFX(World p_i1219_1_,
        +        double p_i1219_2_,
        +        double p_i1219_4_,
        +        double p_i1219_6_,
        +        double p_i1219_8_,
        +        double p_i1219_10_,
        +        double p_i1219_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        multiplyVelocity

        +
        public EntityFX multiplyVelocity(float p_70543_1_)
        +
      • +
      + + + +
        +
      • +

        multipleParticleScaleBy

        +
        public EntityFX multipleParticleScaleBy(float p_70541_1_)
        +
      • +
      + + + +
        +
      • +

        setRBGColorF

        +
        public void setRBGColorF(float p_70538_1_,
        +                float p_70538_2_,
        +                float p_70538_3_)
        +
      • +
      + + + +
        +
      • +

        setAlphaF

        +
        public void setAlphaF(float p_82338_1_)
        +
      • +
      + + + +
        +
      • +

        getRedColorF

        +
        public float getRedColorF()
        +
      • +
      + + + +
        +
      • +

        getGreenColorF

        +
        public float getGreenColorF()
        +
      • +
      + + + +
        +
      • +

        getBlueColorF

        +
        public float getBlueColorF()
        +
      • +
      + + + +
        +
      • +

        canTriggerWalking

        +
        protected boolean canTriggerWalking()
        +
        +
        Overrides:
        +
        canTriggerWalking in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        entityInit

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

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class Entity
        +
        +
      • +
      + + + +
        +
      • +

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

        getFXLayer

        +
        public int getFXLayer()
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        setParticleIcon

        +
        public void setParticleIcon(IIcon p_110125_1_)
        +
      • +
      + + + +
        +
      • +

        setParticleTextureIndex

        +
        public void setParticleTextureIndex(int p_70536_1_)
        +
      • +
      + + + +
        +
      • +

        nextTextureIndexX

        +
        public void nextTextureIndexX()
        +
      • +
      + + + +
        +
      • +

        canAttackWithItem

        +
        public boolean canAttackWithItem()
        +
        +
        Overrides:
        +
        canAttackWithItem in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class Entity
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityFireworkOverlayFX.html b/javadoc/net/minecraft/client/particle/EntityFireworkOverlayFX.html new file mode 100644 index 0000000..f35ee3a --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityFireworkOverlayFX.html @@ -0,0 +1,339 @@ + + + + + +EntityFireworkOverlayFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityFireworkOverlayFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityFireworkOverlayFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityFireworkOverlayFX

        +
        protected EntityFireworkOverlayFX(World p_i1206_1_,
        +                       double p_i1206_2_,
        +                       double p_i1206_4_,
        +                       double p_i1206_6_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityFireworkSparkFX.html b/javadoc/net/minecraft/client/particle/EntityFireworkSparkFX.html new file mode 100644 index 0000000..3b3191b --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityFireworkSparkFX.html @@ -0,0 +1,482 @@ + + + + + +EntityFireworkSparkFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityFireworkSparkFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityFireworkSparkFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityFireworkSparkFX

        +
        public EntityFireworkSparkFX(World p_i1207_1_,
        +                     double p_i1207_2_,
        +                     double p_i1207_4_,
        +                     double p_i1207_6_,
        +                     double p_i1207_8_,
        +                     double p_i1207_10_,
        +                     double p_i1207_12_,
        +                     EffectRenderer p_i1207_14_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setTrail

        +
        public void setTrail(boolean p_92045_1_)
        +
      • +
      + + + +
        +
      • +

        setTwinkle

        +
        public void setTwinkle(boolean p_92043_1_)
        +
      • +
      + + + +
        +
      • +

        setColour

        +
        public void setColour(int p_92044_1_)
        +
      • +
      + + + +
        +
      • +

        setFadeColour

        +
        public void setFadeColour(int p_92046_1_)
        +
      • +
      + + + + + + + +
        +
      • +

        canBePushed

        +
        public boolean canBePushed()
        +
        +
        Overrides:
        +
        canBePushed in class Entity
        +
        +
      • +
      + + + +
        +
      • +

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

        getBrightnessForRender

        +
        public int getBrightnessForRender(float p_70070_1_)
        +
        +
        Overrides:
        +
        getBrightnessForRender in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        getBrightness

        +
        public float getBrightness(float p_70013_1_)
        +
        +
        Overrides:
        +
        getBrightness in class Entity
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityFireworkStarterFX.html b/javadoc/net/minecraft/client/particle/EntityFireworkStarterFX.html new file mode 100644 index 0000000..230f8d2 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityFireworkStarterFX.html @@ -0,0 +1,381 @@ + + + + + +EntityFireworkStarterFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityFireworkStarterFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityFireworkStarterFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityFireworkStarterFX

        +
        public EntityFireworkStarterFX(World p_i1208_1_,
        +                       double p_i1208_2_,
        +                       double p_i1208_4_,
        +                       double p_i1208_6_,
        +                       double p_i1208_8_,
        +                       double p_i1208_10_,
        +                       double p_i1208_12_,
        +                       EffectRenderer p_i1208_14_,
        +                       NBTTagCompound p_i1208_15_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

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

        getFXLayer

        +
        public int getFXLayer()
        +
        +
        Overrides:
        +
        getFXLayer in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityFishWakeFX.html b/javadoc/net/minecraft/client/particle/EntityFishWakeFX.html new file mode 100644 index 0000000..dffca3d --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityFishWakeFX.html @@ -0,0 +1,331 @@ + + + + + +EntityFishWakeFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityFishWakeFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityFishWakeFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityFishWakeFX

        +
        public EntityFishWakeFX(World p_i45073_1_,
        +                double p_i45073_2_,
        +                double p_i45073_4_,
        +                double p_i45073_6_,
        +                double p_i45073_8_,
        +                double p_i45073_10_,
        +                double p_i45073_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityFlameFX.html b/javadoc/net/minecraft/client/particle/EntityFlameFX.html new file mode 100644 index 0000000..fa0adc2 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityFlameFX.html @@ -0,0 +1,394 @@ + + + + + +EntityFlameFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityFlameFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityFlameFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityFlameFX

        +
        public EntityFlameFX(World p_i1209_1_,
        +             double p_i1209_2_,
        +             double p_i1209_4_,
        +             double p_i1209_6_,
        +             double p_i1209_8_,
        +             double p_i1209_10_,
        +             double p_i1209_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

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

        getBrightnessForRender

        +
        public int getBrightnessForRender(float p_70070_1_)
        +
        +
        Overrides:
        +
        getBrightnessForRender in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        getBrightness

        +
        public float getBrightness(float p_70013_1_)
        +
        +
        Overrides:
        +
        getBrightness in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityFootStepFX.html b/javadoc/net/minecraft/client/particle/EntityFootStepFX.html new file mode 100644 index 0000000..44987e9 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityFootStepFX.html @@ -0,0 +1,373 @@ + + + + + +EntityFootStepFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityFootStepFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityFootStepFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityFootStepFX

        +
        public EntityFootStepFX(TextureManager p_i1210_1_,
        +                World p_i1210_2_,
        +                double p_i1210_3_,
        +                double p_i1210_5_,
        +                double p_i1210_7_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

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

        getFXLayer

        +
        public int getFXLayer()
        +
        +
        Overrides:
        +
        getFXLayer in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityHeartFX.html b/javadoc/net/minecraft/client/particle/EntityHeartFX.html new file mode 100644 index 0000000..8f7a9dc --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityHeartFX.html @@ -0,0 +1,386 @@ + + + + + +EntityHeartFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityHeartFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityHeartFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityHeartFX

        +
        public EntityHeartFX(World p_i1211_1_,
        +             double p_i1211_2_,
        +             double p_i1211_4_,
        +             double p_i1211_6_,
        +             double p_i1211_8_,
        +             double p_i1211_10_,
        +             double p_i1211_12_)
        +
      • +
      + + + +
        +
      • +

        EntityHeartFX

        +
        public EntityHeartFX(World p_i1212_1_,
        +             double p_i1212_2_,
        +             double p_i1212_4_,
        +             double p_i1212_6_,
        +             double p_i1212_8_,
        +             double p_i1212_10_,
        +             double p_i1212_12_,
        +             float p_i1212_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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityHugeExplodeFX.html b/javadoc/net/minecraft/client/particle/EntityHugeExplodeFX.html new file mode 100644 index 0000000..7d2f576 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityHugeExplodeFX.html @@ -0,0 +1,377 @@ + + + + + +EntityHugeExplodeFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityHugeExplodeFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityHugeExplodeFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityHugeExplodeFX

        +
        public EntityHugeExplodeFX(World p_i1214_1_,
        +                   double p_i1214_2_,
        +                   double p_i1214_4_,
        +                   double p_i1214_6_,
        +                   double p_i1214_8_,
        +                   double p_i1214_10_,
        +                   double p_i1214_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

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

        getFXLayer

        +
        public int getFXLayer()
        +
        +
        Overrides:
        +
        getFXLayer in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityLargeExplodeFX.html b/javadoc/net/minecraft/client/particle/EntityLargeExplodeFX.html new file mode 100644 index 0000000..a802a32 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityLargeExplodeFX.html @@ -0,0 +1,396 @@ + + + + + +EntityLargeExplodeFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityLargeExplodeFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityLargeExplodeFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityLargeExplodeFX

        +
        public EntityLargeExplodeFX(TextureManager p_i1213_1_,
        +                    World p_i1213_2_,
        +                    double p_i1213_3_,
        +                    double p_i1213_5_,
        +                    double p_i1213_7_,
        +                    double p_i1213_9_,
        +                    double p_i1213_11_,
        +                    double p_i1213_13_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

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

        getBrightnessForRender

        +
        public int getBrightnessForRender(float p_70070_1_)
        +
        +
        Overrides:
        +
        getBrightnessForRender in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      + + + +
        +
      • +

        getFXLayer

        +
        public int getFXLayer()
        +
        +
        Overrides:
        +
        getFXLayer in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityLavaFX.html b/javadoc/net/minecraft/client/particle/EntityLavaFX.html new file mode 100644 index 0000000..03fb8ec --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityLavaFX.html @@ -0,0 +1,388 @@ + + + + + +EntityLavaFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityLavaFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityLavaFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityLavaFX

        +
        public EntityLavaFX(World p_i1215_1_,
        +            double p_i1215_2_,
        +            double p_i1215_4_,
        +            double p_i1215_6_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBrightnessForRender

        +
        public int getBrightnessForRender(float p_70070_1_)
        +
        +
        Overrides:
        +
        getBrightnessForRender in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        getBrightness

        +
        public float getBrightness(float p_70013_1_)
        +
        +
        Overrides:
        +
        getBrightness in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityNoteFX.html b/javadoc/net/minecraft/client/particle/EntityNoteFX.html new file mode 100644 index 0000000..5ce2fe5 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityNoteFX.html @@ -0,0 +1,386 @@ + + + + + +EntityNoteFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityNoteFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityNoteFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityNoteFX

        +
        public EntityNoteFX(World p_i1216_1_,
        +            double p_i1216_2_,
        +            double p_i1216_4_,
        +            double p_i1216_6_,
        +            double p_i1216_8_,
        +            double p_i1216_10_,
        +            double p_i1216_12_)
        +
      • +
      + + + +
        +
      • +

        EntityNoteFX

        +
        public EntityNoteFX(World p_i1217_1_,
        +            double p_i1217_2_,
        +            double p_i1217_4_,
        +            double p_i1217_6_,
        +            double p_i1217_8_,
        +            double p_i1217_10_,
        +            double p_i1217_12_,
        +            float p_i1217_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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityPickupFX.html b/javadoc/net/minecraft/client/particle/EntityPickupFX.html new file mode 100644 index 0000000..a73dff8 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityPickupFX.html @@ -0,0 +1,371 @@ + + + + + +EntityPickupFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityPickupFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityPickupFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityPickupFX

        +
        public EntityPickupFX(World p_i1233_1_,
        +              Entity p_i1233_2_,
        +              Entity p_i1233_3_,
        +              float p_i1233_4_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

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

        getFXLayer

        +
        public int getFXLayer()
        +
        +
        Overrides:
        +
        getFXLayer in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityPortalFX.html b/javadoc/net/minecraft/client/particle/EntityPortalFX.html new file mode 100644 index 0000000..7b7fc7c --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityPortalFX.html @@ -0,0 +1,394 @@ + + + + + +EntityPortalFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityPortalFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityPortalFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityPortalFX

        +
        public EntityPortalFX(World p_i1222_1_,
        +              double p_i1222_2_,
        +              double p_i1222_4_,
        +              double p_i1222_6_,
        +              double p_i1222_8_,
        +              double p_i1222_10_,
        +              double p_i1222_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

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

        getBrightnessForRender

        +
        public int getBrightnessForRender(float p_70070_1_)
        +
        +
        Overrides:
        +
        getBrightnessForRender in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        getBrightness

        +
        public float getBrightness(float p_70013_1_)
        +
        +
        Overrides:
        +
        getBrightness in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntityRainFX.html b/javadoc/net/minecraft/client/particle/EntityRainFX.html new file mode 100644 index 0000000..fde6734 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntityRainFX.html @@ -0,0 +1,329 @@ + + + + + +EntityRainFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntityRainFX

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

      Constructor Detail

      + + + +
        +
      • +

        EntityRainFX

        +
        public EntityRainFX(World p_i1235_1_,
        +            double p_i1235_2_,
        +            double p_i1235_4_,
        +            double p_i1235_6_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + 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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntitySmokeFX.html b/javadoc/net/minecraft/client/particle/EntitySmokeFX.html new file mode 100644 index 0000000..39784d7 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntitySmokeFX.html @@ -0,0 +1,386 @@ + + + + + +EntitySmokeFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntitySmokeFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntitySmokeFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntitySmokeFX

        +
        public EntitySmokeFX(World p_i1225_1_,
        +             double p_i1225_2_,
        +             double p_i1225_4_,
        +             double p_i1225_6_,
        +             double p_i1225_8_,
        +             double p_i1225_10_,
        +             double p_i1225_12_)
        +
      • +
      + + + +
        +
      • +

        EntitySmokeFX

        +
        public EntitySmokeFX(World p_i1226_1_,
        +             double p_i1226_2_,
        +             double p_i1226_4_,
        +             double p_i1226_6_,
        +             double p_i1226_8_,
        +             double p_i1226_10_,
        +             double p_i1226_12_,
        +             float p_i1226_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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntitySnowShovelFX.html b/javadoc/net/minecraft/client/particle/EntitySnowShovelFX.html new file mode 100644 index 0000000..b292972 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntitySnowShovelFX.html @@ -0,0 +1,386 @@ + + + + + +EntitySnowShovelFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntitySnowShovelFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntitySnowShovelFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntitySnowShovelFX

        +
        public EntitySnowShovelFX(World p_i1227_1_,
        +                  double p_i1227_2_,
        +                  double p_i1227_4_,
        +                  double p_i1227_6_,
        +                  double p_i1227_8_,
        +                  double p_i1227_10_,
        +                  double p_i1227_12_)
        +
      • +
      + + + +
        +
      • +

        EntitySnowShovelFX

        +
        public EntitySnowShovelFX(World p_i1228_1_,
        +                  double p_i1228_2_,
        +                  double p_i1228_4_,
        +                  double p_i1228_6_,
        +                  double p_i1228_8_,
        +                  double p_i1228_10_,
        +                  double p_i1228_12_,
        +                  float p_i1228_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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntitySpellParticleFX.html b/javadoc/net/minecraft/client/particle/EntitySpellParticleFX.html new file mode 100644 index 0000000..e74631b --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntitySpellParticleFX.html @@ -0,0 +1,373 @@ + + + + + +EntitySpellParticleFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntitySpellParticleFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntitySpellParticleFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntitySpellParticleFX

        +
        public EntitySpellParticleFX(World p_i1229_1_,
        +                     double p_i1229_2_,
        +                     double p_i1229_4_,
        +                     double p_i1229_6_,
        +                     double p_i1229_8_,
        +                     double p_i1229_10_,
        +                     double p_i1229_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

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

        setBaseSpellTextureIndex

        +
        public void setBaseSpellTextureIndex(int p_70589_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntitySplashFX.html b/javadoc/net/minecraft/client/particle/EntitySplashFX.html new file mode 100644 index 0000000..8a040df --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntitySplashFX.html @@ -0,0 +1,311 @@ + + + + + +EntitySplashFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntitySplashFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntitySplashFX
    +extends EntityRainFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntitySplashFX

        +
        public EntitySplashFX(World p_i1230_1_,
        +              double p_i1230_2_,
        +              double p_i1230_4_,
        +              double p_i1230_6_,
        +              double p_i1230_8_,
        +              double p_i1230_10_,
        +              double p_i1230_12_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/EntitySuspendFX.html b/javadoc/net/minecraft/client/particle/EntitySuspendFX.html new file mode 100644 index 0000000..2d6212d --- /dev/null +++ b/javadoc/net/minecraft/client/particle/EntitySuspendFX.html @@ -0,0 +1,331 @@ + + + + + +EntitySuspendFX (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.particle
+

Class EntitySuspendFX

+
+
+ +
+
    +
  • +
    +
    +
    public class EntitySuspendFX
    +extends EntityFX
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntitySuspendFX

        +
        public EntitySuspendFX(World p_i1231_1_,
        +               double p_i1231_2_,
        +               double p_i1231_4_,
        +               double p_i1231_6_,
        +               double p_i1231_8_,
        +               double p_i1231_10_,
        +               double p_i1231_12_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class EntityFX
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/package-frame.html b/javadoc/net/minecraft/client/particle/package-frame.html new file mode 100644 index 0000000..a3591d5 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/package-frame.html @@ -0,0 +1,51 @@ + + + + + +net.minecraft.client.particle (Forge API) + + + + +

net.minecraft.client.particle

+
+

Classes

+ +
+ + diff --git a/javadoc/net/minecraft/client/particle/package-summary.html b/javadoc/net/minecraft/client/particle/package-summary.html new file mode 100644 index 0000000..9155c51 --- /dev/null +++ b/javadoc/net/minecraft/client/particle/package-summary.html @@ -0,0 +1,259 @@ + + + + + +net.minecraft.client.particle (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraft.client.particle

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/particle/package-tree.html b/javadoc/net/minecraft/client/particle/package-tree.html new file mode 100644 index 0000000..f6f6f0a --- /dev/null +++ b/javadoc/net/minecraft/client/particle/package-tree.html @@ -0,0 +1,171 @@ + + + + + +net.minecraft.client.particle Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraft.client.particle

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3