Class StateTestingPredicate

java.lang.Object
net.minecraft.world.level.levelgen.blockpredicates.StateTestingPredicate
All Implemented Interfaces:
BiPredicate<WorldGenLevel, BlockPos>, BlockPredicate
Direct Known Subclasses:
MatchingBlocksPredicate, MatchingBlockTagPredicate, MatchingFluidsPredicate, ReplaceablePredicate, SolidPredicate

public abstract class StateTestingPredicate extends Object implements BlockPredicate