Interface ICondition
-
- All Known Implementing Classes:
AndCondition
,OrCondition
,PropertyValueCondition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ICondition
-
-
Field Summary
Fields Modifier and Type Field Description static ICondition
FALSE
static ICondition
TRUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.function.Predicate<BlockState>
getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_)
-
-
-
Field Detail
-
TRUE
static final ICondition TRUE
-
FALSE
static final ICondition FALSE
-
-
Method Detail
-
getPredicate
java.util.function.Predicate<BlockState> getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_)
-
-