public class PixelmonServerConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
afkHandlerOn |
static int |
afkTimerActivateSeconds |
static boolean |
allowCapturingOutsideBattle |
static boolean |
allowExternalMoves |
static boolean |
allowShinyCharmFromPokedex |
static int |
maxLevel |
static boolean |
renderWildLevels |
static float |
ridingSpeedMultiplier |
static boolean |
superUniversalTMs |
static boolean |
universalTMs |
Constructor and Description |
---|
PixelmonServerConfig() |
Modifier and Type | Method and Description |
---|---|
static void |
load() |
static void |
updateFromServer(ServerConfigListPacket message) |
public static int maxLevel
public static boolean allowCapturingOutsideBattle
public static boolean afkHandlerOn
public static boolean renderWildLevels
public static int afkTimerActivateSeconds
public static float ridingSpeedMultiplier
public static boolean allowShinyCharmFromPokedex
public static boolean allowExternalMoves
public static boolean universalTMs
public static boolean superUniversalTMs
public static void updateFromServer(ServerConfigListPacket message)
public static void load()