类 TC4TweaksAPI
java.lang.Object
net.glease.tc4tweak.api.TC4TweaksAPI
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static BrowserPagingAPIGet anBrowserPagingAPI.static InfusionExtAPIGet anInfusionExtAPI.
-
字段详细资料
-
VERSION
The API version. API version will not necessarily advance along with main mod, but rather the every time API has changed.- 另请参阅:
-
-
构造器详细资料
-
TC4TweaksAPI
public TC4TweaksAPI()
-
-
方法详细资料
-
getBrowserPagingAPI
Get anBrowserPagingAPI. Will provide a fallback version in case of main mod absence. The dummy will respond to API calls as if TC4Tweaks does not exist, e.g. every tab will be on the same page- 返回:
- api instance
-
getInfusionExtAPI
Get anInfusionExtAPI. Will provide a fallback version in case of main mod absence. The dummy will respond to API calls as if TC4Tweaks does not exist, e.g.InfusionExtAPI.setRecipeNBTBehavior(InfusionRecipe, InfusionExtAPI.RecipeNBTBehavior)will become a no-op.- 返回:
- api instance
-