|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Item
Item interface for allowing different items to be created for a single API.
Method Summary | |
---|---|
java.lang.String |
getName()
Get the name of the item. |
java.util.List<ItemType> |
getTypes()
Get list of item types for the item. |
void |
setName(java.lang.String newItemName)
Set the name of the item. |
Methods inherited from interface net.sf.mud4j.effect.Effectable |
---|
getEffectBehavior, setEffectBehavior |
Method Detail |
---|
java.util.List<ItemType> getTypes()
java.lang.String getName()
void setName(java.lang.String newItemName)
newItemName
- New item name for the item.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |