Package net.minecraft.client.particle
Class NoRenderParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.NoRenderParticle
- Direct Known Subclasses:
EmitterParticle,ExplosionEmitterParticle,FireworksSparkParticle.FireworkParticle
@Environment(CLIENT) public class NoRenderParticle extends Particle
-
Field Summary
Fields inherited from class net.minecraft.client.particle.Particle
age, angle, collidesWithWorld, colorAlpha, colorBlue, colorGreen, colorRed, dead, gravityStrength, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, spacingXZ, spacingY, velocityX, velocityY, velocityZ, world, x, y, z -
Constructor Summary
Constructors Modifier Constructor Description protectedNoRenderParticle(ClientWorld world, double x, double y, double z)protectedNoRenderParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) -
Method Summary
Modifier and Type Method Description voidbuildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta)ParticleTextureSheetgetType()Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getColorMultiplier, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, scale, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, tick, toString
-
Constructor Details
-
NoRenderParticle
-
NoRenderParticle
protected NoRenderParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
-
-
Method Details
-
buildGeometry
- Specified by:
buildGeometryin classParticle
-
getType
-