Class DryingLogic.DryingSlot

java.lang.Object
zombie.entity.components.crafting.DryingLogic.DryingSlot
Enclosing class:
DryingLogic

public static class DryingLogic.DryingSlot extends Object
  • Constructor Details

    • DryingSlot

      public DryingSlot()
  • 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)