public class SuspendedTownParticle extends SpriteTexturedParticle
Modifier and Type | Class and Description |
---|---|
static class |
SuspendedTownParticle.ComposterFactory |
static class |
SuspendedTownParticle.DolphinSpeedFactory |
static class |
SuspendedTownParticle.Factory |
static class |
SuspendedTownParticle.HappyVillagerFactory |
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 |
SuspendedTownParticle(World worldIn,
double xCoordIn,
double yCoordIn,
double zCoordIn,
double xSpeedIn,
double ySpeedIn,
double speedIn) |
Modifier and Type | Method and Description |
---|---|
IParticleRenderType |
getRenderType() |
void |
move(double x,
double y,
double z) |
void |
tick() |
getMaxU, getMaxV, getMinU, getMinV, selectSpriteRandomly, selectSpriteWithAge, setSprite
getScale, multipleParticleScaleBy, renderParticle
getBoundingBox, getBrightnessForRender, getMaxAge, isAlive, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, toString
private SuspendedTownParticle(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double xSpeedIn, double ySpeedIn, double speedIn)
public IParticleRenderType getRenderType()
getRenderType
in class Particle