public class RecipeCatalystRegistration extends java.lang.Object implements IRecipeCatalystRegistration
Constructor and Description |
---|
RecipeCatalystRegistration() |
Modifier and Type | Method and Description |
---|---|
void |
addRecipeCatalyst(java.lang.Object catalystIngredient,
net.minecraft.util.ResourceLocation... recipeCategoryUids)
Add an association between an ingredient and what it can craft.
|
com.google.common.collect.ImmutableListMultimap<net.minecraft.util.ResourceLocation,java.lang.Object> |
getRecipeCatalysts() |
public void addRecipeCatalyst(java.lang.Object catalystIngredient, net.minecraft.util.ResourceLocation... recipeCategoryUids)
IRecipeCatalystRegistration
addRecipeCatalyst
in interface IRecipeCatalystRegistration
catalystIngredient
- the ingredient that can craft recipes (like a furnace or crafting table)recipeCategoryUids
- the recipe categories handled by the ingredientpublic com.google.common.collect.ImmutableListMultimap<net.minecraft.util.ResourceLocation,java.lang.Object> getRecipeCatalysts()