public class PlayerModificationsManager extends Object
Constructor and Description |
---|
PlayerModificationsManager() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canFly(Player player) |
static Collection<PlayerModifications> |
getModifications() |
static void |
init() |
static boolean |
isProtected(Player player,
Entity damager) |
static boolean |
isSpeedUnlocked(Player player) |
static boolean |
shouldIgnoreMovementChecks(Player player) |
public static void init()
public static boolean canFly(Player player)
public static boolean isSpeedUnlocked(Player player)
public static boolean shouldIgnoreMovementChecks(Player player)
public static Collection<PlayerModifications> getModifications()