Uses of Interface
ch.sahits.game.openpatrician.model.sea.IBlockade
-
Packages that use IBlockade Package Description ch.sahits.game.openpatrician.model.sea ch.sahits.game.openpatrician.model.sea.impl -
-
Uses of IBlockade in ch.sahits.game.openpatrician.model.sea
Methods in ch.sahits.game.openpatrician.model.sea that return types with arguments of type IBlockade Modifier and Type Method Description java.util.Set<java.util.Map.Entry<ICity,IBlockade>>BlockadeState. entrySet()java.util.Optional<IBlockade>BlockadeState. getBlockade(ICity city)Retrieve the blockade for the city.Methods in ch.sahits.game.openpatrician.model.sea with parameters of type IBlockade Modifier and Type Method Description voidBlockadeState. addBlockade(ICity city, IBlockade blockade)Add a blockade for the city. -
Uses of IBlockade in ch.sahits.game.openpatrician.model.sea.impl
Classes in ch.sahits.game.openpatrician.model.sea.impl that implement IBlockade Modifier and Type Class Description classBlockade
-