Package zombie.modding
Class ActiveMods
java.lang.Object
zombie.modding.ActiveMods
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
clear()
void
copyFrom
(ActiveMods activeMods) static ActiveMods
static ActiveMods
getByIndex
(int int1) getMods()
static int
boolean
isModActive
(String string) void
removeMapOrder
(String string) void
static void
renderUI()
static boolean
requiresResetLua
(ActiveMods activeMods) static void
Reset()
static void
setLoadedMods
(ActiveMods activeMods) void
setModActive
(String string, boolean boolean1)
-
Constructor Details
-
ActiveMods
-
-
Method Details
-
getByIndex
-
getById
-
indexOf
-
setLoadedMods
-
requiresResetLua
-
renderUI
public static void renderUI() -
Reset
public static void Reset() -
clear
public void clear() -
getMods
-
getMapOrder
-
copyFrom
-
setModActive
-
isModActive
-
removeMod
-
removeMapOrder
-
checkMissingMods
public void checkMissingMods() -
checkMissingMaps
public void checkMissingMaps()
-