Uses of Class
jurpe.dungeon.PlaceholderType

Packages that use PlaceholderType
jurpe.dungeon   
 

Uses of PlaceholderType in jurpe.dungeon
 

Methods in jurpe.dungeon that return PlaceholderType
 PlaceholderType PlaceHolder.getType()
          Return the type of this placeholder, what this placeholder stands for (monster, player, money...)
static PlaceholderType PlaceholderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlaceholderType[] PlaceholderType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in jurpe.dungeon with parameters of type PlaceholderType
PlaceHolder(Level level, PlaceholderType phType, java.lang.String name)
          Constructor
 


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