Package org.bukkit
Class Particle.DustOptions
- java.lang.Object
-
- org.bukkit.Particle.DustOptions
-
-
Constructor Summary
Constructors Constructor Description DustOptions(Color color, float size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getColor()
The color of the particles to be displayed.float
getSize()
Relative size of the particle.
-
-
-
Constructor Detail
-
DustOptions
public DustOptions(@NotNull Color color, float size)
-
-
Method Detail
-
getColor
@NotNull public Color getColor()
The color of the particles to be displayed.- Returns:
- particle color
-
getSize
public float getSize()
Relative size of the particle.- Returns:
- relative particle size
-
-