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

Class handles writing on the obelisk itemcontainer. More...

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

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

Detailed Description

Class handles writing on the obelisk itemcontainer.

Author
Daniel

Definition at line 11 of file ObeliskWriter.java.

Constructor & Destructor Documentation

◆ ObeliskWriter()

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

Definition at line 32 of file ObeliskWriter.java.

32 {
33 super(player);
34 }

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

Member Function Documentation

◆ color()

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

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

Definition at line 47 of file ObeliskWriter.java.

47 {
48 return null;
49 }

◆ font()

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

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

Definition at line 52 of file ObeliskWriter.java.

52 {
53 return null;
54 }

◆ startingIndex()

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

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

Definition at line 37 of file ObeliskWriter.java.

37 {
38 return 51011;
39 }

◆ text()

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

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

Definition at line 42 of file ObeliskWriter.java.

42 {
43 return text;
44 }

References text.

Member Data Documentation

◆ text

String [] com.runehive.content.writer.impl.ObeliskWriter.text
private
Initial value:
= {
"",
"Level 44 Wilderness",
"Level 27 Wilderness",
"Level 35 Wilderness",
"Level 13 Wilderness",
"Level 19 Wilderness",
"Level 50 Wilderness",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
}

Definition at line 12 of file ObeliskWriter.java.

12 {
13 "",
14 "Level 44 Wilderness",
15 "Level 27 Wilderness",
16 "Level 35 Wilderness",
17 "Level 13 Wilderness",
18 "Level 19 Wilderness",
19 "Level 50 Wilderness",
20 "",
21 "",
22 "",
23 "",
24 "",
25 "",
26 "",
27 "",
28 "",
29 ""
30 };

Referenced by text().


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