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()booleantest()Deprecated, for removal: This API element is subject to removal in a future version.Use the other more general overload.default booleantest(ICondition.IContext context)
-
Method Details
-
getID
ResourceLocation getID() -
test
-
test
Deprecated, for removal: This API element is subject to removal in a future version.
-