|
RuneHive-Game
|
Handles writing on an itemcontainer. More...
Public Member Functions | |
| InterfaceWriter (Player player) | |
| void | scroll () |
Static Public Member Functions | |
| static void | write (InterfaceWriter writer) |
Protected Member Functions | |
| abstract int[][] | color () |
| abstract int[][] | font () |
| abstract int | startingIndex () |
| abstract String[] | text () |
Protected Attributes | |
| Player | player |
Handles writing on an itemcontainer.
Definition at line 14 of file InterfaceWriter.java.
| com.runehive.content.writer.InterfaceWriter.InterfaceWriter | ( | Player | player | ) |
Definition at line 16 of file InterfaceWriter.java.
References player.
Referenced by write().
|
abstractprotected |
|
abstractprotected |
| void com.runehive.content.writer.InterfaceWriter.scroll | ( | ) |
Reimplemented in com.runehive.content.writer.impl.InformationWriter.
Definition at line 30 of file InterfaceWriter.java.
|
abstractprotected |
|
abstractprotected |
|
static |
Definition at line 34 of file InterfaceWriter.java.
References InterfaceWriter().
Referenced by com.runehive.game.world.entity.mob.player.PlayerKilling.handle(), com.runehive.game.world.entity.mob.player.PlayerAssistant.initialize(), com.runehive.game.plugin.PluginContext.onClick(), com.runehive.content.Obelisks.open(), com.runehive.game.world.entity.mob.player.PlayerDeath.postDeath(), com.runehive.game.engine.GameEngine.runOneIteration(), and com.runehive.content.donators.Donation.updateRank().
|
protected |
Definition at line 20 of file InterfaceWriter.java.
Referenced by com.runehive.content.achievement.AchievementWriter.AchievementWriter(), com.runehive.content.writer.impl.InformationWriter.InformationWriter(), InterfaceWriter(), com.runehive.content.writer.impl.ObeliskWriter.ObeliskWriter(), com.runehive.content.writer.impl.InformationWriter.scroll(), com.runehive.content.writer.impl.SettingWriter.SettingWriter(), and com.runehive.content.writer.impl.ToolWriter.ToolWriter().