Interface ICondition
- All Known Implementing Classes:
AndCondition
,FalseCondition
,ItemExistsCondition
,ModLoadedCondition
,NotCondition
,OrCondition
,TagEmptyCondition
,TrueCondition
public interface ICondition
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetID()
static boolean
shouldRegisterEntry
(com.google.gson.JsonElement json) boolean
test
(ICondition.IContext context)
-
Method Details
-
shouldRegisterEntry
static boolean shouldRegisterEntry(com.google.gson.JsonElement json) -
getID
ResourceLocation getID() -
test
-