接口 BlockPredicate

所有超级接口:
BiPredicate<WorldGenLevel,BlockPos>
所有已知实现类:
AllOfPredicate, AnyOfPredicate, CombiningPredicate, HasSturdyFacePredicate, InsideWorldBoundsPredicate, MatchingBlocksPredicate, MatchingBlockTagPredicate, MatchingFluidsPredicate, NotPredicate, ReplaceablePredicate, SolidPredicate, StateTestingPredicate, TrueBlockPredicate, UnobstructedPredicate, WouldSurvivePredicate

public interface BlockPredicate extends BiPredicate<WorldGenLevel,BlockPos>