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.groupGroup of the related item.Items.ItemDefinition.groupItem group flagsMethods in net.risingworld.api.definitions that return Items.GroupModifier and TypeMethodDescriptionstatic Items.GroupItems.Group.get(int value) static Items.GroupReturns 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 TypeMethodDescriptionintInventory.findItemByGroup(Items.Group group, Inventory.SlotType slotType) Searches for a particular item group in the provided inventory slot type.