Package | Description |
---|---|
me.lihq.game | |
me.lihq.game.people.controller | |
me.lihq.game.screen.elements |
Modifier and Type | Field and Description |
---|---|
private Player |
ConversationManagement.player
The player that will be starting the conversation
|
Player |
GameMain.player
A player object for the player of the game
|
Constructor and Description |
---|
ConversationManagement(Player player,
SpeechboxManager speechboxManager,
ScoreTracker scoreTracker)
This constructs a conversation manager.
|
Modifier and Type | Field and Description |
---|---|
private Player |
PlayerController.player
This stores the player that the controller controls
|
Constructor and Description |
---|
PlayerController(Player player,
ScoreTracker scoreTracker)
Constructor to create the PlayerController to control the provided Player
|
Modifier and Type | Field and Description |
---|---|
private Player |
RoomArrow.player
The player that the arrow is associated with
|
Constructor and Description |
---|
RoomArrow(Player player)
This constructs the RoomArrow, calling the super() method the the sprite class it extends
|