Class CombiningPredicate
java.lang.Object
net.minecraft.world.level.levelgen.blockpredicates.CombiningPredicate
- All Implemented Interfaces:
- BiPredicate<WorldGenLevel,,- BlockPos> - BlockPredicate
- Direct Known Subclasses:
- AllOfPredicate,- AnyOfPredicate
- 
Field SummaryFieldsFields inherited from interface net.minecraft.world.level.levelgen.blockpredicates.BlockPredicateCODEC, ONLY_IN_AIR_OR_WATER_PREDICATE, ONLY_IN_AIR_PREDICATE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T extends CombiningPredicate>
 com.mojang.serialization.Codec<T>codec(Function<List<BlockPredicate>, T> p_190459_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicateand, negate, or, testMethods inherited from interface net.minecraft.world.level.levelgen.blockpredicates.BlockPredicatetype
- 
Field Details- 
predicates
 
- 
- 
Constructor Details- 
CombiningPredicate
 
- 
- 
Method Details- 
codecpublic static <T extends CombiningPredicate> com.mojang.serialization.Codec<T> codec(Function<List<BlockPredicate>, T> p_190459_) 
 
-