net.minecraft.client.particle

public abstract class Particle

hhn
net.minecraft.client.particle.Particle
net.minecraft.class_703
net.minecraft.client.particle.Particle

Field summary

Modifier and TypeField
private static final AABB
a
INITIAL_AABB
field_3860
EMPTY_BOUNDING_BOX
private static final double
b
MAXIMUM_COLLISION_VELOCITY_SQUARED
field_36193
MAX_SQUARED_COLLISION_CHECK_DISTANCE
protected final ClientLevel
j
level
field_3851
world
protected double
k
xo
field_3858
lastX
protected double
l
yo
field_3838
lastY
protected double
m
zo
field_3856
lastZ
protected double
n
x
field_3874
x
protected double
o
y
field_3854
y
protected double
p
z
field_3871
z
protected double
q
xd
field_3852
velocityX
protected double
r
yd
field_3869
velocityY
protected double
s
zd
field_3850
velocityZ
private AABB
c
bb
field_3872
boundingBox
protected boolean
t
onGround
field_3845
onGround
protected boolean
u
hasPhysics
field_3862
collidesWithWorld
private boolean
d
stoppedByCollision
field_21507
stopped
protected boolean
v
removed
field_3843
dead
protected float
w
bbWidth
field_3849
spacingXZ
protected float
x
bbHeight
field_3867
spacingY
protected final RandomSource
y
random
field_3840
random
protected int
z
age
field_3866
age
protected int
A
lifetime
field_3847
maxAge
protected float
B
gravity
field_3844
gravityStrength
protected float
C
friction
field_28786
velocityMultiplier
protected boolean
D
speedUpWhenYMotionIsBlocked
field_28787
ascending

Constructor summary

ModifierConstructor
protected (ClientLevel world, double x, double y, double z)
public (ClientLevel world, double x, double y, double z, double velocityX, double velocityY, double velocityZ)

Method summary

Modifier and TypeMethod
public Particle
c(float arg0)
setPower(float arg0)
method_3075(float arg0)
move(float speed)
public void
b(double arg0, double arg1, double arg2)
setParticleSpeed(double arg0, double arg1, double arg2)
method_34753(double arg0, double arg1, double arg2)
setVelocity(double velocityX, double velocityY, double velocityZ)
public Particle
d(float arg0)
scale(float arg0)
method_3087(float arg0)
scale(float scale)
public void
a(int arg0)
setLifetime(int arg0)
method_3077(int arg0)
setMaxAge(int maxAge)
public int
j()
getLifetime()
method_3082()
getMaxAge()
public void
a()
tick()
method_3070()
tick()
public abstract ParticleRenderType
bi_()
getGroup()
method_74274()
textureSheet()
public void
k()
remove()
method_3085()
markDead()
protected void
b(float arg0, float arg1)
setSize(float arg0, float arg1)
method_3080(float arg0, float arg1)
setBoundingBoxSpacing(float spacingXZ, float spacingY)
public void
c(double arg0, double arg1, double arg2)
setPos(double arg0, double arg1, double arg2)
method_3063(double arg0, double arg1, double arg2)
setPos(double x, double y, double z)
public void
a(double arg0, double arg1, double arg2)
move(double arg0, double arg1, double arg2)
method_3069(double arg0, double arg1, double arg2)
move(double dx, double dy, double dz)
protected void
l()
setLocationFromBoundingbox()
method_3072()
repositionFromBoundingBox()
protected int
a(float arg0)
getLightColor(float arg0)
method_3068(float arg0)
getBrightness(float tint)
public boolean
m()
isAlive()
method_3086()
isAlive()
public AABB
n()
getBoundingBox()
method_3064()
getBoundingBox()
public void
a(frz arg0)
setBoundingBox(AABB arg0)
method_3067(class_238 arg0)
setBoundingBox(Box boundingBox)
public Optional<ParticleLimit>
o()
getParticleLimit()
method_34019()
getGroup()