Uses of Enum Class
net.risingworld.api.definitions.Items.Group
-
Uses of Items.Group in net.risingworld.api.definitions
Modifier and TypeFieldDescriptionCrafting.Recipe.Ingredient.group
Group of the related item.Items.ItemDefinition.group
Item group flagsModifier and TypeMethodDescriptionstatic Items.Group
Items.Group.get
(int value) static Items.Group
Returns the enum constant of this class with the specified name.static Items.Group[]
Items.Group.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Items.Group in net.risingworld.api.objects
Modifier and TypeMethodDescriptionint
Inventory.findItemByGroup
(Items.Group group, Inventory.SlotType slotType) Searches for a particular item group in the provided inventory slot type.