net.minecraft.client.entity.particle

public class Particle

btd
net.minecraft.unmapped.C_47540058
net.minecraft.client.entity.particle.Particle

Field summary

Modifier and TypeField
private static final Box
a
f_65104582
EMPTY_SHAPE
protected World
c
f_09347087
world
protected double
d
f_84157995
lastX
protected double
e
f_27915542
lastY
protected double
f
f_05712825
lastZ
protected double
g
f_68960127
x
protected double
h
f_05684622
y
protected double
i
f_53537053
z
protected double
j
f_24827842
velocityX
protected double
k
f_88677480
velocityY
protected double
l
f_98292159
velocityZ
private Box
b
f_66173876
shape
protected boolean
m
f_56624566
onGround
protected boolean
n
f_04603124
hasPhysics
protected boolean
o
f_99598237
removed
protected float
p
f_77930500
shapeWidth
protected float
q
f_65512599
shapeHeight
protected Random
r
f_43974077
random
protected int
s
f_43693292
spriteRow
protected int
t
f_75173843
spriteColumn
protected float
u
f_76706888
offsetU
protected float
v
f_34520038
offsetV
protected int
w
f_79870834
age
protected int
x
f_89727493
lifetime
protected float
y
f_11203543
size
protected float
z
f_38664157
gravity
protected float
A
f_45507822
red
protected float
B
f_10605225
green
protected float
C
f_07440167
blue
protected float
D
f_74699285
alpha
protected TextureAtlasSprite
E
f_58170221
sprite
protected float
F
f_08229636
roll
protected float
G
f_99102890
lastRoll
public static double
H
f_37914722
cameraX
public static double
I
f_59479165
cameraY
public static double
J
f_68501249
cameraZ
public static Vec3d
K
f_68304105
cameraRotation

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)
m_39344274(float arg0)
multiplyVelocity(float value)
public Particle
d(float arg0)
m_73805824(float arg0)
multiplySize(float value)
public void
a(float arg0, float arg1, float arg2)
m_92890268(float arg0, float arg1, float arg2)
setColor(float red, float green, float blue)
public void
e(float arg0)
m_32426142(float arg0)
setAlpha(float alpha)
public boolean
c()
m_09191072()
hasNoDepth()
public float
d()
m_44703648()
getRed()
public float
e()
m_19995857()
getGreen()
public float
f()
m_84102338()
getBlue()
public void
a(int arg0)
m_94219750(int arg0)
setLifetime(int setMaxAge)
public void
a()
m_24884718()
tick()
public void
a(bui arg0, ve arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
m_32469004(C_93396801 arg0, C_42232651 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)
public int
b()
m_89634559()
getAtlasType()
public void
a(cdo arg0)
m_25499864(C_74688326 arg0)
setTexture(TextureAtlasSprite sprite)
public void
b(int arg0)
m_69070026(int arg0)
setTextureCoordinates(int sprite)
public void
h()
m_38074710()
incrementSpriteRow()
public void
i()
m_43613058()
remove()
protected void
a(float arg0, float arg1)
m_56409649(float arg0, float arg1)
setShape(float width, float height)
public void
b(double arg0, double arg1, double arg2)
m_70044315(double arg0, double arg1, double arg2)
setPos(double x, double y, double z)
public void
a(double arg0, double arg1, double arg2)
m_94443604(double arg0, double arg1, double arg2)
move(double dx, double dy, double dz)
protected void
j()
m_40141624()
setPosFromShape()
public int
a(float arg0)
m_66062316(float arg0)
getLightColor(float tickDelta)
public boolean
k()
m_33826430()
isAlive()
public Box
l()
m_79769346()
getShape()
public void
a(bgz arg0)
m_35380208(C_82690114 arg0)
setShape(Box shape)