From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../net/minecraft/client/particle/EntityFX.html | 834 +++++++++++++++++++++ 1 file changed, 834 insertions(+) create mode 100644 javadoc/net/minecraft/client/particle/EntityFX.html (limited to 'javadoc/net/minecraft/client/particle/EntityFX.html') 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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3