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 filePath, WorldMapData data) boolean
WorldMapXML.read
(String filePath, WorldMapData data) Constructors in zombie.worldMap with parameters of type WorldMapDataModifierConstructorDescriptionFileTask_LoadWorldMapBinary
(WorldMapData worldMapData, String filename, FileSystem fileSystem, IFileTaskCallback cb) FileTask_LoadWorldMapXML
(WorldMapData worldMapData, String filename, FileSystem fileSystem, IFileTaskCallback cb)