Class OfflinePlayerEvent
java.lang.Object
org.bukkit.event.Event
com.mclds.plugins.customplugin.events.CustomCancellableEvent
com.mclds.plugins.server.events.player.OfflinePlayerEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
- Direct Known Subclasses:
PlayerMoneyDecreaseEvent,PlayerMoneyIncreaseEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.event.HandlerList@NotNull org.bukkit.event.HandlerListMethods inherited from class com.mclds.plugins.customplugin.events.CustomCancellableEvent
isCancelled, notCancelled, setCancelledMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
OfflinePlayerEvent
public OfflinePlayerEvent(org.bukkit.OfflinePlayer offlinePlayer)
-
-
Method Details
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList() -
getHandlers
@NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlersin classorg.bukkit.event.Event
-