Class ActiveMods
java.lang.Object
zombie.modding.ActiveMods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
clear()
void
copyFrom
(ActiveMods other) static ActiveMods
static ActiveMods
getByIndex
(int index) getMods()
static int
boolean
isModActive
(String modID) void
removeMapOrder
(String folder) void
static void
renderUI()
static boolean
requiresResetLua
(ActiveMods activeMods) static void
Reset()
static void
setLoadedMods
(ActiveMods activeMods) void
setModActive
(String modID, boolean active)
-
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()
-