Class CraftRecipeListNode
java.lang.Object
zombie.entity.components.crafting.recipe.CraftRecipeListNode
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CraftRecipeListNodecreateGroupNode(CraftRecipeGroup group, String title, Texture iconTexture, CraftRecipeListNode.CraftRecipeListNodeExpandedState expandedState) static CraftRecipeListNodecreateRecipeNode(CraftRecipe recipe, CraftRecipeListNode parent) getGroup()getTitle()getType()voidvoid
-
Constructor Details
-
CraftRecipeListNode
public CraftRecipeListNode()
-
-
Method Details
-
createGroupNode
public static CraftRecipeListNode createGroupNode(CraftRecipeGroup group, String title, Texture iconTexture, CraftRecipeListNode.CraftRecipeListNodeExpandedState expandedState) -
createRecipeNode
-
getType
-
getParent
-
getRecipe
-
getIconTexture
-
getTitle
-
getGroup
-
getExpandedState
-
setExpandedState
-
toggleExpandedState
public void toggleExpandedState() -
getChildren
-