Class SpudowTextParticle.SpudowParticle

java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.NoRenderParticle
nokunami.floral_warfare.client.particles.SpudowTextParticle.SpudowParticle
Enclosing class:
SpudowTextParticle

public static class SpudowTextParticle.SpudowParticle extends net.minecraft.client.particle.NoRenderParticle
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    SpudowParticle(net.minecraft.client.multiplayer.ClientLevel level, double pX, double pY, double pZ, net.minecraft.client.particle.ParticleEngine engine)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

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

    getRenderType, render

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

    getBoundingBox, getLifetime, getLightColor, getParticleGroup, getPos, isAlive, move, remove, scale, 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

    • SpudowParticle

      protected SpudowParticle(net.minecraft.client.multiplayer.ClientLevel level, double pX, double pY, double pZ, net.minecraft.client.particle.ParticleEngine engine)
  • Method Details

    • tick

      public void tick()
      Overrides:
      tick in class net.minecraft.client.particle.Particle