Class NotBlockPredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.NotBlockPredicate
- All Implemented Interfaces:
 BiPredicate<StructureWorldAccess,,BlockPos> BlockPredicate
- Mappings:
 Namespace Name named net/minecraft/world/gen/blockpredicate/NotBlockPredicateintermediary net/minecraft/class_6651official eje
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<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 named CODECLnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_35068Lnet/minecraft/class_6651;field_35068:Lcom/mojang/serialization/MapCodec;official aLeje;a:Lcom/mojang/serialization/MapCodec;
 - 
predicate
- Mappings:
 Namespace Name Mixin selector named predicateLnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;predicate:Lnet/minecraft/world/gen/blockpredicate/BlockPredicate;intermediary field_35069Lnet/minecraft/class_6651;field_35069:Lnet/minecraft/class_6646;official eLeje;e:Leiw;
 
 - 
 - 
Constructor Details
- 
NotBlockPredicate
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;<init>(Lnet/minecraft/world/gen/blockpredicate/BlockPredicate;)Vintermediary <init>Lnet/minecraft/class_6651;<init>(Lnet/minecraft/class_6646;)Vofficial <init>Leje;<init>(Leiw;)V
 
 - 
 - 
Method Details
- 
test
- Specified by:
 testin interfaceBiPredicate<StructureWorldAccess,BlockPos> - Mappings:
 Namespace Name Mixin selector named testLnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;test(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;)Zintermediary method_38901Lnet/minecraft/class_6651;method_38901(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Zofficial aLeje;a(Ldli;Liw;)Z
 - 
getType
- Specified by:
 getTypein interfaceBlockPredicate- Mappings:
 Namespace Name Mixin selector named getTypeLnet/minecraft/world/gen/blockpredicate/BlockPredicate;getType()Lnet/minecraft/world/gen/blockpredicate/BlockPredicateType;intermediary method_38873Lnet/minecraft/class_6646;method_38873()Lnet/minecraft/class_6647;official aLeiw;a()Leix;
 
 -