Class FurnaceLogic.FurnaceSlot

java.lang.Object
zombie.entity.components.crafting.FurnaceLogic.FurnaceSlot
Enclosing class:
FurnaceLogic

public static class FurnaceLogic.FurnaceSlot extends Object
  • Constructor Details

    • FurnaceSlot

      public FurnaceSlot()
  • Method Details

    • getIndex

      public int getIndex()
    • getCurrentRecipe

      public CraftRecipe getCurrentRecipe()
    • getElapsedTime

      public int getElapsedTime()
    • setElapsedTime

      protected void setElapsedTime(int int0)
    • getInputResourceID

      public String getInputResourceID()
    • getOutputResourceID

      public String getOutputResourceID()
    • setRecipe

      protected void setRecipe(CraftRecipe craftRecipe)
    • clearRecipe

      protected void clearRecipe()
    • initialize

      protected void initialize(String string1, String string0)