Class PunishFireEvent
- java.lang.Object
-
- me.clientastisch.events.event.impl.server.others.PunishFireEvent
-
- All Implemented Interfaces:
Event<PunishFireEvent>
public abstract class PunishFireEvent extends java.lang.Object implements Event<PunishFireEvent>
Will be called if a player should be punished because of a flag
SILENT, SETBACK, DAMAGE, VELOCITY, SLOT, BLINDNESS, ATTACK_CANCEL, DAMAGE_CANCEL, NONE- Since:
- CAC v. 0.9978
- Author:
- Clientastisch
-
-
Constructor Summary
Constructors Constructor Description PunishFireEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getCategory()
abstract java.lang.String
getCheckName()
abstract java.lang.String
getPunishment()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface me.clientastisch.events.event.Event
cancelled, continued, getController, getPacket, getPipeline, getPlayer, getUUID, isCancelled, isContinue
-
-