public class ExplosionCrafting
extends java.lang.Object
implements com.blamejared.crafttweaker.api.managers.IRecipeManager
com.blamejared.crafttweaker.api.managers.IRecipeManager.RecipeFilter, com.blamejared.crafttweaker.api.managers.IRecipeManager.RecipeFunctionArray, com.blamejared.crafttweaker.api.managers.IRecipeManager.RecipeFunctionMatrix, com.blamejared.crafttweaker.api.managers.IRecipeManager.RecipeFunctionSingle| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
name |
| Constructor and Description |
|---|
ExplosionCrafting() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipe(java.lang.String name,
com.blamejared.crafttweaker.api.item.IIngredientWithAmount input,
com.blamejared.crafttweaker.api.item.IItemStack[] outputs,
int lossRate) |
net.minecraft.item.crafting.IRecipeType<ExplosionCraftingRecipe> |
getRecipeType() |
void |
removeRecipe(com.blamejared.crafttweaker.api.item.IIngredient output) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddJSONRecipe, fixRecipeName, getAllRecipes, getBracketResourceLocation, getCommandString, getRecipeByName, getRecipeMap, getRecipes, getRecipesByOutput, removeAll, removeByModid, removeByModid, removeByName, removeByRegex, removeByRegex, removeRecipe, removeRecipeByInput, validateRecipeNamepublic static final java.lang.String name
public void addRecipe(java.lang.String name,
com.blamejared.crafttweaker.api.item.IIngredientWithAmount input,
com.blamejared.crafttweaker.api.item.IItemStack[] outputs,
int lossRate)
public void removeRecipe(com.blamejared.crafttweaker.api.item.IIngredient output)
removeRecipe in interface com.blamejared.crafttweaker.api.managers.IRecipeManagerpublic net.minecraft.item.crafting.IRecipeType<ExplosionCraftingRecipe> getRecipeType()
getRecipeType in interface com.blamejared.crafttweaker.api.managers.IRecipeManager