Class HandcraftLogic.InputItemNode

java.lang.Object
zombie.entity.components.crafting.recipe.HandcraftLogic.InputItemNode
Enclosing class:
HandcraftLogic

public static class HandcraftLogic.InputItemNode extends Object
  • Constructor Details

    • InputItemNode

      public InputItemNode()
  • Method Details

    • getRecipe

      public CraftRecipe getRecipe()
    • getScriptItem

      public Item getScriptItem()
    • getName

      public String getName()
    • getFirstMatchedInputScript

      public InputScript 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

      public ArrayList<InventoryItem> getItems()