接口 InfusionExtAPI


public interface InfusionExtAPI
Contains TC4Tweaks's infusion recipe enhancement.
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static interface 
    Decides how the NBT tag should transfer from input item (thing on center pedestal) to output item.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    setRecipeNBTBehavior(thaumcraft.api.crafting.InfusionRecipe recipe, InfusionExtAPI.RecipeNBTBehavior behavior)
    Overrides NBT merging behavior of TC4Tweaks.
  • 方法详细资料

    • setRecipeNBTBehavior

      void setRecipeNBTBehavior(thaumcraft.api.crafting.InfusionRecipe recipe, InfusionExtAPI.RecipeNBTBehavior behavior)
      Overrides NBT merging behavior of TC4Tweaks. NOTE: does absolutely nothing if TC4Tweaks is not loaded. NOTE: if your recipe class overrides getRecipeOutput() method (or if any of its parents not including InfusionRecipe do so), then TC4Tweaks will not do anything to it even if you set some behavior here.
      参数:
      recipe - recipe to modify
      behavior - type of behavior