Package fr.fuzeblocks.homeplugin.event
Class OnRtpEvent
java.lang.Object
org.bukkit.event.Event
fr.fuzeblocks.homeplugin.event.OnEventAction
fr.fuzeblocks.homeplugin.event.OnRtpEvent
- All Implemented Interfaces:
- org.bukkit.event.Cancellable
The type On rtp event.
 Destination is provided to the parent via 'to'. Origin comes from 'from'.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.Eventorg.bukkit.event.Event.Result
- 
Constructor SummaryConstructorsConstructorDescriptionOnRtpEvent(org.bukkit.entity.Player player, org.bukkit.Location to) Instantiates a new On rtp event.OnRtpEvent(org.bukkit.entity.Player player, org.bukkit.Location from, org.bukkit.Location to) Instantiates a new On rtp 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- 
OnRtpEventpublic OnRtpEvent(org.bukkit.entity.Player player, org.bukkit.Location to) Instantiates a new On rtp event.- Parameters:
- player- the player
- to- the to
 
- 
OnRtpEventpublic OnRtpEvent(org.bukkit.entity.Player player, org.bukkit.Location from, org.bukkit.Location to) Instantiates a new On rtp event.- Parameters:
- player- the player
- from- the from
- to- the to
 
 
-