java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.BaseAshSmokeParticle
net.minecraft.client.particle.SmokeParticle
com.pixelmonmod.pixelmon.battles.animations.particles.ParticleKoffing

public class ParticleKoffing extends net.minecraft.client.particle.SmokeParticle
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.client.particle.SmokeParticle

    net.minecraft.client.particle.SmokeParticle.Provider
  • Field Summary

    Fields inherited from class net.minecraft.client.particle.TextureSheetParticle

    sprite

    Fields inherited from class net.minecraft.client.particle.SingleQuadParticle

    quadSize

    Fields inherited from class net.minecraft.client.particle.Particle

    age, alpha, bb, bbHeight, bbWidth, bCol, friction, gCol, gravity, hasPhysics, INITIAL_AABB, level, lifetime, MAXIMUM_COLLISION_VELOCITY_SQUARED, onGround, oRoll, random, rCol, removed, roll, speedUpWhenYMotionIsBlocked, stoppedByCollision, x, xd, xo, y, yd, yo, z, zd, zo
  • Constructor Summary

    Constructors
    Constructor
    Description
    ParticleKoffing(net.minecraft.client.multiplayer.ClientLevel par1World, double par2, double par4, double par6, double par8, double par10, double par12, float par14, net.minecraft.client.particle.SpriteSet spriteWithAge)
     
    ParticleKoffing(net.minecraft.client.multiplayer.ClientLevel par1World, double par2, double par4, double par6, double par8, double par10, double par12, net.minecraft.client.particle.SpriteSet spriteWithAge)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called to update the entity's position/logic.

    Methods inherited from class net.minecraft.client.particle.BaseAshSmokeParticle

    getQuadSize, getRenderType

    Methods inherited from class net.minecraft.client.particle.TextureSheetParticle

    getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAge

    Methods inherited from class net.minecraft.client.particle.SingleQuadParticle

    render, scale

    Methods inherited from class net.minecraft.client.particle.Particle

    getBoundingBox, getLifetime, getLightColor, getParticleGroup, getPos, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ParticleKoffing

      public ParticleKoffing(net.minecraft.client.multiplayer.ClientLevel par1World, double par2, double par4, double par6, double par8, double par10, double par12, net.minecraft.client.particle.SpriteSet spriteWithAge)
    • ParticleKoffing

      public ParticleKoffing(net.minecraft.client.multiplayer.ClientLevel par1World, double par2, double par4, double par6, double par8, double par10, double par12, float par14, net.minecraft.client.particle.SpriteSet spriteWithAge)
  • Method Details

    • tick

      public void tick()
      Called to update the entity's position/logic.
      Overrides:
      tick in class net.minecraft.client.particle.BaseAshSmokeParticle