Interface IFabricatorSmeltingRecipe

All Superinterfaces:
IForestryRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>

public interface IFabricatorSmeltingRecipe extends IForestryRecipe
  • Method Details

    • getInput

      net.minecraft.world.item.crafting.Ingredient getInput()
      Returns:
      item to be melted down
    • getMeltingPoint

      int getMeltingPoint()
      Returns:
      temperature at which the item melts. Glass is 1000, Sand is 3000.
    • getResultFluid

      net.minecraftforge.fluids.FluidStack getResultFluid()
      Returns:
      resulting fluid