Class AreaEffectCloudWatcher

java.lang.Object
me.libraryaddict.disguise.disguisetypes.FlagWatcher
me.libraryaddict.disguise.disguisetypes.watchers.AreaEffectCloudWatcher

public class AreaEffectCloudWatcher extends FlagWatcher
  • Constructor Details

    • AreaEffectCloudWatcher

      public AreaEffectCloudWatcher(Disguise disguise)
  • Method Details

    • getRadius

      public float getRadius()
    • setRadius

      public void setRadius(float radius)
    • getColor

      public org.bukkit.Color getColor()
    • setColor

      public void setColor(org.bukkit.Color color)
    • isIgnoreRadius

      public boolean isIgnoreRadius()
    • setIgnoreRadius

      public void setIgnoreRadius(boolean ignore)
    • getParticle

      public com.github.retrooper.packetevents.protocol.particle.Particle<?> getParticle()
    • setParticle

      public void setParticle(com.github.retrooper.packetevents.protocol.particle.Particle particle)
    • getParticleType

      @Deprecated public org.bukkit.Particle getParticleType()
      Deprecated.
    • setParticleType

      @Deprecated public void setParticleType(org.bukkit.Particle particle)
      Deprecated.