net.minecraft.client.particle

public abstract class Particle

diz
net.minecraft.class_703
net.minecraft.client.particle.Particle
net.minecraft.client.entity.particle.Particle
net.minecraft.client.particle.Particle
net.minecraft.client.particle.Particle

Field summary

Modifier and TypeField
private static final Box
C
field_3860
EMPTY_BOUNDING_BOX
EMPTY_SHAPE
field_187121_a
EMPTY_AABB
protected final World
a
field_3851
world
world
field_187122_b
world
protected double
b
field_3858
prevPosX
lastX
field_187123_c
prevPosX
protected double
c
field_3838
prevPosY
lastY
field_187124_d
prevPosY
protected double
d
field_3856
prevPosZ
lastZ
field_187125_e
prevPosZ
protected double
e
field_3874
x
x
field_187126_f
posX
protected double
f
field_3854
y
y
field_187127_g
posY
protected double
g
field_3871
z
z
field_187128_h
posZ
protected double
h
field_3852
velocityX
velocityX
field_187129_i
motionX
protected double
i
field_3869
velocityY
velocityY
field_187130_j
motionY
protected double
j
field_3850
velocityZ
velocityZ
field_187131_k
motionZ
private Box
D
field_3872
boundingBox
shape
field_187120_G
boundingBox
protected boolean
k
field_3845
onGround
onGround
field_187132_l
onGround
protected boolean
l
field_3862
collidesWithWorld
hasPhysics
field_190017_n
canCollide
protected boolean
m
field_3843
dead
removed
field_187133_m
isExpired
protected float
n
field_3849
spacingXZ
shapeWidth
field_187134_n
width
protected float
o
field_3867
spacingY
shapeHeight
field_187135_o
height
protected final Random
p
field_3840
random
random
field_187136_p
rand
protected int
q
field_3866
age
age
field_70546_d
age
protected int
r
field_3847
maxAge
lifetime
field_70547_e
maxAge
protected float
s
field_3844
gravityStrength
gravity
field_70545_g
particleGravity
protected float
t
field_3861
colorRed
red
field_70552_h
particleRed
protected float
u
field_3842
colorGreen
green
field_70553_i
particleGreen
protected float
v
field_3859
colorBlue
blue
field_70551_j
particleBlue
protected float
w
field_3841
colorAlpha
alpha
field_82339_as
particleAlpha
protected float
x
field_3839
angle
roll
field_190014_F
particleAngle
protected float
y
field_3857
prevAngle
lastRoll
field_190015_G
prevParticleAngle
public static double
z
field_3873
cameraX
cameraX
field_70556_an
interpPosX
public static double
A
field_3853
cameraY
cameraY
field_70554_ao
interpPosY
public static double
B
field_3870
cameraZ
cameraZ
field_70555_ap
interpPosZ

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
d(float arg0)
method_3075(float arg0)
move(float arg0)
multiplyVelocity(float value)
func_70543_e(float arg0)
multiplyVelocity(float multiplier)
public Particle
e(float arg0)
method_3087(float arg0)
method_3087(float arg0)
multiplySize(float value)
func_70541_f(float arg0)
multipleParticleScaleBy(float scale)
public void
a(float arg0, float arg1, float arg2)
method_3084(float arg0, float arg1, float arg2)
setColor(float arg0, float arg1, float arg2)
setColor(float red, float green, float blue)
func_70538_b(float arg0, float arg1, float arg2)
setColor(float particleRedIn, float particleGreenIn, float particleBlueIn)
protected void
f(float arg0)
method_3083(float arg0)
setColorAlpha(float arg0)
setAlpha(float alpha)
func_82338_g(float arg0)
setAlphaF(float alpha)
public void
a(int arg0)
method_3077(int arg0)
setMaxAge(int arg0)
setLifetime(int setMaxAge)
func_187114_a(int arg0)
setMaxAge(int particleLifeTime)
public int
i()
method_3082()
getMaxAge()
getLifetime()
func_206254_h()
getMaxAge()
public void
a()
method_3070()
tick()
tick()
func_189213_a()
tick()
public abstract void
a(cup arg0, cvd arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
method_3074(class_287 arg0, class_4184 arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
buildGeometry(BufferBuilder arg0, Camera arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
render(BufferBuilder arg0, Camera arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
func_180434_a(BufferBuilder arg0, ActiveRenderInfo arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
renderParticle(BufferBuilder buffer, ActiveRenderInfo entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
public abstract ParticleTextureSheet
b()
method_18122()
getType()
m_14529142()
func_217558_b()
getRenderType()
public void
j()
method_3085()
markDead()
remove()
func_187112_i()
setExpired()
protected void
a(float arg0, float arg1)
method_3080(float arg0, float arg1)
setBoundingBoxSpacing(float arg0, float arg1)
setShape(float width, float height)
func_187115_a(float arg0, float arg1)
setSize(float particleWidth, float particleHeight)
public void
b(double arg0, double arg1, double arg2)
method_3063(double arg0, double arg1, double arg2)
setPos(double arg0, double arg1, double arg2)
setPos(double x, double y, double z)
func_187109_b(double arg0, double arg1, double arg2)
setPosition(double x, double y, double z)
public void
a(double arg0, double arg1, double arg2)
method_3069(double arg0, double arg1, double arg2)
move(double arg0, double arg1, double arg2)
move(double dx, double dy, double dz)
func_187110_a(double arg0, double arg1, double arg2)
move(double x, double y, double z)
protected void
k()
method_3072()
repositionFromBoundingBox()
setPosFromShape()
func_187118_j()
resetPositionToBB()
protected int
a(float arg0)
method_3068(float arg0)
getColorMultiplier(float arg0)
getLightColor(float tickDelta)
func_189214_a(float arg0)
getBrightnessForRender(float partialTick)
public boolean
l()
method_3086()
isAlive()
isAlive()
func_187113_k()
isAlive()
public Box
m()
method_3064()
getBoundingBox()
getShape()
func_187116_l()
getBoundingBox()
public void
a(crw arg0)
method_3067(class_238 arg0)
setBoundingBox(Box arg0)
setShape(Box shape)
func_187108_a(AxisAlignedBB arg0)
setBoundingBox(AxisAlignedBB bb)