public class ParticleEnchantmentTable extends Particle
Modifier and Type | Class and Description |
---|---|
static class |
ParticleEnchantmentTable.EnchantmentTable |
height, interpPosX, interpPosY, interpPosZ, isCollided, isExpired, motionX, motionY, motionZ, particleAge, particleAlpha, particleBlue, particleGravity, particleGreen, particleMaxAge, particleRed, particleScale, particleTexture, particleTextureIndexX, particleTextureIndexY, particleTextureJitterX, particleTextureJitterY, posX, posY, posZ, prevPosX, prevPosY, prevPosZ, rand, width, worldObj
Modifier | Constructor and Description |
---|---|
protected |
ParticleEnchantmentTable(World worldIn,
double xCoordIn,
double yCoordIn,
double zCoordIn,
double xSpeedIn,
double ySpeedIn,
double zSpeedIn) |
Modifier and Type | Method and Description |
---|---|
int |
getBrightnessForRender(float p_189214_1_) |
void |
moveEntity(double x,
double y,
double z) |
void |
onUpdate() |
getBlueColorF, getEntityBoundingBox, getFXLayer, getGreenColorF, getRedColorF, isAlive, isTransparent, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, renderParticle, resetPositionToBB, setAlphaF, setEntityBoundingBox, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setRBGColorF, setSize, toString
protected ParticleEnchantmentTable(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double xSpeedIn, double ySpeedIn, double zSpeedIn)
public void moveEntity(double x, double y, double z)
moveEntity
in class Particle
public int getBrightnessForRender(float p_189214_1_)
getBrightnessForRender
in class Particle