Class DoomShroomCloudParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.NoRenderParticle
nokunami.floral_warfare.client.particles.DoomShroomCloudParticle
public class DoomShroomCloudParticle
extends net.minecraft.client.particle.NoRenderParticle
-
Nested Class Summary
Nested Classes -
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
ConstructorsModifierConstructorDescriptionprotectedDoomShroomCloudParticle(net.minecraft.client.multiplayer.ClientLevel pLevel, double pX, double pY, double pZ) -
Method Summary
Modifier and TypeMethodDescriptionvoidparticle(net.minecraft.core.particles.ParticleOptions particle) voidparticle(net.minecraft.core.particles.ParticleOptions particle, net.minecraft.world.phys.Vec3 speed) voidparticle(net.minecraft.core.particles.ParticleOptions particle, net.minecraft.world.phys.Vec3 pos, net.minecraft.world.phys.Vec3 speed) booleanvoidtick()Methods inherited from class net.minecraft.client.particle.NoRenderParticle
getRenderType, renderMethods 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, toString
-
Constructor Details
-
DoomShroomCloudParticle
protected DoomShroomCloudParticle(net.minecraft.client.multiplayer.ClientLevel pLevel, double pX, double pY, double pZ)
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classnet.minecraft.client.particle.Particle
-
shouldCull
public boolean shouldCull()- Overrides:
shouldCullin classnet.minecraft.client.particle.Particle
-
particle
public void particle(net.minecraft.core.particles.ParticleOptions particle) -
particle
public void particle(net.minecraft.core.particles.ParticleOptions particle, net.minecraft.world.phys.Vec3 speed) -
particle
public void particle(net.minecraft.core.particles.ParticleOptions particle, net.minecraft.world.phys.Vec3 pos, net.minecraft.world.phys.Vec3 speed)
-