Uses of Class
zombie.gameStates.ChooseGameInfo.Mod
Packages that use ChooseGameInfo.Mod
Package
Description
-
Uses of ChooseGameInfo.Mod in zombie
Methods in zombie that return ChooseGameInfo.ModModifier and TypeMethodDescriptionZomboidFileSystem.getModInfoForDir
(String modDir) ZomboidFileSystem.searchForModInfo
(File path, String modSearched, ArrayList<ChooseGameInfo.Mod> _mods) Methods in zombie that return types with arguments of type ChooseGameInfo.ModMethod parameters in zombie with type arguments of type ChooseGameInfo.ModModifier and TypeMethodDescriptionZomboidFileSystem.searchForModInfo
(File path, String modSearched, ArrayList<ChooseGameInfo.Mod> _mods) -
Uses of ChooseGameInfo.Mod in zombie.gameStates
Methods in zombie.gameStates that return ChooseGameInfo.ModModifier and TypeMethodDescriptionstatic ChooseGameInfo.Mod
ChooseGameInfo.getAvailableModDetails
(String modId) static ChooseGameInfo.Mod
ChooseGameInfo.getModDetails
(String modId) static ChooseGameInfo.Mod
ChooseGameInfo.readModInfo
(String modDir) -
Uses of ChooseGameInfo.Mod in zombie.Lua
Methods in zombie.Lua that return ChooseGameInfo.ModModifier and TypeMethodDescriptionstatic ChooseGameInfo.Mod
LuaManager.GlobalObject.getModInfo
(String modDir) static ChooseGameInfo.Mod
LuaManager.GlobalObject.getModInfoByID
(String modID) Methods in zombie.Lua that return types with arguments of type ChooseGameInfo.ModModifier and TypeMethodDescriptionstatic ArrayList
<ChooseGameInfo.Mod> LuaManager.GlobalObject.getSteamWorkshopItemMods
(String itemIDStr) Methods in zombie.Lua with parameters of type ChooseGameInfo.ModModifier and TypeMethodDescriptionstatic boolean
LuaManager.GlobalObject.isModActive
(ChooseGameInfo.Mod mod) static void
LuaManager.GlobalObject.toggleModActive
(ChooseGameInfo.Mod mod, boolean active) -
Uses of ChooseGameInfo.Mod in zombie.seams
Methods in zombie.seams with parameters of type ChooseGameInfo.Mod -
Uses of ChooseGameInfo.Mod in zombie.seating
Methods in zombie.seating with parameters of type ChooseGameInfo.Mod -
Uses of ChooseGameInfo.Mod in zombie.spriteModel
Methods in zombie.spriteModel with parameters of type ChooseGameInfo.Mod -
Uses of ChooseGameInfo.Mod in zombie.tileDepth
Methods in zombie.tileDepth with parameters of type ChooseGameInfo.ModModifier and TypeMethodDescriptionvoid
TileDepthTextureAssignmentManager.initModData
(ChooseGameInfo.Mod mod) void
TileDepthTextureManager.initModData
(ChooseGameInfo.Mod mod) void
TileGeometryManager.initModData
(ChooseGameInfo.Mod mod)