Uses of Enum Class
net.risingworld.api.definitions.Items.Group
Packages that use Items.Group
-
Uses of Items.Group in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Items.GroupModifier and TypeFieldDescriptionCrafting.Recipe.Ingredient.group
Group of the related item.Items.ItemDefinition.group
Item group flagsMethods in net.risingworld.api.definitions that return Items.GroupModifier 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
Methods in net.risingworld.api.objects with parameters of type Items.GroupModifier and TypeMethodDescriptionint
Inventory.findItemByGroup
(Items.Group group, Inventory.SlotType slotType) Searches for a particular item group in the provided inventory slot type.