|
RuneHive-Game
|
Public Member Functions | |
| int | getCode () |
| ValueIcon (int code) | |
Static Public Member Functions | |
| static Optional< ValueIcon > | lookup (int code) |
Public Attributes | |
| BLUE =(3) | |
| BRONZE =(0) | |
| GREEN =(2) | |
| NONE =(-1) | |
| RED =(4) | |
| SILVER =(1) | |
Private Attributes | |
| final int | code |
Definition at line 5 of file ValueIcon.java.
| com.runehive.content.ValueIcon.ValueIcon | ( | int | code | ) |
Definition at line 15 of file ValueIcon.java.
References code.
Referenced by lookup().
| int com.runehive.content.ValueIcon.getCode | ( | ) |
Definition at line 27 of file ValueIcon.java.
References code.
Referenced by com.runehive.game.world.entity.mob.player.PlayerAssistant.setActivity(), and com.runehive.game.world.entity.mob.player.PlayerAssistant.setValueIcon().
|
static |
Definition at line 19 of file ValueIcon.java.
References code, and ValueIcon().
| com.runehive.content.ValueIcon.BLUE =(3) |
Definition at line 10 of file ValueIcon.java.
Referenced by com.runehive.game.world.entity.mob.player.PlayerAssistant.getValueIcon().
| com.runehive.content.ValueIcon.BRONZE =(0) |
Definition at line 7 of file ValueIcon.java.
Referenced by com.runehive.game.world.entity.mob.player.PlayerAssistant.getValueIcon().
|
private |
Definition at line 13 of file ValueIcon.java.
Referenced by getCode(), lookup(), and ValueIcon().
| com.runehive.content.ValueIcon.GREEN =(2) |
Definition at line 9 of file ValueIcon.java.
Referenced by com.runehive.game.world.entity.mob.player.PlayerAssistant.getValueIcon().
| com.runehive.content.ValueIcon.NONE =(-1) |
Definition at line 6 of file ValueIcon.java.
Referenced by com.runehive.game.world.entity.mob.player.PlayerAssistant.getValueIcon().
| com.runehive.content.ValueIcon.RED =(4) |
Definition at line 11 of file ValueIcon.java.
Referenced by com.runehive.game.world.entity.mob.player.PlayerAssistant.getValueIcon().
| com.runehive.content.ValueIcon.SILVER =(1) |
Definition at line 8 of file ValueIcon.java.
Referenced by com.runehive.game.world.entity.mob.player.PlayerAssistant.getValueIcon().