net.minecraft.client.entity.particle

public class Particle

extends Entity

All mapped superinterfaces:

CommandSource

beb
net.minecraft.class_502
net.minecraft.client.entity.particle.Particle
net.minecraft.client.particle.EntityFX

Field summary

Modifier and TypeField
protected int
b
field_5935
spriteRow
particleTextureIndexX
protected int
c
field_5936
spriteColumn
particleTextureIndexY
protected float
d
field_1725
offsetU
particleTextureJitterX
protected float
e
field_1726
offsetV
particleTextureJitterY
protected int
f
field_1727
age
particleAge
protected int
g
field_1728
lifetime
particleMaxAge
protected float
h
field_1729
size
particleScale
protected float
i
field_1730
gravity
particleGravity
protected float
ar
field_1731
red
particleRed
protected float
as
field_1732
green
particleGreen
protected float
at
field_1733
blue
particleBlue
protected float
au
field_5163
alpha
particleAlpha
protected TextureAtlasSprite
av
field_10614
sprite
particleIcon
public static double
aw
field_1722
cameraX
interpPosX
public static double
ax
field_1723
cameraY
interpPosY
public static double
ay
field_1724
cameraZ
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
a(float arg0)
method_1287(float arg0)
multiplyVelocity(float value)
multiplyVelocity(float multiplier)
public Particle
h(float arg0)
method_1289(float arg0)
multiplySize(float value)
multipleParticleScaleBy(float scale)
public void
b(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
i(float arg0)
method_4296(float arg0)
setAlpha(float alpha)
setAlphaF(float alpha)
public float
b()
method_1286()
getRed()
getRedColorF()
public float
g()
method_1288()
getGreen()
getGreenColorF()
public float
i()
method_1290()
getBlue()
getBlueColorF()
public float
j()
method_9699()
getAlpha()
getAlpha()
protected boolean
s_()
method_2549()
makesSteps()
canTriggerWalking()
protected void
h()
method_2484()
registerSyncedData()
entityInit()
public void
t_()
method_2558()
tick()
onUpdate()
public void
a(bfd arg0, pk 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(WorldRenderer worldRendererIn, Entity entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
public int
a()
method_1284()
getAtlasType()
getFXLayer()
public void
b(dn arg0)
method_2528(class_322 arg0)
writeCustomNbt(NbtCompound arg0)
writeEntityToNBT(NBTTagCompound arg0)
public void
a(dn arg0)
method_2498(class_322 arg0)
readCustomNbt(NbtCompound arg0)
readEntityFromNBT(NBTTagCompound arg0)
public void
a(bmi arg0)
method_9698(class_1639 arg0)
setTexture(TextureAtlasSprite sprite)
setParticleIcon(TextureAtlasSprite icon)
public void
k(int arg0)
method_1282(int arg0)
setTextureCoordinates(int sprite)
setParticleTextureIndex(int particleTextureIndex)
public void
k()
method_5133()
incrementSpriteRow()
nextTextureIndexX()
public boolean
aD()
method_2521()
canBePunched()
canAttackWithItem()