Class HandcraftLogic.InputItemNode
java.lang.Object
zombie.entity.components.crafting.recipe.HandcraftLogic.InputItemNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItems()
getName()
boolean
boolean
boolean
boolean
isKeep()
boolean
isTool()
boolean
boolean
void
setExpandedAvailable
(boolean boolean0) void
setExpandedUsed
(boolean boolean0) void
void
-
Constructor Details
-
InputItemNode
public InputItemNode()
-
-
Method Details
-
getRecipe
-
getScriptItem
-
getName
-
getFirstMatchedInputScript
-
isExpandedUsed
public boolean isExpandedUsed() -
isExpandedAvailable
public boolean isExpandedAvailable() -
setExpandedUsed
public void setExpandedUsed(boolean boolean0) -
setExpandedAvailable
public void setExpandedAvailable(boolean boolean0) -
toggleExpandedUsed
public void toggleExpandedUsed() -
toggleExpandedAvailable
public void toggleExpandedAvailable() -
isToolRight
public boolean isToolRight() -
isToolLeft
public boolean isToolLeft() -
isTool
public boolean isTool() -
isKeep
public boolean isKeep() -
isItemCount
public boolean isItemCount() -
getItems
-