Class PixelmonServerConfig
java.lang.Object
com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
Created by Jay113355 on 10/6/2017.
Holds the config settings that are controlled by the server side.
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
static int
static boolean
static boolean
static boolean
static int
static boolean
static float
static boolean
static boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
load()
static void
updateFromServer
(ServerConfigListPacket message)
-
Field Details
-
maxLevel
public static int maxLevel -
allowCapturingOutsideBattle
public static boolean allowCapturingOutsideBattle -
afkHandlerOn
public static boolean afkHandlerOn -
renderWildLevels
public static boolean renderWildLevels -
afkTimerActivateSeconds
public static int afkTimerActivateSeconds -
ridingSpeedMultiplier
public static float ridingSpeedMultiplier -
allowShinyCharmFromPokedex
public static boolean allowShinyCharmFromPokedex -
allowExternalMoves
public static boolean allowExternalMoves -
universalTMs
public static boolean universalTMs -
superUniversalTMs
public static boolean superUniversalTMs
-
-
Constructor Details
-
PixelmonServerConfig
public PixelmonServerConfig()
-
-
Method Details
-
updateFromServer
-
load
public static void load() -
getServerDiscord
-