Class HTChemicalRecipeInput

  • All Implemented Interfaces:
    hiiragi283.core.api.recipe.input.HTFluidRecipeInput , net.minecraft.world.item.crafting.RecipeInput

    @JvmRecord() 
    public final class HTChemicalRecipeInput
    extends Record implements HTFluidRecipeInput
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Map<HTItemResourceType, Integer> getItems()
      final Map<HTFluidResourceType, Integer> getFluids()
      FluidStack getFluid(Integer index)
      Integer getFluidSize()
      ItemStack getItem(Integer index)
      Integer size()
      • Methods inherited from class hiiragi283.core.api.recipe.input.HTFluidRecipeInput

        isEmpty, isEmpty
      • Methods inherited from class java.lang.Object

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