Package fr.fuzeblocks.homeplugin.event
Class OnHomeDeletedEvent
java.lang.Object
org.bukkit.event.Event
fr.fuzeblocks.homeplugin.event.OnEventAction
fr.fuzeblocks.homeplugin.event.OnHomeDeletedEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
The type On home deleted event.
Represents deletion of a home at a specific location.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
ConstructorsConstructorDescriptionOnHomeDeletedEvent(org.bukkit.entity.Player player, org.bukkit.Location location, String homeName) Instantiates a new On home deleted event. -
Method Summary
Methods inherited from class fr.fuzeblocks.homeplugin.event.OnEventAction
getFrom, getHandlerList, getHandlers, getHomeName, getLocation, getPlayer, getTo, getType, isCancelled, setCancelled, setHomeNameMethods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
OnHomeDeletedEvent
public OnHomeDeletedEvent(org.bukkit.entity.Player player, org.bukkit.Location location, String homeName) Instantiates a new On home deleted event.- Parameters:
player- the playerlocation- the locationhomeName- the home name
-