public class RecipeMap
extends java.lang.Object
| Constructor and Description |
|---|
RecipeMap(RecipeCategoryComparator recipeCategoryComparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipe(java.lang.Object recipe,
IRecipeCategory recipeCategory,
java.lang.Iterable<net.minecraft.item.ItemStack> itemStacks,
java.lang.Iterable<net.minecraftforge.fluids.FluidStack> fluidStacks) |
com.google.common.collect.ImmutableList<IRecipeCategory> |
getRecipeCategories(net.minecraftforge.fluids.Fluid fluid) |
com.google.common.collect.ImmutableList<IRecipeCategory> |
getRecipeCategories(net.minecraft.item.ItemStack itemStack) |
java.util.List<java.lang.Object> |
getRecipes(IRecipeCategory recipeCategory,
net.minecraftforge.fluids.Fluid fluid) |
com.google.common.collect.ImmutableList<java.lang.Object> |
getRecipes(IRecipeCategory recipeCategory,
net.minecraft.item.ItemStack stack) |
public RecipeMap(RecipeCategoryComparator recipeCategoryComparator)
@Nonnull public com.google.common.collect.ImmutableList<IRecipeCategory> getRecipeCategories(@Nonnull net.minecraft.item.ItemStack itemStack)
@Nonnull public com.google.common.collect.ImmutableList<IRecipeCategory> getRecipeCategories(@Nonnull net.minecraftforge.fluids.Fluid fluid)
@Nonnull
public com.google.common.collect.ImmutableList<java.lang.Object> getRecipes(@Nonnull
IRecipeCategory recipeCategory,
@Nonnull
net.minecraft.item.ItemStack stack)
@Nonnull
public java.util.List<java.lang.Object> getRecipes(@Nonnull
IRecipeCategory recipeCategory,
@Nonnull
net.minecraftforge.fluids.Fluid fluid)
public void addRecipe(@Nonnull
java.lang.Object recipe,
@Nonnull
IRecipeCategory recipeCategory,
@Nonnull
java.lang.Iterable<net.minecraft.item.ItemStack> itemStacks,
@Nonnull
java.lang.Iterable<net.minecraftforge.fluids.FluidStack> fluidStacks)