Package forestry.api.recipes
Interface IFabricatorSmeltingRecipe
- All Superinterfaces:
IForestryRecipe,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.IngredientgetInput()intnet.minecraftforge.fluids.FluidStackMethods inherited from interface forestry.api.recipes.IForestryRecipe
assemble, canCraftInDimensions, getGroup, getId, getIngredients, getRemainingItems, getSerializer, getToastSymbol, getType, isSpecial, matchesMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getResultItem, isIncomplete, showNotification
-
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
-