Class InsideWorldBoundsBlockPredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.InsideWorldBoundsBlockPredicate
- All Implemented Interfaces:
BiPredicate<StructureWorldAccess,
,BlockPos> BlockPredicate
- Mappings:
Namespace Name official dfm
intermediary net/minecraft/class_6783
named net/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<InsideWorldBoundsBlockPredicate>
private final Vec3i
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 official a
Ldfm;a:Lcom/mojang/serialization/Codec;
intermediary field_35700
Lnet/minecraft/class_6783;field_35700:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;CODEC:Lcom/mojang/serialization/Codec;
-
offset
- Mappings:
Namespace Name Mixin selector official e
Ldfm;e:Lhu;
intermediary field_35701
Lnet/minecraft/class_6783;field_35701:Lnet/minecraft/class_2382;
named offset
Lnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;offset:Lnet/minecraft/util/math/Vec3i;
-
-
Constructor Details
-
InsideWorldBoundsBlockPredicate
- Mappings:
Namespace Name Mixin selector official <init>
Ldfm;<init>(Lhu;)V
intermediary <init>
Lnet/minecraft/class_6783;<init>(Lnet/minecraft/class_2382;)V
named <init>
Lnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;<init>(Lnet/minecraft/util/math/Vec3i;)V
-
-
Method Details
-
test
- Specified by:
test
in interfaceBiPredicate<StructureWorldAccess,
BlockPos> - Mappings:
Namespace Name Mixin selector official a
Ldfm;a(Lckp;Lgp;)Z
intermediary method_39587
Lnet/minecraft/class_6783;method_39587(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Z
named test
Lnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;test(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;)Z
-
getType
- Specified by:
getType
in interfaceBlockPredicate
- Mappings:
Namespace Name Mixin selector official a
Ldfi;a()Ldfj;
intermediary method_38873
Lnet/minecraft/class_6646;method_38873()Lnet/minecraft/class_6647;
named getType
Lnet/minecraft/world/gen/blockpredicate/BlockPredicate;getType()Lnet/minecraft/world/gen/blockpredicate/BlockPredicateType;
-