类 ExtremeSmithingCrafting
java.lang.Object
committee.nova.mods.avaritia.init.compat.crafttweaker.ExtremeSmithingCrafting
- 所有已实现的接口:
com.blamejared.crafttweaker.api.bracket.CommandStringDisplayable,com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ExtremeSmithingRecipe>,Iterable<ExtremeSmithingRecipe>
@ZenRegister
public class ExtremeSmithingCrafting
extends Object
implements com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ExtremeSmithingRecipe>
Description:
-
字段概要
从接口继承的字段 com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager
JSON_RECIPE_GSON -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidaddRecipe(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient template, com.blamejared.crafttweaker.api.ingredient.IIngredient base, com.blamejared.crafttweaker.api.ingredient.IIngredient additions, com.blamejared.crafttweaker.api.item.IItemStack output) net.minecraft.world.item.crafting.RecipeType<ExtremeSmithingRecipe>static voidremove(com.blamejared.crafttweaker.api.item.IItemStack stack) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager
addJsonRecipe, fixRecipeName, getAllRecipes, getBracketResourceLocation, getCommandString, getRecipeByName, getRecipeList, getRecipeMap, getRecipes, getRecipesByOutput, iterator, remove, removeAll, removeByInput, removeByModid, removeByName, removeByName, removeByRegex从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
构造器详细资料
-
ExtremeSmithingCrafting
public ExtremeSmithingCrafting()
-
-
方法详细资料
-
addRecipe
public static void addRecipe(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient template, com.blamejared.crafttweaker.api.ingredient.IIngredient base, com.blamejared.crafttweaker.api.ingredient.IIngredient additions, com.blamejared.crafttweaker.api.item.IItemStack output) -
remove
public static void remove(com.blamejared.crafttweaker.api.item.IItemStack stack) -
getRecipeType
- 指定者:
getRecipeType在接口中com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ExtremeSmithingRecipe>
-