net.minecraft.client.entity.particle

public class Particle

bmr
net.minecraft.class_502
net.minecraft.client.entity.particle.Particle
net.minecraft.client.particle.Particle

Field summary

Modifier and TypeField
private static final Box
a
field_13423
EMPTY_SHAPE
EMPTY_AABB
protected World
c
field_13424
world
world
protected double
d
field_13425
lastX
prevPosX
protected double
e
field_13426
lastY
prevPosY
protected double
f
field_13427
lastZ
prevPosZ
protected double
g
field_13428
x
posX
protected double
h
field_13429
y
posY
protected double
i
field_13430
z
posZ
protected double
j
field_13431
velocityX
motionX
protected double
k
field_13432
velocityY
motionY
protected double
l
field_13433
velocityZ
motionZ
private Box
b
field_13422
shape
boundingBox
protected boolean
m
field_13434
onGround
isCollided
protected boolean
n
field_14950
hasPhysics
canCollide
protected boolean
o
field_13435
removed
isExpired
protected float
p
field_13436
shapeWidth
width
protected float
q
field_13437
shapeHeight
height
protected Random
r
field_13438
random
rand
protected int
s
field_5935
spriteRow
particleTextureIndexX
protected int
t
field_5936
spriteColumn
particleTextureIndexY
protected float
u
field_1725
offsetU
particleTextureJitterX
protected float
v
field_1726
offsetV
particleTextureJitterY
protected int
w
field_1727
age
particleAge
protected int
x
field_1728
lifetime
particleMaxAge
protected float
y
field_1729
size
particleScale
protected float
z
field_1730
gravity
particleGravity
protected float
A
field_1731
red
particleRed
protected float
B
field_1732
green
particleGreen
protected float
C
field_1733
blue
particleBlue
protected float
D
field_13421
alpha
particleAlpha
protected TextureAtlasSprite
E
field_10614
sprite
particleTexture
protected float
F
field_14947
roll
particleAngle
protected float
G
field_14948
lastRoll
prevParticleAngle
public static double
H
field_1722
cameraX
interpPosX
public static double
I
field_1723
cameraY
interpPosY
public static double
J
field_1724
cameraZ
interpPosZ
public static Vec3d
K
field_14949
cameraRotation
cameraViewDir

Constructor summary

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

Method summary

Modifier and TypeMethod
public Particle
c(float arg0)
method_12249(float arg0)
multiplyVelocity(float value)
multiplyVelocity(float multiplier)
public Particle
d(float arg0)
method_1289(float arg0)
multiplySize(float value)
multipleParticleScaleBy(float scale)
public void
a(float arg0, float arg1, float arg2)
method_1285(float arg0, float arg1, float arg2)
setColor(float red, float green, float blue)
setRBGColorF(float particleRedIn, float particleGreenIn, float particleBlueIn)
public void
e(float arg0)
method_12250(float arg0)
setAlpha(float alpha)
setAlphaF(float alpha)
public boolean
c()
method_12248()
hasNoDepth()
isTransparent()
public float
d()
method_1286()
getRed()
getRedColorF()
public float
e()
method_1288()
getGreen()
getGreenColorF()
public float
f()
method_1290()
getBlue()
getBlueColorF()
public void
a(int arg0)
method_12245(int arg0)
setLifetime(int setMaxAge)
setMaxAge(int arg0)
public void
a()
method_12241()
tick()
onUpdate()
public void
a(bnt arg0, rw arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
method_1283(class_520 arg0, class_864 arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
render(BufferBuilder bufferBuilder, Entity camera, float tickDelta, float dx, float dy, float dz, float forwards, float sideways)
renderParticle(VertexBuffer buffer, Entity entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
public int
b()
method_1284()
getAtlasType()
getFXLayer()
public void
a(bwe arg0)
method_9698(class_1639 arg0)
setTexture(TextureAtlasSprite sprite)
setParticleTexture(TextureAtlasSprite texture)
public void
b(int arg0)
method_1282(int arg0)
setTextureCoordinates(int sprite)
setParticleTextureIndex(int particleTextureIndex)
public void
h()
method_5133()
incrementSpriteRow()
nextTextureIndexX()
public void
i()
method_12251()
remove()
setExpired()
protected void
a(float arg0, float arg1)
method_12244(float arg0, float arg1)
setShape(float width, float height)
setSize(float arg0, float arg1)
public void
b(double arg0, double arg1, double arg2)
method_12247(double arg0, double arg1, double arg2)
setPos(double x, double y, double z)
setPosition(double arg0, double arg1, double arg2)
public void
a(double arg0, double arg1, double arg2)
method_12242(double arg0, double arg1, double arg2)
move(double dx, double dy, double dz)
move(double x, double y, double z)
protected void
j()
method_12252()
setPosFromShape()
resetPositionToBB()
public int
a(float arg0)
method_12243(float arg0)
getLightColor(float tickDelta)
getBrightnessForRender(float arg0)
public boolean
k()
method_12253()
isAlive()
isAlive()
public Box
l()
method_12254()
getShape()
getBoundingBox()
public void
a(bby arg0)
method_12246(class_231 arg0)
setShape(Box shape)
setBoundingBox(AxisAlignedBB bb)