public class EnchantmentTableParticle extends SpriteTexturedParticle
Modifier and Type | Class and Description |
---|---|
static class |
EnchantmentTableParticle.EnchantmentTable |
static class |
EnchantmentTableParticle.NautilusFactory |
Modifier and Type | Field and Description |
---|---|
private double |
coordX |
private double |
coordY |
private double |
coordZ |
sprite
particleScale
age, canCollide, height, isExpired, maxAge, motionX, motionY, motionZ, onGround, particleAlpha, particleAngle, particleBlue, particleGravity, particleGreen, particleRed, posX, posY, posZ, prevParticleAngle, prevPosX, prevPosY, prevPosZ, rand, width, world
Modifier | Constructor and Description |
---|---|
private |
EnchantmentTableParticle(World worldIn,
double xCoordIn,
double yCoordIn,
double zCoordIn,
double xSpeedIn,
double ySpeedIn,
double zSpeedIn) |
Modifier and Type | Method and Description |
---|---|
int |
getBrightnessForRender(float partialTick) |
IParticleRenderType |
getRenderType() |
void |
move(double x,
double y,
double z) |
void |
tick() |
getMaxU, getMaxV, getMinU, getMinV, selectSpriteRandomly, selectSpriteWithAge, setSprite
getScale, multipleParticleScaleBy, renderParticle
getBoundingBox, getMaxAge, isAlive, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, toString
private final double coordX
private final double coordY
private final double coordZ
private EnchantmentTableParticle(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double xSpeedIn, double ySpeedIn, double zSpeedIn)
public IParticleRenderType getRenderType()
getRenderType
in class Particle
public int getBrightnessForRender(float partialTick)
getBrightnessForRender
in class Particle