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 void
    addCatalyst(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs, int count)
     
    static void
    addCatalyst(String name, String group, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs, int count)
     
    static void
    addEnternal(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs)
     
    static void
    addEnternal(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs, boolean custom)
     
    static void
    addShaped(String name, int tier, com.blamejared.crafttweaker.api.item.IItemStack output, com.blamejared.crafttweaker.api.ingredient.IIngredient[][] inputs)
     
    static void
    addShapeless(String name, int tier, com.blamejared.crafttweaker.api.item.IItemStack output, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs)
     
    static void
    addShapeless(String name, com.blamejared.crafttweaker.api.item.IItemStack output, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs)
     
    net.minecraft.world.item.crafting.RecipeType<ITierCraftingRecipe>
     
    static void
    remove(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

      public static void addCatalyst(String name, String group, com.blamejared.crafttweaker.api.ingredient.IIngredient[] inputs, int count)
    • 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

      public net.minecraft.world.item.crafting.RecipeType<ITierCraftingRecipe> getRecipeType()
      指定者:
      getRecipeType 在接口中 com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ITierCraftingRecipe>