public class ParticleEnchantmentTable extends Particle
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ParticleEnchantmentTable.EnchantmentTable  | 
cameraViewDir, canCollide, height, interpPosX, interpPosY, interpPosZ, isExpired, motionX, motionY, motionZ, onGround, particleAge, particleAlpha, particleAngle, particleBlue, particleGravity, particleGreen, particleMaxAge, particleRed, particleScale, particleTexture, particleTextureIndexX, particleTextureIndexY, particleTextureJitterX, particleTextureJitterY, posX, posY, posZ, prevParticleAngle, prevPosX, prevPosY, prevPosZ, rand, width, world| 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 | 
move(double x,
    double y,
    double z)  | 
void | 
onUpdate()  | 
getBlueColorF, getBoundingBox, getFXLayer, getGreenColorF, getRedColorF, isAlive, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, renderParticle, resetPositionToBB, setAlphaF, setBoundingBox, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setRBGColorF, setSize, shouldDisableDepth, toStringprotected ParticleEnchantmentTable(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double xSpeedIn, double ySpeedIn, double zSpeedIn)