Package | Description |
---|---|
org.bitbrawl.foodfight.field |
Classes and interfaces representing objects and properties of the game field.
|
org.bitbrawl.foodfight.util |
Useful classes that do not directly represent field objects.
|
Modifier and Type | Method | Description |
---|---|---|
Table |
Team.getTable() |
Gets the table that scores points for this team.
|
Modifier and Type | Method | Description |
---|---|---|
static boolean |
PlayerUtils.isAgainstTable(Player player,
Table table,
boolean movingForward) |
Determines whether the given player is against the table.
|