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/NotBlockPredicate
intermediary net/minecraft/class_6651
official dzl
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<NotBlockPredicate> private final BlockPredicate
Fields inherited from interface net.minecraft.world.gen.blockpredicate.BlockPredicate
BASE_CODEC, IS_AIR, IS_AIR_OR_WATER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
boolean
test
(StructureWorldAccess structureWorldAccess, BlockPos blockPos) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_35068
Lnet/minecraft/class_6651;field_35068:Lcom/mojang/serialization/MapCodec;
official a
Ldzl;a:Lcom/mojang/serialization/MapCodec;
-
predicate
- Mappings:
Namespace Name Mixin selector named predicate
Lnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;predicate:Lnet/minecraft/world/gen/blockpredicate/BlockPredicate;
intermediary field_35069
Lnet/minecraft/class_6651;field_35069:Lnet/minecraft/class_6646;
official e
Ldzl;e:Ldzd;
-
-
Constructor Details
-
NotBlockPredicate
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;<init>(Lnet/minecraft/world/gen/blockpredicate/BlockPredicate;)V
intermediary <init>
Lnet/minecraft/class_6651;<init>(Lnet/minecraft/class_6646;)V
official <init>
Ldzl;<init>(Ldzd;)V
-
-
Method Details
-
test
- Specified by:
test
in interfaceBiPredicate<StructureWorldAccess,
BlockPos> - Mappings:
Namespace Name Mixin selector named test
Lnet/minecraft/world/gen/blockpredicate/NotBlockPredicate;test(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;)Z
intermediary method_38901
Lnet/minecraft/class_6651;method_38901(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Z
official a
Ldzl;a(Ldcv;Liz;)Z
-
getType
- Specified by:
getType
in interfaceBlockPredicate
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/world/gen/blockpredicate/BlockPredicate;getType()Lnet/minecraft/world/gen/blockpredicate/BlockPredicateType;
intermediary method_38873
Lnet/minecraft/class_6646;method_38873()Lnet/minecraft/class_6647;
official a
Ldzd;a()Ldze;
-