|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.kernel.combat.slots.AbstractSlot
This is the highest-level concrete class in the slot heirarchy. It implements the ItemSlot layer API.
Field Summary | |
protected int |
layer_
|
Constructor Summary | |
AbstractSlot()
|
Method Summary | |
int |
getLayer()
Returns the slot-layer. |
void |
setLayer(int layer)
Sets the slot-layer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface wyvern.kernel.combat.slots.ItemSlot |
getItem, isEmpty, remove |
Field Detail |
protected int layer_
Constructor Detail |
public AbstractSlot()
Method Detail |
public void setLayer(int layer)
setLayer
in interface ItemSlot
public int getLayer()
getLayer
in interface ItemSlot
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |