Class NotBlockPredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.NotBlockPredicate
- All Implemented Interfaces:
 BiPredicate<StructureWorldAccess,,BlockPos> BlockPredicate
- Mappings:
 Namespace Name official dizintermediary net/minecraft/class_6651named net/minecraft/world/gen/blockpredicate/NotBlockPredicate
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NotBlockPredicate>private final BlockPredicateFields inherited from interface net.minecraft.world.gen.blockpredicate.BlockPredicate
BASE_CODEC, IS_AIR, IS_AIR_OR_WATER - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetType()booleantest(StructureWorldAccess structureWorldAccess, BlockPos blockPos) 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 
- 
Field Details
- 
CODEC
- Mappings:
 Namespace Name Mixin selector official aLdiz;a:Lcom/mojang/serialization/Codec;intermediary field_35068Lnet/minecraft/class_6651;field_35068:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;CODEC:Lcom/mojang/serialization/Codec;
 - 
predicate
- Mappings:
 Namespace Name Mixin selector official eLdiz;e:Ldir;intermediary field_35069Lnet/minecraft/class_6651;field_35069:Lnet/minecraft/class_6646;named predicateLnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;predicate:Lnet/minecraft/world/gen/blockpredicate/BlockPredicate;
 
 - 
 - 
Constructor Details
- 
NotBlockPredicate
- Mappings:
 Namespace Name Mixin selector official <init>Ldiz;<init>(Ldir;)Vintermediary <init>Lnet/minecraft/class_6651;<init>(Lnet/minecraft/class_6646;)Vnamed <init>Lnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;<init>(Lnet/minecraft/world/gen/blockpredicate/BlockPredicate;)V
 
 - 
 - 
Method Details
- 
test
- Specified by:
 testin interfaceBiPredicate<StructureWorldAccess,BlockPos> - Mappings:
 Namespace Name Mixin selector official aLdiz;a(Lcng;Lgu;)Zintermediary method_38901Lnet/minecraft/class_6651;method_38901(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Znamed testLnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;test(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;)Z
 - 
getType
- Specified by:
 getTypein interfaceBlockPredicate- Mappings:
 Namespace Name Mixin selector official aLdir;a()Ldis;intermediary method_38873Lnet/minecraft/class_6646;method_38873()Lnet/minecraft/class_6647;named getTypeLnet/minecraft/world/gen/blockpredicate/BlockPredicate;getType()Lnet/minecraft/world/gen/blockpredicate/BlockPredicateType;
 
 -