Class MachineRecipe



  • public class MachineRecipe
    extends Object
    • Constructor Detail

      • MachineRecipe

        public MachineRecipe​(int seconds,
                             ItemStack[] input,
                             ItemStack[] output)
    • Method Detail

      • getInput

        public ItemStack[] getInput​()
      • getOutput

        public ItemStack[] getOutput​()
      • setTicks

        public void setTicks​(int ticks)
      • getTicks

        public int getTicks​()