类 CompressorCrafting

java.lang.Object
committee.nova.mods.avaritia.init.compat.crafttweaker.CompressorCrafting
所有已实现的接口:
com.blamejared.crafttweaker.api.bracket.CommandStringDisplayable, com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ICompressorRecipe>, Iterable<ICompressorRecipe>

@ZenRegister public class CompressorCrafting extends Object implements com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ICompressorRecipe>
Description:
  • 字段概要

    从接口继承的字段 com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager

    JSON_RECIPE_GSON
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static void
    addRecipe(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient input, com.blamejared.crafttweaker.api.item.IItemStack output, int inputCount, int timeCost)
     
    net.minecraft.world.item.crafting.RecipeType<ICompressorRecipe>
     
    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
  • 构造器详细资料

    • CompressorCrafting

      public CompressorCrafting()
  • 方法详细资料

    • addRecipe

      public static void addRecipe(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient input, com.blamejared.crafttweaker.api.item.IItemStack output, int inputCount, int timeCost)
    • remove

      public static void remove(com.blamejared.crafttweaker.api.item.IItemStack stack)
    • getRecipeType

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