| public Particle |
| setPower(float power) |
| method_3075(float arg0) |
| move(float speed) |
|
| public void |
| setParticleSpeed(double xd, double yd, double zd) |
| method_34753(double arg0, double arg1, double arg2) |
| setVelocity(double velocityX, double velocityY, double velocityZ) |
|
| public Particle |
| scale(float scale) |
| method_3087(float arg0) |
| scale(float scale) |
|
| public void |
| setLifetime(int lifetime) |
| method_3077(int arg0) |
| setMaxAge(int maxAge) |
|
| public int |
| getLifetime() |
| method_3082() |
| getMaxAge() |
|
| public void |
| tick() |
| method_3070() |
| tick() |
|
| public abstract ParticleTextureSheet |
| getGroup() |
| method_74274() |
| textureSheet() |
|
| public void |
| remove() |
| method_3085() |
| markDead() |
|
| protected void |
| setSize(float w, float h) |
| method_3080(float arg0, float arg1) |
| setBoundingBoxSpacing(float spacingXZ, float spacingY) |
|
| public void |
| setPos(double x, double y, double z) |
| method_3063(double arg0, double arg1, double arg2) |
| setPos(double x, double y, double z) |
|
| public void |
| move(double xa, double ya, double za) |
| method_3069(double arg0, double arg1, double arg2) |
| move(double dx, double dy, double dz) |
|
| protected void |
| setLocationFromBoundingbox() |
| method_3072() |
| repositionFromBoundingBox() |
|
| protected int |
| getLightCoords(float a) |
| method_3068(float arg0) |
| getLight(float tint) |
|
| public boolean |
| isAlive() |
| method_3086() |
| isAlive() |
|
| public Box |
| getBoundingBox() |
| method_3064() |
| getBoundingBox() |
|
| public void |
| setBoundingBox(AABB bb) |
| method_3067(class_238 arg0) |
| setBoundingBox(Box boundingBox) |
|
| public Optional<ParticleGroup> |
| getParticleLimit() |
| method_34019() |
| getGroup() |
|