public final class VanillaBrewingPlus
extends net.minecraftforge.common.brewing.VanillaBrewingRecipe
| Constructor and Description |
|---|
VanillaBrewingPlus(java.util.List<net.minecraft.util.Tuple<crafttweaker.api.item.IIngredient,crafttweaker.api.item.IIngredient>> removedRecipes) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getOutput(net.minecraft.item.ItemStack input,
net.minecraft.item.ItemStack ingredient) |
net.minecraft.item.ItemStack |
getRealOutput(net.minecraft.item.ItemStack input,
net.minecraft.item.ItemStack ingredient) |
java.util.List<net.minecraft.util.Tuple<crafttweaker.api.item.IIngredient,crafttweaker.api.item.IIngredient>> |
getRemovedRecipes() |
boolean |
isIngredient(net.minecraft.item.ItemStack stack) |
public VanillaBrewingPlus(java.util.List<net.minecraft.util.Tuple<crafttweaker.api.item.IIngredient,crafttweaker.api.item.IIngredient>> removedRecipes)
public net.minecraft.item.ItemStack getOutput(net.minecraft.item.ItemStack input,
net.minecraft.item.ItemStack ingredient)
getOutput in interface net.minecraftforge.common.brewing.IBrewingRecipegetOutput in class net.minecraftforge.common.brewing.VanillaBrewingRecipepublic boolean isIngredient(@Nonnull
net.minecraft.item.ItemStack stack)
isIngredient in interface net.minecraftforge.common.brewing.IBrewingRecipeisIngredient in class net.minecraftforge.common.brewing.VanillaBrewingRecipepublic net.minecraft.item.ItemStack getRealOutput(net.minecraft.item.ItemStack input,
net.minecraft.item.ItemStack ingredient)
public java.util.List<net.minecraft.util.Tuple<crafttweaker.api.item.IIngredient,crafttweaker.api.item.IIngredient>> getRemovedRecipes()