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 --- .../client/particle/EntityBreakingFX.html | 406 +++++++++++++++++++++ 1 file changed, 406 insertions(+) create mode 100644 javadoc/net/minecraft/client/particle/EntityBreakingFX.html (limited to 'javadoc/net/minecraft/client/particle/EntityBreakingFX.html') 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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3