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_datafinal ArrayList<WorldMapData> WorldMap.m_lastDataInDirectorystatic final HashMap<String, WorldMapData> WorldMapData.s_fileNameToDataMethods in zombie.worldMap that return WorldMapDataModifier and TypeMethodDescriptionWorldMap.getDataByIndex(int index) static WorldMapDataWorldMapData.getOrCreateData(String fileName) Methods in zombie.worldMap with parameters of type WorldMapDataModifier and TypeMethodDescriptionbooleanWorldMap.isLastDataInDirectory(WorldMapData data) booleanWorldMapBinary.read(String string, WorldMapData worldMapData) booleanWorldMapXML.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)