Uses of Class
zombie.entity.components.crafting.recipe.CraftRecipeListNode
Packages that use CraftRecipeListNode
-
Uses of CraftRecipeListNode in zombie.entity.components.crafting.recipe
Methods in zombie.entity.components.crafting.recipe that return CraftRecipeListNodeModifier and TypeMethodDescriptionstatic CraftRecipeListNodeCraftRecipeListNode.createGroupNode(CraftRecipeGroup group, String title, Texture iconTexture, CraftRecipeListNode.CraftRecipeListNodeExpandedState expandedState) static CraftRecipeListNodeCraftRecipeListNode.createRecipeNode(CraftRecipe recipe, CraftRecipeListNode parent) CraftRecipeListNode.getParent()Methods in zombie.entity.components.crafting.recipe that return types with arguments of type CraftRecipeListNodeModifier and TypeMethodDescriptionCraftRecipeListNode.getChildren()CraftRecipeListNodeCollection.getNodes()Methods in zombie.entity.components.crafting.recipe with parameters of type CraftRecipeListNodeModifier and TypeMethodDescriptionstatic CraftRecipeListNodeCraftRecipeListNode.createRecipeNode(CraftRecipe recipe, CraftRecipeListNode parent)