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 SummaryNested classes/interfaces inherited from class org.bukkit.event.Eventorg.bukkit.event.Event.Result
- 
Constructor SummaryConstructorsConstructorDescriptionOnHomeDeletedEvent(org.bukkit.entity.Player player, org.bukkit.Location location, String homeName) Instantiates a new On home deleted event.
- 
Method SummaryMethods inherited from class fr.fuzeblocks.homeplugin.event.OnEventActiongetFrom, getHandlerList, getHandlers, getHomeName, getLocation, getPlayer, getTo, getType, isCancelled, setCancelled, setHomeNameMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
OnHomeDeletedEventpublic OnHomeDeletedEvent(org.bukkit.entity.Player player, org.bukkit.Location location, String homeName) Instantiates a new On home deleted event.- Parameters:
- player- the player
- location- the location
- homeName- the home name
 
 
-