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