Class GeyserEruptionParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.NoRenderParticle
net.minecraft.client.particle.GeyserEruptionParticle
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Particle
Particle.LifetimeAlpha -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final floatstatic final intstatic final intprivate final GeyserBaseParticleOptionsprivate final GeyserParticleOptionsprivate static final floatstatic final intstatic final intprivate final GeyserBaseParticleOptionsprivate final intprivate final doubleprivate final doubleprivate final double -
Constructor Summary
ConstructorsConstructorDescriptionGeyserEruptionParticle(ClientLevel level, double x, double y, double z, double xAux, double yAux, double zAux, GeyserParticleOptions options) -
Method Summary
Methods inherited from class NoRenderParticle
getGroupMethods inherited from class Particle
getBoundingBox, getLifetime, getLightCoords, getParticleLimit, getPos, isAlive, move, remove, scale, setBoundingBox, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, toString
-
Field Details
-
BASE_PARTICLE_FREQUENCY
public static final int BASE_PARTICLE_FREQUENCY- See Also:
-
BASE_PARTICLE_AMOUNT
public static final int BASE_PARTICLE_AMOUNT- See Also:
-
POOF_PARTICLE_FREQUENCY
public static final int POOF_PARTICLE_FREQUENCY- See Also:
-
POOF_PARTICLE_AMOUNT
public static final int POOF_PARTICLE_AMOUNT- See Also:
-
BASE_BURST_IMPULSE
private static final float BASE_BURST_IMPULSE- See Also:
-
POOF_BURST_IMPULSE
private static final float POOF_BURST_IMPULSE- See Also:
-
waterBlocks
private final int waterBlocks -
xa
private final double xa -
ya
private final double ya -
za
private final double za -
plumeParticle
-
baseParticle
-
poofParticle
-
-
Constructor Details
-
GeyserEruptionParticle
public GeyserEruptionParticle(ClientLevel level, double x, double y, double z, double xAux, double yAux, double zAux, GeyserParticleOptions options)
-
-
Method Details
-
tick
-