Uses of Enum Class
net.risingworld.api.definitions.Items.Type
-
Uses of Items.Type in net.risingworld.api.definitions
Modifier and TypeFieldDescriptionNpcs.NpcDefinition.NpcLootInfo.requiredItemType
Items.ItemDefinition.type
Item typeModifier and TypeMethodDescriptionstatic Items.Type
Items.Type.get
(int value) static Items.Type
Returns the enum constant of this class with the specified name.static Items.Type[]
Items.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Items.Type in net.risingworld.api.objects
Modifier and TypeMethodDescriptionint
Inventory.findItemByType
(Items.Type type, Inventory.SlotType slotType) Searches for a particular item type in the provided inventory slot type.