![]() |
Adventure at Umalu
22nd March, 2013
Rogue-like Dungeon Crawler, written in Java
|
Static Public Member Functions | |
static void | initialiseScreen () |
static void | intro (String name, String filePath, TiledTermPanel term, World world) |
static void | showFile (String filePath, TiledTermPanel term, World world) |
static void | printLine (String line, TiledTermPanel term, World world) |
static void | printBlock (ArrayList< String > lines, TiledTermPanel term, World world) |
static void | redrawMap () |
static void | redrawMap (String statusLine) |
static void | redrawEventLine (String eventLine) |
static void | redrawEventLine (String eventLine, boolean saveInLog) |
static void | putText (ArrayList< String > lines) |
static void | showEventLog () |
static void | showEventLineAndPutToConsole (String eventLine, boolean saveInLog, boolean waitForKey) |
static void | anyKey () |
Static Public Attributes | |
static World | lastWorld |
static TiledTermPanel | lastTerminal |
static ArrayList< String > | eventLog |
Used to print Stuff in Terminal.
|
static |
Waits for a pressed Key
|
static |
Creates an empty EventLog
|
static |
Reads a file at filePath and shows its content intro Style, include Players
name | Character Name, will be insterted in Text at @-Signs |
filePath | Path to File, which Contents will be added |
term | Currently Used Terminal |
world | Currently Used World |
|
static |
Prints a Block of Lines on Screen. Deletes all former content.
line | Array of Lines |
|
static |
|
static |
Prints a Block of Text at Fullscreen
lines | Lines to be printed |
|
static |
Puts Text in Eventline. redrawEventLine does not delete content on its own!
eventLine | Line to be printed. |
|
static |
Prints a Text in Eventline, but gives possibility to not save it in Eventlog (e.g. Levelswitch)
eventLine | Line to be printed |
saveInLog | True, if this Message should be used in Eventlog, other should be set to false |
|
static |
Redraws Content of Window
term | Canvas for Drawing |
world | Used World |
|
static |
Redraw map, put Statusline below Map
statusLine | Statusline to be printed |
|
static |
Prints a Text to Eventline and Console, gives possibility to not save it in Eventlog
eventLine | Line to be printed |
saveInLog | True, if this Message should be logged in Eventlog |
waitForKey | True, if Application should wait for Keyinput by User |
|
static |
Shows Eventlog
|
static |
Shows Content of File by printing it on Screen
filePath | Path to File |
term | Currently used Term |
|
static |
Last Eventmessages
|
static |
Last used Terminal
|
static |
Last used World