Package net.minecraft.client.particle
Class GustEmitterParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.NoRenderParticle
net.minecraft.client.particle.GustEmitterParticle
- Mappings:
Namespace Name official fuuintermediary net/minecraft/class_8979named net/minecraft/client/particle/GustEmitterParticle
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.particle.Particle
Particle.DynamicAlpha -
Field Summary
FieldsFields inherited from class net.minecraft.client.particle.Particle
age, alpha, angle, ascending, blue, collidesWithWorld, dead, gravityStrength, green, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, red, spacingXZ, spacingY, velocityMultiplier, velocityX, velocityY, velocityZ, world, x, y, z -
Constructor Summary
ConstructorsConstructorDescriptionGustEmitterParticle(ClientWorld clientWorld, double double2, double double3, double double4, double double5, int int2, int int3) -
Method Summary
Modifier and TypeMethodDescriptionvoidtick()Called each game tick (20 times per second), and should be used to do core particle logic, such as movement and collision.Methods inherited from class net.minecraft.client.particle.NoRenderParticle
buildGeometry, getTypeMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getGroup, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, scale, setAlpha, setBoundingBox, setBoundingBoxSpacing, setColor, setMaxAge, setPos, setVelocity, toString
-
Field Details
-
field_49126
private final double field_49126- Mappings:
Namespace Name Mixin selector official aLfuu;a:Dintermediary field_49126Lnet/minecraft/class_8979;field_49126:Dnamed field_49126Lnet/minecraft/client/particle/GustEmitterParticle;field_49126:D
-
field_49127
private final int field_49127- Mappings:
Namespace Name Mixin selector official bLfuu;b:Iintermediary field_49127Lnet/minecraft/class_8979;field_49127:Inamed field_49127Lnet/minecraft/client/particle/GustEmitterParticle;field_49127:I
-
-
Constructor Details
-
GustEmitterParticle
GustEmitterParticle(ClientWorld clientWorld, double double2, double double3, double double4, double double5, int int2, int int3)
-
-
Method Details
-
tick
public void tick()Called each game tick (20 times per second), and should be used to do core particle logic, such as movement and collision.
-