|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.kernel.combat.slots.AbstractSlot wyvern.kernel.combat.slots.AbstractArmorSlot wyvern.kernel.combat.slots.GirdleSlot
This interface is for body parts that can wear a piece of armor.
Field Summary |
Fields inherited from class wyvern.kernel.combat.slots.AbstractArmorSlot |
armor_ |
Fields inherited from class wyvern.kernel.combat.slots.AbstractSlot |
layer_ |
Constructor Summary | |
GirdleSlot()
|
Method Summary | |
java.lang.Class |
getArmorType()
Returns the Armor subclass that this part can wear. |
java.lang.String |
toString()
Returns debugging name. |
Methods inherited from class wyvern.kernel.combat.slots.AbstractArmorSlot |
checkType, getArmor, getItem, isEmpty, remove, setArmor, setItem |
Methods inherited from class wyvern.kernel.combat.slots.AbstractSlot |
getLayer, setLayer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface wyvern.kernel.combat.slots.ItemSlot |
getLayer, setLayer |
Constructor Detail |
public GirdleSlot()
Method Detail |
public java.lang.Class getArmorType()
public java.lang.String toString()
toString
in class AbstractArmorSlot
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |