@Environment(value=CLIENT) public class ReversePortalParticle extends PortalParticle
Modifier and Type | Class and Description |
---|---|
static class |
ReversePortalParticle.Factory |
sprite
scale
age, angle, collidesWithWorld, colorAlpha, colorBlue, colorGreen, colorRed, dead, gravityStrength, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, spacingXZ, spacingY, velocityX, velocityY, velocityZ, world, x, y, z
Modifier | Constructor and Description |
---|---|
private |
ReversePortalParticle(ClientWorld world,
double x,
double y,
double z,
double velocityX,
double velocityY,
double velocityZ) |
Modifier and Type | Method and Description |
---|---|
float |
getSize(float tickDelta) |
void |
tick() |
getColorMultiplier, getType, move
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAge
buildGeometry, scale
getBoundingBox, getMaxAge, isAlive, markDead, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toString
private ReversePortalParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
public float getSize(float tickDelta)
getSize
in class PortalParticle
public void tick()
tick
in class PortalParticle