Class Particle.GeyserBase
java.lang.Object
org.bukkit.Particle.GeyserBase
- Enclosing class:
Particle
Options which can be applied to geyser base particles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatReturns the burst impulse.intThe number of water blocks below the geyser which scale the particle size and its burst impulse.
-
Constructor Details
-
GeyserBase
public GeyserBase(int waterBlocks, float burstImpulse)
-
-
Method Details
-
getBurstImpulse
public float getBurstImpulse()Returns the burst impulse.- Returns:
- the burst impulse
-
getWaterBlocks
public int getWaterBlocks()The number of water blocks below the geyser which scale the particle size and its burst impulse.- Returns:
- the number of water blocks
-