@FunctionalInterface
public interface ICondition
| Modifier and Type | Field and Description |
|---|---|
static ICondition |
FALSE |
static ICondition |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Predicate<BlockState> |
getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_) |
static final ICondition TRUE
static final ICondition FALSE
java.util.function.Predicate<BlockState> getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_)