Uses of Class
jurpe.dungeon.PlaceHolder

Packages that use PlaceHolder
jurpe.containers   
jurpe.dungeon   
jurpe.dungeon.hexmap   
jurpe.dungeon.rpgmap   
 

Uses of PlaceHolder in jurpe.containers
 

Methods in jurpe.containers that return types with arguments of type PlaceHolder
 java.util.AbstractList<PlaceHolder> Monsters.getPlaceHolders()
          Get monsters placeholder
 java.util.AbstractList<PlaceHolder> Lootables.getPlaceHolders()
          Get monsters placeholder
 

Uses of PlaceHolder in jurpe.dungeon
 

Methods in jurpe.dungeon that return PlaceHolder
 PlaceHolder Avatar.getPlaceHolder()
          Get Avatar's placeholder
 PlaceHolder Level.getPlaceHolderIn(RpgMapPoint rpgPoint)
          Get placeholder in this level rpgmappoint
 

Methods in jurpe.dungeon that return types with arguments of type PlaceHolder
 java.util.AbstractList<PlaceHolder> Level.placeHolders()
          The placeholders in this map
 

Uses of PlaceHolder in jurpe.dungeon.hexmap
 

Methods in jurpe.dungeon.hexmap with parameters of type PlaceHolder
 void HexMapDrawing.drawPlaceHolder(PlaceHolder ph, java.awt.Graphics g)
          Draw placeholder on map
 

Method parameters in jurpe.dungeon.hexmap with type arguments of type PlaceHolder
 void HexMapDrawing.drawPlaceHolders(java.awt.Graphics g, java.util.AbstractList<PlaceHolder> placeholders)
          Draw placeholders on hexmap.
 

Uses of PlaceHolder in jurpe.dungeon.rpgmap
 

Methods in jurpe.dungeon.rpgmap that return PlaceHolder
 PlaceHolder DungeonMonster.placeHolder()
          Get placeholder for monster
 PlaceHolder DungeonItem.placeHolder()
          Return the representation of item in the RpgMap
 

Constructors in jurpe.dungeon.rpgmap with parameters of type PlaceHolder
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
DungeonMonster(Monster monster, PlaceHolder iph)
           
 


Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net