Class Particle.DustOptions

java.lang.Object
org.bukkit.Particle.DustOptions
Direct Known Subclasses:
Particle.DustTransition
Enclosing class:
Particle

public static class Particle.DustOptions extends Object
Options which can be applied to dust particles - a particle color and size.
Since:
1.13
  • Constructor Details

  • Method Details

    • getColor

      @NotNull public @NotNull Color getColor()
      The color of the particles to be displayed.
      Returns:
      particle color
      Since:
      1.13
    • getSize

      public float getSize()
      Relative size of the particle.
      Returns:
      relative particle size
      Since:
      1.13