Class HTItemListRecipeInput

  • All Implemented Interfaces:
    net.minecraft.world.item.crafting.RecipeInput

    @JvmInline() 
    public final class HTItemListRecipeInput
     implements RecipeInput
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<ItemStack> stacks
      private final Boolean isEmpty
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<ItemStack> getStacks()
      ItemStack getItem(Integer index)
      Integer size()
      Boolean isEmpty()
      • Methods inherited from class hiiragi283.core.api.recipe.input.HTItemListRecipeInput

        isEmpty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait