Uses of Class
zombie.worldMap.streets.WorldMapStreets
Packages that use WorldMapStreets
-
Uses of WorldMapStreets in zombie.worldMap
Fields in zombie.worldMap declared as WorldMapStreetsFields in zombie.worldMap with type parameters of type WorldMapStreetsMethods in zombie.worldMap that return WorldMapStreetsModifier and TypeMethodDescriptionWorldMap.getStreetDataByIndex(int index) WorldMap.getStreetDataByRelativeFileName(String relativeFileName) -
Uses of WorldMapStreets in zombie.worldMap.streets
Fields in zombie.worldMap.streets with type parameters of type WorldMapStreetsModifier and TypeFieldDescriptionstatic final HashMap<String, WorldMapStreets> WorldMapStreets.s_fileNameToDataMethods in zombie.worldMap.streets that return WorldMapStreetsModifier and TypeMethodDescriptionstatic WorldMapStreetsWorldMapStreets.getOrCreateData(String relativeFileName, String absoluteFileName) WorldMapStreet.getOwner()WorldMapStreetsV1.getStreetDataByIndex(int index) WorldMapStreetsV1.getStreetDataByRelativeFileName(String relativeFileName) Methods in zombie.worldMap.streets with parameters of type WorldMapStreetsModifier and TypeMethodDescriptionvoidWorldMapStreets.combine(WorldMapStreets other) WorldMapStreet.createCopy(WorldMapStreets owner) booleanWorldMapStreetsXML.read(String filePath, WorldMapStreets streets) voidWorldMapStreetsXML.write(String filePath, WorldMapStreets streets) Constructors in zombie.worldMap.streets with parameters of type WorldMapStreetsModifierConstructorDescriptionWorldMapStreet(WorldMapStreets owner, String translatedText, StreetPoints points)