Class CombinedBlockPredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.CombinedBlockPredicate
- All Implemented Interfaces:
- BiPredicate<StructureWorldAccess,,- BlockPos> - BlockPredicate
- Direct Known Subclasses:
- AllOfBlockPredicate,- AnyOfBlockPredicate
- Mappings:
- Namespace - Name - named - net/minecraft/world/gen/blockpredicate/CombinedBlockPredicate- intermediary - net/minecraft/class_6648- official - eec
- 
Field SummaryFieldsFields inherited from interface net.minecraft.world.gen.blockpredicate.BlockPredicateBASE_CODEC, IS_AIR, IS_AIR_OR_WATER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T extends CombinedBlockPredicate>
 com.mojang.serialization.MapCodec<T> buildCodec(Function<List<BlockPredicate>, T> combiner) 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.gen.blockpredicate.BlockPredicategetType
- 
Field Details- 
predicates- Mappings:
- Namespace - Name - Mixin selector - named - predicates- Lnet/minecraft/world/gen/blockpredicate/CombinedBlockPredicate;predicates:Ljava/util/List;- intermediary - field_35061- Lnet/minecraft/class_6648;field_35061:Ljava/util/List;- official - e- Leec;e:Ljava/util/List;
 
 
- 
- 
Constructor Details- 
CombinedBlockPredicate- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/gen/blockpredicate/CombinedBlockPredicate;<init>(Ljava/util/List;)V- intermediary - <init>- Lnet/minecraft/class_6648;<init>(Ljava/util/List;)V- official - <init>- Leec;<init>(Ljava/util/List;)V
 
 
- 
- 
Method Details- 
buildCodecpublic static <T extends CombinedBlockPredicate> com.mojang.serialization.MapCodec<T> buildCodec(Function<List<BlockPredicate>, T> combiner) - Mappings:
- Namespace - Name - Mixin selector - named - buildCodec- Lnet/minecraft/world/gen/blockpredicate/CombinedBlockPredicate;buildCodec(Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec;- intermediary - method_38891- Lnet/minecraft/class_6648;method_38891(Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec;- official - a- Leec;a(Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec;
 
 
-