|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjurpe.containers.Lootables
public class Lootables
This class holds references to items or money hidden in the dungeon. These are lootables
| Constructor Summary | |
|---|---|
Lootables(Level dungeonLevel)
Constructor |
|
| Method Summary | |
|---|---|
DungeonItem |
getItemIn(RpgMapPoint p)
Get the item at the specified position |
java.util.AbstractList<PlaceHolder> |
getPlaceHolders()
Get monsters placeholder |
void |
initialize(Dungeons dungeon)
Generate new set of dungeon items, that is money or other items that can be found in the dungeon. |
void |
removeItemIn(RpgMapPoint p)
Remove the item at the specified position |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Lootables(Level dungeonLevel)
dungeonLevel - Level Level of the dungeon| Method Detail |
|---|
public java.util.AbstractList<PlaceHolder> getPlaceHolders()
public void removeItemIn(RpgMapPoint p)
p - public DungeonItem getItemIn(RpgMapPoint p)
p - RpgMapPoint in which DungeonItem is supposed to be
public void initialize(Dungeons dungeon)
throws JurpeException
dungeon - Handle to dungeons
JurpeException
|
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 | |||||||||