JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
net.risingworld.api.definitions.Npcs.Type
Packages that use
Npcs.Type
Package
Description
net.risingworld.api.definitions
Uses of
Npcs.Type
in
net.risingworld.api.definitions
Fields in
net.risingworld.api.definitions
declared as
Npcs.Type
Modifier and Type
Field
Description
Npcs.Type
Npcs.NpcDefinition.
type
Npc type
Methods in
net.risingworld.api.definitions
that return
Npcs.Type
Modifier and Type
Method
Description
static
Npcs.Type
Npcs.Type.
get
(int value)
static
Npcs.Type
Npcs.Type.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Npcs.Type
[]
Npcs.Type.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.