public class Parameters
extends java.lang.Object
Constructor and Description |
---|
Parameters(org.bukkit.entity.Player p,
java.util.List<FLAG> flags) |
Modifier and Type | Method and Description |
---|---|
COMPASS |
getCompass() |
org.bukkit.entity.Player |
getPlayer() |
boolean |
messagePlayer() |
boolean |
permsArea() |
boolean |
permsNether() |
boolean |
permsTheEnd() |
boolean |
repectWorldBorder() |
boolean |
respectFactions() |
boolean |
respectGreifPrevention() |
boolean |
respectTowny() |
boolean |
respectWorldguard() |
void |
setCompass(COMPASS compass) |
public Parameters(org.bukkit.entity.Player p, java.util.List<FLAG> flags)
public boolean messagePlayer()
public boolean permsArea()
public boolean permsNether()
public boolean permsTheEnd()
public boolean repectWorldBorder()
public boolean respectFactions()
public boolean respectGreifPrevention()
public boolean respectTowny()
public boolean respectWorldguard()
public COMPASS getCompass()
public void setCompass(COMPASS compass)
public org.bukkit.entity.Player getPlayer()