Class CheckFlagEvent

  • All Implemented Interfaces:
    Event<CheckFlagEvent>

    public abstract class CheckFlagEvent
    extends java.lang.Object
    implements Event<CheckFlagEvent>
    Will be called right before a flag message will be broadcast
    In case this is cancelled no chat message will be send but the violation level changes
    Since:
    CAC v. 0.9992
    Author:
    Clientastisch
    • Constructor Detail

      • CheckFlagEvent

        public CheckFlagEvent()
    • Method Detail

      • getCategory

        public abstract java.lang.String getCategory()
      • getCheckName

        public abstract java.lang.String getCheckName()
      • getPunishment

        public abstract java.lang.String getPunishment()
      • isPunishable

        public abstract boolean isPunishable()
      • isHidden

        public abstract boolean isHidden()
      • getViolation

        public abstract int getViolation()