public class EmptyingRecipe extends ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>
fluidIngredients, fluidResults, id, ingredients, processingDuration, requiredHeat, results| Constructor and Description |
|---|
EmptyingRecipe(ProcessingRecipeBuilder.ProcessingRecipeParams params) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxFluidOutputCount() |
protected int |
getMaxInputCount() |
protected int |
getMaxOutputCount() |
net.minecraftforge.fluids.FluidStack |
getResultingFluid() |
boolean |
matches(net.minecraftforge.items.wrapper.RecipeWrapper inv,
net.minecraft.world.World p_77569_2_) |
assemble, canCraftInDimensions, canRequireHeat, canSpecifyDuration, enforceNextResult, getFluidIngredients, getFluidResults, getGroup, getId, getIngredients, getMaxFluidInputCount, getProcessingDuration, getRequiredHeat, getResultItem, getRollableResults, getRollableResultsAsItemStacks, getSerializer, getType, getTypeInfo, isSpecial, readAdditional, readAdditional, rollResults, writeAdditional, writeAdditionalpublic EmptyingRecipe(ProcessingRecipeBuilder.ProcessingRecipeParams params)
public boolean matches(net.minecraftforge.items.wrapper.RecipeWrapper inv,
net.minecraft.world.World p_77569_2_)
protected int getMaxInputCount()
getMaxInputCount in class ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>protected int getMaxOutputCount()
getMaxOutputCount in class ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>protected int getMaxFluidOutputCount()
getMaxFluidOutputCount in class ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>public net.minecraftforge.fluids.FluidStack getResultingFluid()