LazyLib

Uses of Class
org.lazywizard.lazylib.combat.entities.SimpleEntity.SimpleEntityType

Packages that use SimpleEntity.SimpleEntityType
org.lazywizard.lazylib.combat.entities Contains instantiable combat entities. 
 

Uses of SimpleEntity.SimpleEntityType in org.lazywizard.lazylib.combat.entities
 

Methods in org.lazywizard.lazylib.combat.entities that return SimpleEntity.SimpleEntityType
 SimpleEntity.SimpleEntityType SimpleEntity.getType()
          Returns the SimpleEntity.SimpleEntityType corresponding to the constructor used to create this object.
static SimpleEntity.SimpleEntityType SimpleEntity.SimpleEntityType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleEntity.SimpleEntityType[] SimpleEntity.SimpleEntityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


LazyLib