Package | Description |
---|---|
org.lazywizard.lazylib.combat.entities |
Contains instantiable combat entities.
|
Modifier and Type | Field and Description |
---|---|
protected SimpleEntity.SimpleEntityType |
SimpleEntity.type |
Modifier and Type | Method and Description |
---|---|
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.
|