Class ActiveMods

java.lang.Object
zombie.modding.ActiveMods

public final class ActiveMods
extends java.lang.Object
  • Constructor Details

    • ActiveMods

      public ActiveMods​(java.lang.String string)
  • Method Details

    • getByIndex

      public static ActiveMods getByIndex​(int int1)
    • getById

      public static ActiveMods getById​(java.lang.String string)
    • indexOf

      public static int indexOf​(java.lang.String string)
    • setLoadedMods

      public static void setLoadedMods​(ActiveMods activeMods)
    • requiresResetLua

      public static boolean requiresResetLua​(ActiveMods activeMods)
    • renderUI

      public static void renderUI()
    • Reset

      public static void Reset()
    • clear

      public void clear()
    • getMods

      public java.util.ArrayList getMods()
    • getMapOrder

      public java.util.ArrayList getMapOrder()
    • copyFrom

      public void copyFrom​(ActiveMods activeMods)
    • setModActive

      public void setModActive​(java.lang.String string, boolean boolean1)
    • isModActive

      public boolean isModActive​(java.lang.String string)
    • removeMod

      public void removeMod​(java.lang.String string)
    • removeMapOrder

      public void removeMapOrder​(java.lang.String string)
    • checkMissingMods

      public void checkMissingMods()
    • checkMissingMaps

      public void checkMissingMaps()