|
RuneHive-Game
|
Public Member Functions | |
| GemBag () | |
| String | getIndication () |
| String | getItem () |
| String | getName () |
| Predicate< Item > | isAllowed () |
| Public Member Functions inherited from com.runehive.content.bags.ItemBag | |
| void | check (Player player) |
| void | empty (Player player) |
| void | fill (Player player) |
| ItemBag (ItemContainer container) | |
Static Public Attributes | |
| static final int | SIZE = 9 |
Additional Inherited Members | |
| Public Attributes inherited from com.runehive.content.bags.ItemBag | |
| final ItemContainer | container |
Definition at line 11 of file GemBag.java.
| com.runehive.content.bags.impl.GemBag.GemBag | ( | ) |
Definition at line 15 of file GemBag.java.
References com.runehive.game.world.items.containers.ItemContainer.StackPolicy.ALWAYS, and SIZE.
| String com.runehive.content.bags.impl.GemBag.getIndication | ( | ) |
Reimplemented from com.runehive.content.bags.ItemBag.
Definition at line 35 of file GemBag.java.
| String com.runehive.content.bags.impl.GemBag.getItem | ( | ) |
Reimplemented from com.runehive.content.bags.ItemBag.
Definition at line 20 of file GemBag.java.
| String com.runehive.content.bags.impl.GemBag.getName | ( | ) |
Reimplemented from com.runehive.content.bags.ItemBag.
Definition at line 25 of file GemBag.java.
| Predicate< Item > com.runehive.content.bags.impl.GemBag.isAllowed | ( | ) |
Reimplemented from com.runehive.content.bags.ItemBag.
Definition at line 30 of file GemBag.java.
References com.runehive.game.world.items.ItemDefinition.get(), and com.runehive.game.world.items.ItemDefinition.getName().
|
static |
Definition at line 13 of file GemBag.java.
Referenced by GemBag().