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