Interface BlockPredicate

All Superinterfaces:
BiPredicate<WorldGenLevel,BlockPos>
All Known Implementing Classes:
AllOfPredicate, AnyOfPredicate, CombiningPredicate, HasSturdyFacePredicate, InsideWorldBoundsPredicate, MatchingBlocksPredicate, MatchingBlockTagPredicate, MatchingFluidsPredicate, NotPredicate, ReplaceablePredicate, SolidPredicate, StateTestingPredicate, TrueBlockPredicate, WouldSurvivePredicate

public interface BlockPredicate extends BiPredicate<WorldGenLevel,BlockPos>