Package fr.fuzeblocks.homeplugin.event
Class OnTpaAcceptedEvent
java.lang.Object
org.bukkit.event.Event
fr.fuzeblocks.homeplugin.event.OnEventAction
fr.fuzeblocks.homeplugin.event.OnTpaAcceptedEvent
- All Implemented Interfaces:
- org.bukkit.event.Cancellable
The type On tpa accepted event.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.Eventorg.bukkit.event.Event.Result
- 
Constructor SummaryConstructorsConstructorDescriptionOnTpaAcceptedEvent(TpaRequest tpaRequest) Instantiates a new On tpa accepted 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- 
OnTpaAcceptedEventInstantiates a new On tpa accepted event.- Parameters:
- tpaRequest- the tpa request
 
 
- 
- 
Method Details- 
getTpaRequestGets tpa request.- Returns:
- the tpa request
 
 
-