Uses of Enum Class
zombie.scripting.objects.CraftRecipeGroup
Packages that use CraftRecipeGroup
Package
Description
-
Uses of CraftRecipeGroup in zombie.entity.components.crafting.recipe
Methods in zombie.entity.components.crafting.recipe that return CraftRecipeGroupMethods in zombie.entity.components.crafting.recipe with parameters of type CraftRecipeGroupModifier and TypeMethodDescriptionstatic CraftRecipeListNodeCraftRecipeListNode.createGroupNode(CraftRecipeGroup group, String title, Texture iconTexture, CraftRecipeListNode.CraftRecipeListNodeExpandedState expandedState) -
Uses of CraftRecipeGroup in zombie.scripting.entity.components.crafting
Methods in zombie.scripting.entity.components.crafting that return CraftRecipeGroup -
Uses of CraftRecipeGroup in zombie.scripting.objects
Subclasses with type arguments of type CraftRecipeGroup in zombie.scripting.objectsMethods in zombie.scripting.objects that return CraftRecipeGroupModifier and TypeMethodDescriptionstatic CraftRecipeGroupCraftRecipeGroup.fromString(String id) static CraftRecipeGroupReturns the enum constant of this class with the specified name.static CraftRecipeGroup[]CraftRecipeGroup.values()Returns an array containing the constants of this enum class, in the order they are declared.