Class HCExplodingRecipe.Input

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ItemStack item
      private final Fraction power
      private final Boolean isEmpty
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ItemStack getItem()
      final Fraction getPower()
      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

      • HCExplodingRecipe.Input

        HCExplodingRecipe.Input(ItemStack item, Fraction power)