Class SpudowTextParticle
java.lang.Object
net.minecraft.client.particle.Particle
nokunami.floral_warfare.client.particles.SpudowTextParticle
public class SpudowTextParticle
extends net.minecraft.client.particle.Particle
-
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
ConstructorsConstructorDescriptionSpudowTextParticle(net.minecraft.client.multiplayer.ClientLevel pLevel, double pX, double pY, double pZ) -
Method Summary
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getLightColor, getPos, isAlive, move, remove, scale, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, tick, toString
-
Constructor Details
-
SpudowTextParticle
public SpudowTextParticle(net.minecraft.client.multiplayer.ClientLevel pLevel, double pX, double pY, double pZ)
-
-
Method Details
-
render
public void render(com.mojang.blaze3d.vertex.VertexConsumer consumer, net.minecraft.client.Camera camera, float partialTicks) - Specified by:
renderin classnet.minecraft.client.particle.Particle
-
getRenderType
@NotNull public @NotNull net.minecraft.client.particle.ParticleRenderType getRenderType()- Specified by:
getRenderTypein classnet.minecraft.client.particle.Particle
-
getParticleGroup
- Overrides:
getParticleGroupin classnet.minecraft.client.particle.Particle
-