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