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 SummaryConstructorsConstructorDescriptionDustTransition(@NotNull Color fromColor, @NotNull Color toColor, float size) 
- 
Method SummaryModifier and TypeMethodDescriptionThe final of the particles to be displayed.Methods inherited from class org.bukkit.Particle.DustOptionsgetColor, getSize
- 
Constructor Details- 
DustTransition
 
- 
- 
Method Details- 
getToColorThe final of the particles to be displayed.- Returns:
- final particle color
 
 
-