Class WorldChangeShareHandlingEvent
java.lang.Object
org.bukkit.event.Event
org.mvplugins.multiverse.inventories.event.ShareHandlingEvent
org.mvplugins.multiverse.inventories.event.WorldChangeShareHandlingEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
public final class WorldChangeShareHandlingEvent
extends ShareHandlingEvent
implements org.bukkit.event.Cancellable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
ConstructorsConstructorDescriptionWorldChangeShareHandlingEvent(org.bukkit.entity.Player player, AffectedProfiles affectedProfiles, String fromWorld, String toWorld) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.event.HandlerListGets the handler list.org.bukkit.event.HandlerListMethods inherited from class org.mvplugins.multiverse.inventories.event.ShareHandlingEvent
getPlayer, getReadProfiles, getWriteProfiles, isCancelled, setCancelledMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronousMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bukkit.event.Cancellable
isCancelled, setCancelled
-
Constructor Details
-
Method Details
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()Gets the handler list. This is required by the event system.- Returns:
- A list of HANDLERS.
-
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlersin classorg.bukkit.event.Event
-
getFromWorld
- Returns:
- The world travelling from.
-
getToWorld
- Returns:
- The world travelling to.
-