net.minecraft.client.particle

public class GeyserBaseParticle

extends AscendingParticle

net.minecraft.client.particle.GeyserBaseParticle
net.minecraft.class_1_853
net.minecraft.client.particle.GeyserBaseParticle

Field summary

Modifier and TypeField
private static final float
BURST_IMPULSE_FACTOR
field_1_6082
BURST_IMPULSE_PER_WATER_BLOCK
private static final float
PARTICLE_SIZE_BASE
field_1_6085
BASE_SCALE_MULTIPLIER
private static final float
PARTICLE_SIZE_FACTOR
field_1_6086
SCALE_MULTIPLIER_PER_WATER_BLOCK
private static final float
SPAWN_OFFSET_Y
field_1_6088
Y_OFFSET
private static final float
RANDOM_SPAWN_SPREAD
field_1_6087
POS_SPREAD
private static final int
MAX_LIFETIME
field_1_6084
MAX_LIFESPAN
private static final float
FRICTION
field_1_6083
VELOCITY_MULTIPLIER

Constructor summary

ModifierConstructor
private (ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, int waterBlocks, float burstImpulseBase, SpriteProvider spriteProvider)