net.minecraft.client.particle

public abstract class Particle

doz
net.minecraft.client.particle.Particle
net.minecraft.class_703
net.minecraft.client.particle.Particle
net.minecraft.client.particle.Particle

Field summary

Modifier and TypeField
private static final AABB
a
INITIAL_AABB
field_3860
EMPTY_BOUNDING_BOX
field_187121_a
protected final Level
b
level
field_3851
world
field_187122_b
protected double
c
xo
field_3858
prevPosX
field_187123_c
protected double
d
yo
field_3838
prevPosY
field_187124_d
protected double
e
zo
field_3856
prevPosZ
field_187125_e
protected double
f
x
field_3874
x
field_187126_f
protected double
g
y
field_3854
y
field_187127_g
protected double
h
z
field_3871
z
field_187128_h
protected double
i
xd
field_3852
velocityX
field_187129_i
protected double
j
yd
field_3869
velocityY
field_187130_j
protected double
k
zd
field_3850
velocityZ
field_187131_k
private AABB
A
bb
field_3872
boundingBox
field_187120_G
protected boolean
l
onGround
field_3845
onGround
field_187132_l
protected boolean
m
hasPhysics
field_3862
collidesWithWorld
field_190017_n
private boolean
B
stoppedByCollision
field_21507
field_228343_B_
protected boolean
n
removed
field_3843
dead
field_187133_m
protected float
o
bbWidth
field_3849
spacingXZ
field_187134_n
protected float
p
bbHeight
field_3867
spacingY
field_187135_o
protected final Random
q
random
field_3840
random
field_187136_p
protected int
r
age
field_3866
age
field_70546_d
protected int
s
lifetime
field_3847
maxAge
field_70547_e
protected float
t
gravity
field_3844
gravityStrength
field_70545_g
protected float
u
rCol
field_3861
colorRed
field_70552_h
protected float
v
gCol
field_3842
colorGreen
field_70553_i
protected float
w
bCol
field_3859
colorBlue
field_70551_j
protected float
x
alpha
field_3841
colorAlpha
field_82339_as
protected float
y
roll
field_3839
angle
field_190014_F
protected float
z
oRoll
field_3857
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)
move(float speed)
func_70543_e(float arg0)
public Particle
d(float arg0)
scale(float arg0)
method_3087(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)
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)
setColorAlpha(float alpha)
func_82338_g(float arg0)
public void
a(int arg0)
setLifetime(int arg0)
method_3077(int arg0)
setMaxAge(int maxAge)
func_187114_a(int arg0)
public int
i()
getLifetime()
method_3082()
getMaxAge()
func_206254_h()
public void
a()
tick()
method_3070()
tick()
func_189213_a()
public abstract void
a(cyo arg0, dbb arg1, float arg2)
render(VertexConsumer arg0, Camera arg1, float arg2)
method_3074(class_4588 arg0, class_4184 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()
getType()
func_217558_b()
public void
j()
remove()
method_3085()
markDead()
func_187112_i()
protected void
a(float arg0, float arg1)
setSize(float arg0, float arg1)
method_3080(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)
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)
move(double dx, double dy, double dz)
func_187110_a(double arg0, double arg1, double arg2)
protected void
k()
setLocationFromBoundingbox()
method_3072()
repositionFromBoundingBox()
func_187118_j()
protected int
a(float arg0)
getLightColor(float arg0)
method_3068(float arg0)
getColorMultiplier(float tint)
func_189214_a(float arg0)
public boolean
l()
isAlive()
method_3086()
isAlive()
func_187113_k()
public AABB
m()
getBoundingBox()
method_3064()
getBoundingBox()
func_187116_l()
public void
a(cvf arg0)
setBoundingBox(AABB arg0)
method_3067(class_238 arg0)
setBoundingBox(Box arg0)
func_187108_a(AxisAlignedBB arg0)