Class Guild
- java.lang.Object
-
- ch.sahits.game.openpatrician.model.city.guild.impl.Guild
-
-
Constructor Summary
Constructors Constructor Description Guild()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidjoin(IPlayer player)A player joins the guild.voidresetAuction(IAuction auction)Once the auction has happened the value must be reset.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.sahits.game.openpatrician.model.city.guild.IGuild
getAuctions, getCity, getMembers
-
-
-
-
Method Detail
-
join
public void join(IPlayer player)
Description copied from interface:IGuildA player joins the guild. The entrance fee is not deduced here.
-
resetAuction
public void resetAuction(IAuction auction)
Description copied from interface:IGuildOnce the auction has happened the value must be reset.- Specified by:
resetAuctionin interfaceIGuild- Parameters:
auction- to be removed
-
-