Class AnyOfPredicate
java.lang.Object
net.minecraft.world.level.levelgen.blockpredicates.CombiningPredicate
net.minecraft.world.level.levelgen.blockpredicates.AnyOfPredicate
- All Implemented Interfaces:
 BiPredicate<WorldGenLevel,,BlockPos> BlockPredicate
- 
Field Summary
FieldsFields inherited from class net.minecraft.world.level.levelgen.blockpredicates.CombiningPredicate
predicatesFields inherited from interface net.minecraft.world.level.levelgen.blockpredicates.BlockPredicate
ONLY_IN_AIR_OR_WATER_PREDICATE, ONLY_IN_AIR_PREDICATE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleantest(WorldGenLevel p_190387_, BlockPos p_190388_) type()Methods inherited from class net.minecraft.world.level.levelgen.blockpredicates.CombiningPredicate
codecMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or 
- 
Field Details
- 
CODEC
 
 - 
 - 
Constructor Details
- 
AnyOfPredicate
 
 - 
 - 
Method Details
- 
test
 - 
type
 
 -