public class TARDISLocationEvent
extends org.bukkit.event.Event
Modifier and Type | Method and Description |
---|---|
static org.bukkit.event.HandlerList |
getHandlerList() |
org.bukkit.event.HandlerList |
getHandlers() |
org.bukkit.Location |
getLocation()
Returns the exterior location of the TARDIS.
|
org.bukkit.entity.Player |
getPlayer()
Returns the player involved in this event.
|
int |
getTardis_id()
Returns the tardis_id of the TARDIS in the database.
|
public org.bukkit.entity.Player getPlayer()
public int getTardis_id()
public org.bukkit.Location getLocation()
public org.bukkit.event.HandlerList getHandlers()
getHandlers
in class org.bukkit.event.Event
public static org.bukkit.event.HandlerList getHandlerList()