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 official ditintermediary net/minecraft/class_6648named net/minecraft/world/gen/blockpredicate/CombinedBlockPredicate
- 
Field Summary
FieldsFields inherited from interface net.minecraft.world.gen.blockpredicate.BlockPredicate
BASE_CODEC, IS_AIR, IS_AIR_OR_WATER - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends CombinedBlockPredicate>
com.mojang.serialization.Codec<T>buildCodec(Function<List<BlockPredicate>, T> combiner) Methods 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, testMethods inherited from interface net.minecraft.world.gen.blockpredicate.BlockPredicate
getType 
- 
Field Details
- 
predicates
- Mappings:
 Namespace Name Mixin selector official eLdit;e:Ljava/util/List;intermediary field_35061Lnet/minecraft/class_6648;field_35061:Ljava/util/List;named predicatesLnet/minecraft/world/gen/blockpredicate/CombinedBlockPredicate;predicates:Ljava/util/List;
 
 - 
 - 
Constructor Details
- 
CombinedBlockPredicate
- Mappings:
 Namespace Name Mixin selector official <init>Ldit;<init>(Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_6648;<init>(Ljava/util/List;)Vnamed <init>Lnet/minecraft/world/gen/blockpredicate/CombinedBlockPredicate;<init>(Ljava/util/List;)V
 
 - 
 - 
Method Details
- 
buildCodec
public static <T extends CombinedBlockPredicate> com.mojang.serialization.Codec<T> buildCodec(Function<List<BlockPredicate>, T> combiner) - Mappings:
 Namespace Name Mixin selector official aLdit;a(Ljava/util/function/Function;)Lcom/mojang/serialization/Codec;intermediary method_38891Lnet/minecraft/class_6648;method_38891(Ljava/util/function/Function;)Lcom/mojang/serialization/Codec;named buildCodecLnet/minecraft/world/gen/blockpredicate/CombinedBlockPredicate;buildCodec(Ljava/util/function/Function;)Lcom/mojang/serialization/Codec;
 
 -