![]() |
Adventure at Umalu
22nd March, 2013
Rogue-like Dungeon Crawler, written in Java
|
Public Member Functions | |
int | x () |
int | y () |
World | world () |
Collection< Coordinate > | getViewField () |
An interface used by
to draw the cells visible on a
at a specific location. Notice that for an
to implement the interface, only
is needed. Thus it would be easy to always show what a specific
can see.
Collection<Coordinate> jade.ui.Camera.getViewField | ( | ) |
Returns the current view field of the
Implemented in rogue.creature.Player.
World jade.ui.Camera.world | ( | ) |
Returns the
the
is observing.
int jade.ui.Camera.x | ( | ) |
Returns the x location of the
.
int jade.ui.Camera.y | ( | ) |
Returns the y location of the
.