|
RuneHive-Game
|
Handles displaying player's activity log. More...
Public Member Functions | |
| ActivityLogger (Player player) | |
| void | add (ActivityLog log) |
| void | add (ActivityLog log, int amount) |
| int | get (ActivityLog log) |
| void | open () |
Private Attributes | |
| final Player | player |
Handles displaying player's activity log.
Definition at line 14 of file ActivityLogger.java.
| com.runehive.content.ActivityLogger.ActivityLogger | ( | Player | player | ) |
Definition at line 17 of file ActivityLogger.java.
References player.
| void com.runehive.content.ActivityLogger.add | ( | ActivityLog | log | ) |
Definition at line 21 of file ActivityLogger.java.
References add().
Referenced by add(), com.runehive.content.activity.impl.barrows.BarrowsUtility.generateRewards(), and com.runehive.game.world.entity.mob.npc.NpcDeath.postDeath().
| void com.runehive.content.ActivityLogger.add | ( | ActivityLog | log, |
| int | amount ) |
Definition at line 25 of file ActivityLogger.java.
References com.runehive.util.Utility.formatEnum(), and player.
| int com.runehive.content.ActivityLogger.get | ( | ActivityLog | log | ) |
Definition at line 31 of file ActivityLogger.java.
References player.
| void com.runehive.content.ActivityLogger.open | ( | ) |
Definition at line 38 of file ActivityLogger.java.
References com.runehive.util.Utility.formatDigits(), com.runehive.util.Utility.formatEnum(), and player.
Referenced by com.runehive.game.plugin.PluginContext.onClick().
|
private |
Definition at line 15 of file ActivityLogger.java.
Referenced by ActivityLogger(), add(), get(), and open().