public class BarrierParticle extends SpriteTexturedParticle
Modifier and Type | Class and Description |
---|---|
static class |
BarrierParticle.Factory |
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 |
BarrierParticle(World p_i48192_1_,
double p_i48192_2_,
double p_i48192_4_,
double p_i48192_6_,
IItemProvider p_i48192_8_) |
Modifier and Type | Method and Description |
---|---|
IParticleRenderType |
getRenderType() |
float |
getScale(float scaleFactor) |
getMaxU, getMaxV, getMinU, getMinV, selectSpriteRandomly, selectSpriteWithAge, setSprite
multipleParticleScaleBy, renderParticle
getBoundingBox, getBrightnessForRender, getMaxAge, isAlive, move, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, tick, toString
private BarrierParticle(World p_i48192_1_, double p_i48192_2_, double p_i48192_4_, double p_i48192_6_, IItemProvider p_i48192_8_)
public IParticleRenderType getRenderType()
getRenderType
in class Particle
public float getScale(float scaleFactor)
getScale
in class TexturedParticle