public class TARDISTravelRequest
extends java.lang.Object
Constructor and Description |
---|
TARDISTravelRequest(TARDIS plugin) |
Modifier and Type | Method and Description |
---|---|
boolean |
getRequest(org.bukkit.entity.Player p,
org.bukkit.entity.Player to,
org.bukkit.Location l)
Checks whether a location is allowed by other plugins.
|
public TARDISTravelRequest(TARDIS plugin)
public boolean getRequest(org.bukkit.entity.Player p, org.bukkit.entity.Player to, org.bukkit.Location l)
p
- the player who is travelling.to
- the player to request travel to.l
- the location to check.