|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ItemSack
An ItemSack is a mutable ItemContainer to which items can be added and removed without specification of any additional attributes.
| Method Summary | |
|---|---|
void |
add(Item item)
Attempts to add item. |
void |
remove(Item item)
Removes item. |
| Methods inherited from interface rle.core.board.item.ItemContainer |
|---|
addItemContainerListener, isEmpty, items, removeItemContainerListener |
| Methods inherited from interface rle.core.vm.PlugIn |
|---|
config, getContext, paramMap, setConfig, setParameters |
| Method Detail |
|---|
void add(Item item)
void remove(Item item)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||