Uses of Enum Class
net.risingworld.api.definitions.Npcs.LootType
Packages that use Npcs.LootType
-
Uses of Npcs.LootType in net.risingworld.api.definitions
Subclasses with type arguments of type Npcs.LootType in net.risingworld.api.definitionsModifier and TypeClassDescriptionstatic enumEnum containing the loot types of the npc, i.e how it can be looted specifically or how the loot spawnsFields in net.risingworld.api.definitions declared as Npcs.LootTypeMethods in net.risingworld.api.definitions that return Npcs.LootTypeModifier and TypeMethodDescriptionstatic Npcs.LootTypeNpcs.LootType.get(int value) static Npcs.LootTypeReturns the enum constant of this class with the specified name.static Npcs.LootType[]Npcs.LootType.values()Returns an array containing the constants of this enum class, in the order they are declared.