public class PotionMixingRecipeManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<net.minecraft.item.Item,java.util.List<MixingRecipe>> |
ALL |
static ISimpleReloadListener |
LISTENER |
| Constructor and Description |
|---|
PotionMixingRecipeManager() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<MixingRecipe> |
getAllBrewingRecipes() |
static java.util.Collection<net.minecraft.item.ItemStack> |
getAllReagents(net.minecraftforge.common.brewing.IBrewingRecipe recipe) |
public static java.util.Map<net.minecraft.item.Item,java.util.List<MixingRecipe>> ALL
public static final ISimpleReloadListener LISTENER
public static java.util.List<MixingRecipe> getAllBrewingRecipes()
public static java.util.Collection<net.minecraft.item.ItemStack> getAllReagents(net.minecraftforge.common.brewing.IBrewingRecipe recipe)