Uses of Enum Class
net.risingworld.api.definitions.Npcs.Locomotion
Packages that use Npcs.Locomotion
-
Uses of Npcs.Locomotion in net.risingworld.api.definitions
Subclasses with type arguments of type Npcs.Locomotion in net.risingworld.api.definitionsModifier and TypeClassDescriptionstatic enumDetermines the locomotion model of the npc (how it physically moves through the world)Fields in net.risingworld.api.definitions declared as Npcs.LocomotionModifier and TypeFieldDescriptionNpcs.NpcDefinition.locomotionLocomotion model of this npc (ground walking, free underwater swimming, climbing)Methods in net.risingworld.api.definitions that return Npcs.LocomotionModifier and TypeMethodDescriptionstatic Npcs.LocomotionNpcs.Locomotion.get(int value) static Npcs.LocomotionReturns the enum constant of this class with the specified name.static Npcs.Locomotion[]Npcs.Locomotion.values()Returns an array containing the constants of this enum class, in the order they are declared.