|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjurpe.dungeon.rpgmap.DungeonItem
public class DungeonItem
A dungeon item is a BasicItem displayable in the dungeon.
Constructor Summary | |
---|---|
DungeonItem(BasicItem item,
PlaceHolder holder)
A dungeon item is the composition of a Basic Item with its representation on a RpgMap, which is the PlaceHolder |
Method Summary | |
---|---|
BasicItem |
item()
Basic Item type |
PlaceHolder |
placeHolder()
Return the representation of item in the RpgMap |
java.lang.String |
toString()
To String |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DungeonItem(BasicItem item, PlaceHolder holder)
item
- Itemholder
- Representation of item in the RpgMapMethod Detail |
---|
public PlaceHolder placeHolder()
public BasicItem item()
public java.lang.String toString()
toString
in class java.lang.Object
|
Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |