public class TARDISGriefPreventionChecker
extends java.lang.Object
Constructor and Description |
---|
TARDISGriefPreventionChecker(TARDIS plugin) |
Modifier and Type | Method and Description |
---|---|
boolean |
isInClaim(org.bukkit.entity.Player p,
org.bukkit.Location l)
Checks to see whether the specified location is within a GriefPrevention claim.
|
public TARDISGriefPreventionChecker(TARDIS plugin)
public boolean isInClaim(org.bukkit.entity.Player p, org.bukkit.Location l)
p
- the player to check access for.l
- the location to check.