Package | Description |
---|---|
net.risingworld.api.objects |
Modifier and Type | Method and Description |
---|---|
Npc.Type |
Npc.getType()
Gets the type of this npc (i.e. the species/kind).
|
static Npc.Type |
Npc.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Npc.Type[] |
Npc.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|