|
RuneHive-Game
|
Class handles writing on the quest tab itemcontainer. More...
Public Member Functions | |
| InformationWriter (Player player) | |
| void | scroll () |
| Public Member Functions inherited from com.runehive.content.writer.InterfaceWriter | |
| InterfaceWriter (Player player) | |
Protected Member Functions | |
| int[][] | color () |
| int[][] | font () |
| int | startingIndex () |
| String[] | text () |
Private Attributes | |
| int[][] | font |
| 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 quest tab itemcontainer.
Definition at line 18 of file InformationWriter.java.
| com.runehive.content.writer.impl.InformationWriter.InformationWriter | ( | Player | player | ) |
Definition at line 20 of file InformationWriter.java.
References com.runehive.content.writer.InterfaceWriter.player.
|
protected |
Reimplemented from com.runehive.content.writer.InterfaceWriter.
Definition at line 82 of file InformationWriter.java.
|
protected |
Reimplemented from com.runehive.content.writer.InterfaceWriter.
Definition at line 87 of file InformationWriter.java.
References font.
| void com.runehive.content.writer.impl.InformationWriter.scroll | ( | ) |
Reimplemented from com.runehive.content.writer.InterfaceWriter.
Definition at line 72 of file InformationWriter.java.
References com.runehive.content.writer.InterfaceWriter.player.
|
protected |
Reimplemented from com.runehive.content.writer.InterfaceWriter.
Definition at line 67 of file InformationWriter.java.
|
protected |
Reimplemented from com.runehive.content.writer.InterfaceWriter.
Definition at line 77 of file InformationWriter.java.
References text.
|
private |
Definition at line 56 of file InformationWriter.java.
Referenced by font().
|
private |
Definition at line 24 of file InformationWriter.java.
Referenced by text().