Guildpublic interface IGuild
GuildSettings.GuildSettings| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IAuction> |
getAuctions() |
Retreve the all auctions.
|
ICity |
getCity() |
Retrieve the city where the guild is located.
|
java.util.List<IPlayer> |
getMembers() |
Retrieve all members of the guild.
|
void |
join(IPlayer player) |
A player joins the guild.
|
void |
resetAuction(IAuction auction) |
Once the auction has happened the value must be reset.
|
ICity getCity()
java.util.List<IPlayer> getMembers()
void join(IPlayer player)
player - who joins the guildjava.util.List<IAuction> getAuctions()
void resetAuction(IAuction auction)
auction - to be removedCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.