Class CriminalRecordEntryAddedEvent
java.lang.Object
org.bukkit.event.Event
nl.minetopiasdb.api.events.player.CriminalRecordEntryAddedEvent
public class CriminalRecordEntryAddedEvent
extends org.bukkit.event.Event
Event thrown when an entry has been added to players criminal record
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result
-
Constructor Summary
-
Method Summary
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
CriminalRecordEntryAddedEvent
-
-
Method Details
-
getUUID
Get the UUID of the player whose criminal record was changed- Returns:
- UUID of player
-
getId
public int getId()Get the ID of the criminal record entry- Returns:
- ID of criminal record entry
-
getDescription
Get the description of the criminal activity- Returns:
- description of the criminal activity
-
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlers
in classorg.bukkit.event.Event
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()
-