Uses of Class
zombie.worldMap.WorldMapData
Packages that use WorldMapData
-
Uses of WorldMapData in zombie.worldMap
Fields in zombie.worldMap with type parameters of type WorldMapDataModifier and TypeFieldDescriptionfinal ArrayList
<WorldMapData> WorldMap.m_data
final ArrayList
<WorldMapData> WorldMap.m_lastDataInDirectory
static final HashMap
<String, WorldMapData> WorldMapData.s_fileNameToData
Methods in zombie.worldMap that return WorldMapDataModifier and TypeMethodDescriptionWorldMap.getDataByIndex
(int index) static WorldMapData
WorldMapData.getOrCreateData
(String fileName) Methods in zombie.worldMap with parameters of type WorldMapDataModifier and TypeMethodDescriptionboolean
WorldMap.isLastDataInDirectory
(WorldMapData data) boolean
WorldMapBinary.read
(String string, WorldMapData worldMapData) boolean
WorldMapXML.read
(String string, WorldMapData worldMapData) Constructors in zombie.worldMap with parameters of type WorldMapDataModifierConstructorDescriptionFileTask_LoadWorldMapBinary
(WorldMapData worldMapData, String string, FileSystem fileSystem, IFileTaskCallback iFileTaskCallback) FileTask_LoadWorldMapXML
(WorldMapData worldMapData, String string, FileSystem fileSystem, IFileTaskCallback iFileTaskCallback)