Interface TrueBlockPredicate
- All Superinterfaces:
BlockPredicate, Wrapper
Always matches, independent of the block.
- Since:
- 3.0.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TrueBlockPredicateThe singleton instance ofTrueBlockPredicate. -
Method Summary
Methods inherited from interface BlockPredicate
notMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Field Details
-
INSTANCE
The singleton instance ofTrueBlockPredicate.
-