Package org.bukkit
Class Particle.DustTransition
java.lang.Object
org.bukkit.Particle.DustOptions
org.bukkit.Particle.DustTransition
- Enclosing class:
Particle
Options which can be applied to a color transitioning dust particles.
-
Constructor Summary
ConstructorDescriptionDustTransition
(@NotNull Color fromColor, @NotNull Color toColor, float size) -
Method Summary
Modifier and TypeMethodDescriptionThe final of the particles to be displayed.Methods inherited from class org.bukkit.Particle.DustOptions
getColor, getSize
-
Constructor Details
-
DustTransition
-
-
Method Details
-
getToColor
The final of the particles to be displayed.- Returns:
- final particle color
-