Uses of Interface
ch.sahits.game.openpatrician.model.city.guild.IGuild
-
Packages that use IGuild Package Description ch.sahits.game.openpatrician.model.city.guild ch.sahits.game.openpatrician.model.city.guild.impl -
-
Uses of IGuild in ch.sahits.game.openpatrician.model.city.guild
Methods in ch.sahits.game.openpatrician.model.city.guild that return IGuild Modifier and Type Method Description IGuildGuildList. get(int index)Methods in ch.sahits.game.openpatrician.model.city.guild that return types with arguments of type IGuild Modifier and Type Method Description java.util.Optional<IGuild>GuildList. findGuild(ICity city)java.util.Iterator<IGuild>GuildList. iterator()Methods in ch.sahits.game.openpatrician.model.city.guild with parameters of type IGuild Modifier and Type Method Description booleanGuildList. add(IGuild guild) -
Uses of IGuild in ch.sahits.game.openpatrician.model.city.guild.impl
Classes in ch.sahits.game.openpatrician.model.city.guild.impl that implement IGuild Modifier and Type Class Description classGuild
-