public class RedstoneParticle extends SpriteTexturedParticle
Modifier and Type | Class and Description |
---|---|
static class |
RedstoneParticle.Factory |
Modifier and Type | Field and Description |
---|---|
private IAnimatedSprite |
field_217575_C |
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 |
RedstoneParticle(World p_i51039_1_,
double p_i51039_2_,
double p_i51039_4_,
double p_i51039_6_,
double p_i51039_8_,
double p_i51039_10_,
double p_i51039_12_,
RedstoneParticleData p_i51039_14_,
IAnimatedSprite p_i51039_15_) |
Modifier and Type | Method and Description |
---|---|
IParticleRenderType |
getRenderType() |
float |
getScale(float scaleFactor) |
void |
tick() |
getMaxU, getMaxV, getMinU, getMinV, selectSpriteRandomly, selectSpriteWithAge, setSprite
multipleParticleScaleBy, renderParticle
getBoundingBox, getBrightnessForRender, getMaxAge, isAlive, move, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, toString
private final IAnimatedSprite field_217575_C
private RedstoneParticle(World p_i51039_1_, double p_i51039_2_, double p_i51039_4_, double p_i51039_6_, double p_i51039_8_, double p_i51039_10_, double p_i51039_12_, RedstoneParticleData p_i51039_14_, IAnimatedSprite p_i51039_15_)
public IParticleRenderType getRenderType()
getRenderType
in class Particle
public float getScale(float scaleFactor)
getScale
in class TexturedParticle