Class WretchedParticle
-
- All Implemented Interfaces:
public final class WretchedParticle extends TextureSheetParticle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
WretchedParticle.Companion
-
Field Summary
Fields Modifier and Type Field Description protected final TextureAtlasSprite
sprite
protected final Float
quadSize
protected final ClientLevel
level
protected final Double
xo
protected final Double
yo
protected final Double
zo
protected final Double
x
protected final Double
y
protected final Double
z
protected final Double
xd
protected final Double
yd
protected final Double
zd
private final AABB
bb
protected final Boolean
onGround
protected final Boolean
hasPhysics
private final Boolean
stoppedByCollision
protected final Boolean
removed
protected final Float
bbWidth
protected final Float
bbHeight
protected final RandomSource
random
protected final Integer
age
protected final Integer
lifetime
protected final Float
gravity
protected final Float
rCol
protected final Float
gCol
protected final Float
bCol
protected final Float
alpha
protected final Float
roll
protected final Float
oRoll
protected final Float
friction
protected final Boolean
speedUpWhenYMotionIsBlocked
public final static WretchedParticle.Companion
Companion
-
Method Summary
Modifier and Type Method Description ParticleRenderType
getRenderType()
-
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, tick, toString
-
Methods inherited from class net.minecraft.client.particle.SingleQuadParticle
getFacingCameraMode, getQuadSize, getRenderBoundingBox, render, renderRotatedQuad, renderRotatedQuad, renderVertex, scale
-
Methods inherited from class net.minecraft.client.particle.TextureSheetParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAge
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-