Interface BlockPredicate

All Superinterfaces:
Wrapper
All Known Subinterfaces:
AllOfPredicate, AnyOfPredicate, CombiningPredicate, HasSturdyFacePredicate, InsideWorldBoundsPredicate, MatchingBiomesPredicate, MatchingBlocksPredicate, MatchingBlockTagPredicate, MatchingFluidsPredicate, NotPredicate, ReplaceablePredicate, SolidPredicate, TrueBlockPredicate, WouldSurvivePredicate

@NullMarked @AsOf("2.3.0") public interface BlockPredicate extends Wrapper
A block predicate is a test for the state of a block at a given position in the world. They are used by placement modifiers in placed features and various configured features.
Since:
2.3.0
See Also: