接口 ICondition
- 所有已知实现类:
AndCondition
,FalseCondition
,ItemExistsCondition
,ModLoadedCondition
,NotCondition
,OrCondition
,TagEmptyCondition
,TrueCondition
public interface ICondition
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明getID()
static boolean
shouldRegisterEntry
(com.google.gson.JsonElement json) boolean
test
(ICondition.IContext context)
-
方法详细资料
-
shouldRegisterEntry
static boolean shouldRegisterEntry(com.google.gson.JsonElement json) -
getID
ResourceLocation getID() -
test
-