Class HTAlloyingRecipe.Input

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ItemStack first
      private final ItemStack second
      private final ItemStack third
      private final Boolean isEmpty
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ItemStack getFirst()
      final ItemStack getSecond()
      final ItemStack getThird()
      ItemStack getItem(Integer index)
      Integer size()
      • Methods inherited from class net.minecraft.world.item.crafting.RecipeInput

        isEmpty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HTAlloyingRecipe.Input

        HTAlloyingRecipe.Input(ItemStack first, ItemStack second, ItemStack third)
      • HTAlloyingRecipe.Input

        HTAlloyingRecipe.Input(List<ItemStack> items)