-
Methods in de.kiridevs.kiricore.managers with annotations of type PublicAPI
| Modifier and Type |
Method |
Description |
static boolean |
PvpManager.getAllowPvp() |
Allows checking for the current state of PVP
|
static boolean |
AfkManager.isAfk(String playername) |
Allows quick checking of the status of a player using the player's name
|
static boolean |
AfkManager.isAfk(org.bukkit.entity.Player player) |
Allows quick checking of the status of a player using the player's
Player object
|
static void |
PvpManager.setAllowPvp(boolean doAllowPvp) |
Allows changing of the current PVP status.
|