RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.content.writer.impl.ToolWriter Class Reference

Class handles writing on the quest tab interface. More...

Inheritance diagram for com.runehive.content.writer.impl.ToolWriter:
Collaboration diagram for com.runehive.content.writer.impl.ToolWriter:

Public Member Functions

 ToolWriter (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

final 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

Detailed Description

Class handles writing on the quest tab interface.

Author
Daniel

Definition at line 11 of file ToolWriter.java.

Constructor & Destructor Documentation

◆ ToolWriter()

com.runehive.content.writer.impl.ToolWriter.ToolWriter ( Player player)

Definition at line 22 of file ToolWriter.java.

22 {
23 super(player);
24 }

References com.runehive.content.writer.InterfaceWriter.player.

Member Function Documentation

◆ color()

int[][] com.runehive.content.writer.impl.ToolWriter.color ( )
protected

Reimplemented from com.runehive.content.writer.InterfaceWriter.

Definition at line 37 of file ToolWriter.java.

37 {
38 return null;
39 }

◆ font()

int[][] com.runehive.content.writer.impl.ToolWriter.font ( )
protected

Reimplemented from com.runehive.content.writer.InterfaceWriter.

Definition at line 42 of file ToolWriter.java.

42 {
43 return null;
44 }

◆ startingIndex()

int com.runehive.content.writer.impl.ToolWriter.startingIndex ( )
protected

Reimplemented from com.runehive.content.writer.InterfaceWriter.

Definition at line 27 of file ToolWriter.java.

27 {
28 return 35451;
29 }

◆ text()

String[] com.runehive.content.writer.impl.ToolWriter.text ( )
protected

Reimplemented from com.runehive.content.writer.InterfaceWriter.

Definition at line 32 of file ToolWriter.java.

32 {
33 return text;
34 }

References text.

Member Data Documentation

◆ text

final String [] com.runehive.content.writer.impl.ToolWriter.text
private
Initial value:
= {
"View My Profile",
"Activity Logger",
"Title Manager",
"Drop Display",
"Drop Simulator",
"Game Records",
}

Definition at line 13 of file ToolWriter.java.

13 {
14 "View My Profile",
15 "Activity Logger",
16 "Title Manager",
17 "Drop Display",
18 "Drop Simulator",
19 "Game Records",
20 };

Referenced by text().


The documentation for this class was generated from the following file: