Package | Description |
---|---|
me.lihq.game | |
me.lihq.game.people |
Modifier and Type | Field and Description |
---|---|
java.util.List<AbstractPerson> |
OrthogonalTiledMapRendererWithPeople.people
This is the list of people that are to be rendered to the map
|
Modifier and Type | Method and Description |
---|---|
void |
OrthogonalTiledMapRendererWithPeople.addPerson(AbstractPerson sprite)
This adds sprite to the list of sprites to be rendered before the final layer.
|
Modifier and Type | Method and Description |
---|---|
void |
OrthogonalTiledMapRendererWithPeople.addPerson(java.util.List<AbstractPerson> sprites)
This adds a list of AbstractPerson to the sprite list
|
Modifier and Type | Class and Description |
---|---|
class |
NPC
The class which is responsible for the non-playable characters within the game that the player will meet.
|
class |
Player
This class defines the player that the person playing the game will be represented by.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractPerson.PersonPositionComparator.compare(AbstractPerson o1,
AbstractPerson o2) |