Class CraftRecipe

java.lang.Object
com.prineside.tdi2.CraftRecipe

public class CraftRecipe extends Object
  • Field Details

  • Constructor Details

    • CraftRecipe

      public CraftRecipe()
  • Method Details

    • isAvailable

      public boolean isAvailable()
    • hasEnoughItemsToRun

      public boolean hasEnoughItemsToRun()
      Returns:
      true, если в инвентаре есть достаточно вещей для того, чтобы хотя бы 1 раз скрафтить
    • setStockTime

      public void setStockTime(float time)
    • setStockMaxQueueStack

      public void setStockMaxQueueStack(int stack)
    • getTimeWithGVs

      public float getTimeWithGVs()
    • getMaxQueueStackWithGVs

      public int getMaxQueueStackWithGVs()