接口 InfusionExtAPI
public interface InfusionExtAPI
Contains TC4Tweaks's infusion recipe enhancement.
-
嵌套类概要
嵌套类修饰符和类型接口说明static interfaceDecides how the NBT tag should transfer from input item (thing on center pedestal) to output item. -
方法概要
修饰符和类型方法说明voidsetRecipeNBTBehavior(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 modifybehavior- type of behavior
-