类 CraftingTable
java.lang.Object
committee.nova.mods.avaritia.init.compat.crafttweaker.CraftingTable
- 所有已实现的接口:
com.blamejared.crafttweaker.api.bracket.CommandStringDisplayable,com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ITierCraftingRecipe>,Iterable<ITierCraftingRecipe>
@ZenRegister
public class CraftingTable
extends Object
implements com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ITierCraftingRecipe>
Description:
-
字段概要
从接口继承的字段 com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager
JSON_RECIPE_GSON -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidaddCatalyst(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs, int count) static voidaddCatalyst(String name, String group, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs, int count) static voidaddEnternal(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs) static voidaddEnternal(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs, boolean custom) static voidaddShaped(String name, int tier, com.blamejared.crafttweaker.api.item.IItemStack output, com.blamejared.crafttweaker.api.ingredient.IIngredient[][] inputs) static voidaddShapeless(String name, int tier, com.blamejared.crafttweaker.api.item.IItemStack output, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs) static voidaddShapeless(String name, com.blamejared.crafttweaker.api.item.IItemStack output, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs) net.minecraft.world.item.crafting.RecipeType<ITierCraftingRecipe>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
-
构造器详细资料
-
CraftingTable
public CraftingTable()
-
-
方法详细资料
-
addShaped
public static void addShaped(String name, int tier, com.blamejared.crafttweaker.api.item.IItemStack output, com.blamejared.crafttweaker.api.ingredient.IIngredient[][] inputs) -
addShapeless
public static void addShapeless(String name, com.blamejared.crafttweaker.api.item.IItemStack output, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs) -
addShapeless
public static void addShapeless(String name, int tier, com.blamejared.crafttweaker.api.item.IItemStack output, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs) -
addCatalyst
public static void addCatalyst(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs, int count) -
addCatalyst
-
addEnternal
public static void addEnternal(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs) -
addEnternal
public static void addEnternal(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs, boolean custom) -
remove
public static void remove(com.blamejared.crafttweaker.api.item.IItemStack stack) -
getRecipeType
- 指定者:
getRecipeType在接口中com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ITierCraftingRecipe>
-