fr.xephi.authme.events
Class SpawnTeleportEvent
java.lang.Object
org.bukkit.event.Event
fr.xephi.authme.events.CustomEvent
fr.xephi.authme.events.SpawnTeleportEvent
- All Implemented Interfaces:
- org.bukkit.event.Cancellable
public class SpawnTeleportEvent
- extends CustomEvent
- Author:
- Xephi59
| Nested classes/interfaces inherited from class org.bukkit.event.Event |
org.bukkit.event.Event.Result |
|
Constructor Summary |
SpawnTeleportEvent(org.bukkit.entity.Player player,
org.bukkit.Location from,
org.bukkit.Location to,
boolean isAuthenticated)
|
| Methods inherited from class org.bukkit.event.Event |
getEventName, isAsynchronous |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpawnTeleportEvent
public SpawnTeleportEvent(org.bukkit.entity.Player player,
org.bukkit.Location from,
org.bukkit.Location to,
boolean isAuthenticated)
getPlayer
public org.bukkit.entity.Player getPlayer()
setTo
public void setTo(org.bukkit.Location to)
getTo
public org.bukkit.Location getTo()
getFrom
public org.bukkit.Location getFrom()
isAuthenticated
public boolean isAuthenticated()