Uses of Class
ch.sahits.game.openpatrician.model.map.MapSegmentedImage
-
-
Uses of MapSegmentedImage in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return MapSegmentedImage Modifier and Type Method Description MapSegmentedImageIPlayer. getSegmentedMap()Retrieve the segmented image map.Methods in ch.sahits.game.openpatrician.model with parameters of type MapSegmentedImage Modifier and Type Method Description voidIPlayer. setSegmentedMap(MapSegmentedImage mapSegments)Set or unset the image for a segmented map (treasure or pirate hideout). -
Uses of MapSegmentedImage in ch.sahits.game.openpatrician.model.city.cityhall
Methods in ch.sahits.game.openpatrician.model.city.cityhall that return MapSegmentedImage Modifier and Type Method Description MapSegmentedImageICapturePirateNest. getPirateNestMap()Retrieve the map with the nest located on it. -
Uses of MapSegmentedImage in ch.sahits.game.openpatrician.model.map
Subclasses of MapSegmentedImage in ch.sahits.game.openpatrician.model.map Modifier and Type Class Description classPirateMapSegmentImageclassTreasureMapSegmentImage -
Uses of MapSegmentedImage in ch.sahits.game.openpatrician.model.people
Methods in ch.sahits.game.openpatrician.model.people that return types with arguments of type MapSegmentedImage Modifier and Type Method Description java.util.Optional<MapSegmentedImage>IInformant. getMapSectionPart(IPlayer player)The informant may also hold a map part for the player. -
Uses of MapSegmentedImage in ch.sahits.game.openpatrician.model.people.impl
Methods in ch.sahits.game.openpatrician.model.people.impl that return types with arguments of type MapSegmentedImage Modifier and Type Method Description java.util.Optional<MapSegmentedImage>InformantState. getMapSectionPart(IPlayer player) -
Uses of MapSegmentedImage in ch.sahits.game.openpatrician.model.server
Methods in ch.sahits.game.openpatrician.model.server with parameters of type MapSegmentedImage Modifier and Type Method Description voidMapLocationDetectionModel. addSegment(MapSegmentedImage map)booleanMapLocationDetectionModel. containsSegment(MapSegmentedImage map)voidMapLocationDetectionModel. removeSegment(MapSegmentedImage map)
-