Class Particle.Geyser
java.lang.Object
org.bukkit.Particle.Geyser
- Enclosing class:
Particle
Options which can be applied to geyser particles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThe number of water blocks below the geyser which scale the particle size and its burst impulse.
-
Constructor Details
-
Geyser
public Geyser(int waterBlocks)
-
-
Method Details
-
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
-