|
RuneHive-Game
|
Class handles writing on the obelisk itemcontainer. More...
Public Member Functions | |
| ObeliskWriter (Player player) | |
| Public Member Functions inherited from com.runehive.content.writer.InterfaceWriter | |
| InterfaceWriter (Player player) | |
| void | scroll () |
Protected Member Functions | |
| int[][] | color () |
| int[][] | font () |
| int | startingIndex () |
| String[] | text () |
Private Attributes | |
| String[] | text |
Additional Inherited Members | |
| Static Public Member Functions inherited from com.runehive.content.writer.InterfaceWriter | |
| static void | write (InterfaceWriter writer) |
| Protected Attributes inherited from com.runehive.content.writer.InterfaceWriter | |
| Player | player |
Class handles writing on the obelisk itemcontainer.
Definition at line 11 of file ObeliskWriter.java.
| com.runehive.content.writer.impl.ObeliskWriter.ObeliskWriter | ( | Player | player | ) |
Definition at line 32 of file ObeliskWriter.java.
References com.runehive.content.writer.InterfaceWriter.player.
|
protected |
Reimplemented from com.runehive.content.writer.InterfaceWriter.
Definition at line 47 of file ObeliskWriter.java.
|
protected |
Reimplemented from com.runehive.content.writer.InterfaceWriter.
Definition at line 52 of file ObeliskWriter.java.
|
protected |
Reimplemented from com.runehive.content.writer.InterfaceWriter.
Definition at line 37 of file ObeliskWriter.java.
|
protected |
Reimplemented from com.runehive.content.writer.InterfaceWriter.
Definition at line 42 of file ObeliskWriter.java.
References text.
|
private |
Definition at line 12 of file ObeliskWriter.java.
Referenced by text().