|
RuneHive-Game
|
Public Member Functions | |
| void | check (Player player) |
| CoalBag () | |
| String | getIndication () |
| String | getItem () |
| String | getName () |
| Predicate< Item > | isAllowed () |
| Public Member Functions inherited from com.runehive.content.bags.ItemBag | |
| void | empty (Player player) |
| void | fill (Player player) |
| ItemBag (ItemContainer container) | |
Static Public Attributes | |
| static final int | SIZE = 27 |
Additional Inherited Members | |
| Public Attributes inherited from com.runehive.content.bags.ItemBag | |
| final ItemContainer | container |
Definition at line 12 of file CoalBag.java.
| com.runehive.content.bags.impl.CoalBag.CoalBag | ( | ) |
Definition at line 16 of file CoalBag.java.
References com.runehive.game.world.items.containers.ItemContainer.StackPolicy.NEVER, and SIZE.
| void com.runehive.content.bags.impl.CoalBag.check | ( | Player | player | ) |
Reimplemented from com.runehive.content.bags.ItemBag.
Definition at line 41 of file CoalBag.java.
References com.runehive.content.bags.ItemBag.container, getName(), com.runehive.game.world.entity.mob.player.Player.message(), and SIZE.
| String com.runehive.content.bags.impl.CoalBag.getIndication | ( | ) |
Reimplemented from com.runehive.content.bags.ItemBag.
Definition at line 36 of file CoalBag.java.
| String com.runehive.content.bags.impl.CoalBag.getItem | ( | ) |
Reimplemented from com.runehive.content.bags.ItemBag.
Definition at line 21 of file CoalBag.java.
| String com.runehive.content.bags.impl.CoalBag.getName | ( | ) |
Reimplemented from com.runehive.content.bags.ItemBag.
Definition at line 26 of file CoalBag.java.
Referenced by check().
| Predicate< Item > com.runehive.content.bags.impl.CoalBag.isAllowed | ( | ) |
Reimplemented from com.runehive.content.bags.ItemBag.
Definition at line 31 of file CoalBag.java.
References com.runehive.game.world.items.ItemDefinition.get(), and com.runehive.game.world.items.ItemDefinition.getName().
|
static |
Definition at line 14 of file CoalBag.java.