History - net.minecraft.client.particle.Particle
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
int (float): getLightColor, method_3068, getBrightness
int (float): getLightCoords, method_3068, getLight
1.21.11_unobfuscated
Names
net.minecraft.client.particle.Particle
net.minecraft.class_703
net.minecraft.client.particle.Particle
Fields
Box: INITIAL_AABB, field_3860, EMPTY_BOUNDING_BOX
double: MAXIMUM_COLLISION_VELOCITY_SQUARED, field_36193, MAX_SQUARED_COLLISION_CHECK_DISTANCE
ClientWorld: level, field_3851, world
double: xo, field_3858, lastX
double: yo, field_3838, lastY
double: zo, field_3856, lastZ
double: x, field_3874, x
double: y, field_3854, y
double: z, field_3871, z
double: xd, field_3852, velocityX
double: yd, field_3869, velocityY
double: zd, field_3850, velocityZ
Box: bb, field_3872, boundingBox
boolean: onGround, field_3845, onGround
boolean: hasPhysics, field_3862, collidesWithWorld
boolean: stoppedByCollision, field_21507, stopped
boolean: removed, field_3843, dead
float: bbWidth, field_3849, spacingXZ
float: bbHeight, field_3867, spacingY
Random: random, field_3840, random
int: age, field_3866, age
int: lifetime, field_3847, maxAge
float: gravity, field_3844, gravityStrength
float: friction, field_28786, velocityMultiplier
boolean: speedUpWhenYMotionIsBlocked, field_28787, ascending
Constructors
(ClientWorld, double, double, double)
(ClientWorld, double, double, double, double, double, double)
Methods
Particle (float): setPower, method_3075, move
void (double, double, double): setParticleSpeed, method_34753, setVelocity
Particle (float): scale, method_3087, scale
void (int): setLifetime, method_3077, setMaxAge
int (): getLifetime, method_3082, getMaxAge
void (): tick, method_3070, tick
ParticleTextureSheet (): getGroup, method_74274, textureSheet
void (): remove, method_3085, markDead
void (float, float): setSize, method_3080, setBoundingBoxSpacing
void (double, double, double): setPos, method_3063, setPos
void (double, double, double): move, method_3069, move
void (): setLocationFromBoundingbox, method_3072, repositionFromBoundingBox
int (float): getLightColor, method_3068, getBrightness
boolean (): isAlive, method_3086, isAlive
Box (): getBoundingBox, method_3064, getBoundingBox
void (Box): setBoundingBox, method_3067, setBoundingBox
Optional<ParticleGroup> (): getParticleLimit, method_34019, getGroup