|
RuneHive-Game
|
Handles the activity panel. More...
Static Public Member Functions | |
| static void | clear (Player player) |
| Clears the activity panel. | |
| static void | timedClear (Player player, int delay) |
| Clears the activity panel after a defined set of time. | |
| static void | update (Activity_Panel panel) |
| Sends all the information for the activity panel. | |
| static void | update (Player player, int amount, String header, String footer, Item container, String... strings) |
| Sends all the information for the activity panel. | |
| static void | update (Player player, int amount, String header, String footer, Item[] container, String... strings) |
| Sends all the information for the activity panel. | |
| static void | update (Player player, int amount, String title, Item item, String... strings) |
| Sends all the information for the activity panel. | |
| static void | update (Player player, int amount, String title, String footer, String... strings) |
| Sends all the information for the activity panel. | |
Handles the activity panel.
Definition at line 18 of file ActivityPanel.java.
|
static |
Clears the activity panel.
Definition at line 57 of file ActivityPanel.java.
References com.runehive.Config.ACTIVITY_TAB, com.runehive.game.world.entity.mob.player.Player.interfaceManager, com.runehive.Config.INVENTORY_TAB, com.runehive.game.world.entity.mob.player.Player.send(), and com.runehive.game.world.entity.mob.player.InterfaceManager.setSidebar().
Referenced by com.runehive.content.activity.impl.fightcaves.FightCaves.cleanup(), com.runehive.content.activity.impl.godwars.GodwarsActivity.cleanup(), com.runehive.content.activity.impl.recipefordisaster.RecipeForDisaster.cleanup(), com.runehive.content.activity.inferno.Inferno.cleanup(), com.runehive.content.activity.impl.barrows.Barrows.finish(), com.runehive.content.activity.impl.magearena.MageArena.finish(), com.runehive.content.activity.impl.warriorguild.WarriorGuild.finish(), com.runehive.game.action.impl.TutorialActivity.finish(), and timedClear().
|
static |
Clears the activity panel after a defined set of time.
Definition at line 71 of file ActivityPanel.java.
References clear(), and com.runehive.game.world.World.schedule().
|
static |
Sends all the information for the activity panel.
Definition at line 35 of file ActivityPanel.java.
References update().
|
static |
Sends all the information for the activity panel.
Definition at line 30 of file ActivityPanel.java.
References update().
|
static |
Sends all the information for the activity panel.
Definition at line 40 of file ActivityPanel.java.
References com.runehive.Config.ACTIVITY_TAB, com.runehive.game.world.entity.mob.player.Player.interfaceManager, com.runehive.game.world.entity.mob.player.InterfaceManager.isSidebar(), com.runehive.game.world.entity.mob.player.Player.send(), and com.runehive.game.world.entity.mob.player.InterfaceManager.setSidebar().
|
static |
Sends all the information for the activity panel.
Definition at line 25 of file ActivityPanel.java.
References update().
|
static |
Sends all the information for the activity panel.
Definition at line 20 of file ActivityPanel.java.
References update().
Referenced by com.runehive.content.activity.impl.fightcaves.FightCaves.create(), com.runehive.content.activity.impl.recipefordisaster.RecipeForDisaster.create(), com.runehive.content.activity.inferno.Inferno.create(), com.runehive.content.activity.impl.barrows.Barrows.update(), com.runehive.content.activity.impl.duelarena.DuelArenaActivity.update(), com.runehive.content.activity.impl.fightcaves.FightCaves.update(), com.runehive.content.activity.impl.godwars.GodwarsActivity.update(), com.runehive.content.activity.impl.magearena.MageArena.update(), com.runehive.content.activity.impl.recipefordisaster.RecipeForDisaster.update(), com.runehive.content.activity.impl.warriorguild.WarriorGuild.update(), com.runehive.content.activity.inferno.Inferno.update(), update(), update(), update(), update(), and com.runehive.game.action.impl.TutorialActivity.update().