Package fr.fuzeblocks.homeplugin.event
Class OnSpawnDeletedEvent
java.lang.Object
org.bukkit.event.Event
fr.fuzeblocks.homeplugin.event.OnEventAction
fr.fuzeblocks.homeplugin.event.OnSpawnDeletedEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
The type On spawn deleted event.
Represents deletion of a spawn at a specific location.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
ConstructorsConstructorDescriptionOnSpawnDeletedEvent(org.bukkit.entity.Player player, org.bukkit.Location location) Instantiates a new On spawn 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
-
OnSpawnDeletedEvent
public OnSpawnDeletedEvent(org.bukkit.entity.Player player, org.bukkit.Location location) Instantiates a new On spawn deleted event.- Parameters:
player- the playerlocation- the location
-