| Package | Description |
|---|---|
| org.locxar.roguelike | |
| org.locxar.roguelike.turn |
| Modifier and Type | Field and Description |
|---|---|
private Player |
CycleController.player
The player.
|
| Modifier and Type | Method and Description |
|---|---|
private Player |
CycleController.getPlayer()
Gets the player.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CycleController.setPlayer(Player p)
Sets the player.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
Turn.npcTurn(Player player,
Npc npc)
Npc turn.
|
private void |
Turn.playerTurn(Player player,
Npc npc)
Player turn.
|
void |
Turn.turnListener(Turn turn,
Player player,
Npc npc)
The turnListener check the actual
TYPE Id and starts
playerTurn() or npcTurn(). |
Copyright © 2016. All rights reserved.