net.minecraft.client.particle

public abstract class Particle

dow
net.minecraft.client.particle.Particle
net.minecraft.class_703
net.minecraft.unmapped.C_pfsoguef
net.minecraft.client.particle.Particle
net.minecraft.client.particle.Particle

Field summary

Modifier and TypeField
private static final AABB
a
INITIAL_AABB
field_3860
f_wlyyvfed
EMPTY_BOUNDING_BOX
field_187121_a
protected final Level
b
level
field_3851
f_qcruekhj
world
field_187122_b
protected double
c
xo
field_3858
f_socebarn
prevPosX
field_187123_c
protected double
d
yo
field_3838
f_whkflhvq
prevPosY
field_187124_d
protected double
e
zo
field_3856
f_xldrcfeu
prevPosZ
field_187125_e
protected double
f
x
field_3874
f_nmjzqfxy
x
field_187126_f
protected double
g
y
field_3854
f_njiiwchk
y
field_187127_g
protected double
h
z
field_3871
f_tnhsotbp
z
field_187128_h
protected double
i
xd
field_3852
f_zudxuywf
velocityX
field_187129_i
protected double
j
yd
field_3869
f_dloorutw
velocityY
field_187130_j
protected double
k
zd
field_3850
f_vzfnaujo
velocityZ
field_187131_k
private AABB
A
bb
field_3872
f_aeqmamne
boundingBox
field_187120_G
protected boolean
l
onGround
field_3845
f_mcggxssx
onGround
field_187132_l
protected boolean
m
hasPhysics
field_3862
f_mybfevkm
collidesWithWorld
field_190017_n
private boolean
B
stoppedByCollision
field_21507
f_aaaeapaj
field_228343_B_
protected boolean
n
removed
field_3843
f_hnevkcyv
dead
field_187133_m
protected float
o
bbWidth
field_3849
f_vpoivrqf
spacingXZ
field_187134_n
protected float
p
bbHeight
field_3867
f_pmafzwbl
spacingY
field_187135_o
protected final Random
q
random
field_3840
f_lrfwnkbk
random
field_187136_p
protected int
r
age
field_3866
f_ztvaowvi
age
field_70546_d
protected int
s
lifetime
field_3847
f_liubabzq
maxAge
field_70547_e
protected float
t
gravity
field_3844
f_kwpepmya
gravityStrength
field_70545_g
protected float
u
rCol
field_3861
f_hpywlpbw
colorRed
field_70552_h
protected float
v
gCol
field_3842
f_rdcuqvjp
colorGreen
field_70553_i
protected float
w
bCol
field_3859
f_ajnglmtk
colorBlue
field_70551_j
protected float
x
alpha
field_3841
f_wkkesjyz
colorAlpha
field_82339_as
protected float
y
roll
field_3839
f_ylquajwp
angle
field_190014_F
protected float
z
oRoll
field_3857
f_wwbjouja
prevAngle
field_190015_G

Constructor summary

ModifierConstructor
protected (Level world, double x, double y, double z)
public (Level 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)
m_myqqtccj(float arg0)
move(float speed)
func_70543_e(float arg0)
public Particle
d(float arg0)
scale(float arg0)
method_3087(float arg0)
m_dqnxqslq(float arg0)
scale(float scale)
func_70541_f(float arg0)
public void
a(float arg0, float arg1, float arg2)
setColor(float arg0, float arg1, float arg2)
method_3084(float arg0, float arg1, float arg2)
m_sragvnqd(float arg0, float arg1, float arg2)
setColor(float red, float green, float blue)
func_70538_b(float arg0, float arg1, float arg2)
protected void
e(float arg0)
setAlpha(float arg0)
method_3083(float arg0)
m_etntbeks(float arg0)
setColorAlpha(float alpha)
func_82338_g(float arg0)
public void
a(int arg0)
setLifetime(int arg0)
method_3077(int arg0)
m_kpnbycyy(int arg0)
setMaxAge(int maxAge)
func_187114_a(int arg0)
public int
i()
getLifetime()
method_3082()
m_rplbftnr()
getMaxAge()
func_206254_h()
public void
a()
tick()
method_3070()
m_auhtbxsk()
tick()
func_189213_a()
public abstract void
a(cyl arg0, daz arg1, float arg2)
render(VertexConsumer arg0, Camera arg1, float arg2)
method_3074(class_4588 arg0, class_4184 arg1, float arg2)
m_aevpqqgk(C_igthdzux arg0, C_dcmtgrvm arg1, float arg2)
buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta)
func_225606_a_(IVertexBuilder arg0, ActiveRenderInfo arg1, float arg2)
public abstract ParticleRenderType
b()
getRenderType()
method_18122()
m_egosbekr()
getType()
func_217558_b()
public void
j()
remove()
method_3085()
m_wcwgfmar()
markDead()
func_187112_i()
protected void
a(float arg0, float arg1)
setSize(float arg0, float arg1)
method_3080(float arg0, float arg1)
m_ufbvancb(float arg0, float arg1)
setBoundingBoxSpacing(float spacingXZ, float spacingY)
func_187115_a(float arg0, float arg1)
public void
b(double arg0, double arg1, double arg2)
setPos(double arg0, double arg1, double arg2)
method_3063(double arg0, double arg1, double arg2)
m_jzlsoaso(double arg0, double arg1, double arg2)
setPos(double x, double y, double z)
func_187109_b(double arg0, double arg1, double arg2)
public void
a(double arg0, double arg1, double arg2)
move(double arg0, double arg1, double arg2)
method_3069(double arg0, double arg1, double arg2)
m_gllcnbgm(double arg0, double arg1, double arg2)
move(double dx, double dy, double dz)
func_187110_a(double arg0, double arg1, double arg2)
protected void
k()
setLocationFromBoundingbox()
method_3072()
m_yewxnlbn()
repositionFromBoundingBox()
func_187118_j()
protected int
a(float arg0)
getLightColor(float arg0)
method_3068(float arg0)
m_bbzqrbnn(float arg0)
getColorMultiplier(float tint)
func_189214_a(float arg0)
public boolean
l()
isAlive()
method_3086()
m_sdlozwhr()
isAlive()
func_187113_k()
public AABB
m()
getBoundingBox()
method_3064()
m_ruswdbbc()
getBoundingBox()
func_187116_l()
public void
a(cvc arg0)
setBoundingBox(AABB arg0)
method_3067(class_238 arg0)
m_fitgbftc(C_hbcjzgoe arg0)
setBoundingBox(Box arg0)
func_187108_a(AxisAlignedBB arg0)