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 |
spriteparticleScaleage, 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, setSpritegetScale, multipleParticleScaleBy, renderParticlegetBoundingBox, getBrightnessForRender, getMaxAge, isAlive, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, toStringprivate SuspendedTownParticle(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double xSpeedIn, double ySpeedIn, double speedIn)
public IParticleRenderType getRenderType()
getRenderType in class Particle