Class InsideWorldBoundsBlockPredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.InsideWorldBoundsBlockPredicate
- All Implemented Interfaces:
 BiPredicate<StructureWorldAccess,,BlockPos> BlockPredicate
- Mappings:
 Namespace Name official divintermediary net/minecraft/class_6783named net/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<InsideWorldBoundsBlockPredicate>private final Vec3iFields 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 aLdiv;a:Lcom/mojang/serialization/Codec;intermediary field_35700Lnet/minecraft/class_6783;field_35700:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;CODEC:Lcom/mojang/serialization/Codec;
 - 
offset
- Mappings:
 Namespace Name Mixin selector official eLdiv;e:Lhz;intermediary field_35701Lnet/minecraft/class_6783;field_35701:Lnet/minecraft/class_2382;named offsetLnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;offset:Lnet/minecraft/util/math/Vec3i;
 
 - 
 - 
Constructor Details
- 
InsideWorldBoundsBlockPredicate
- Mappings:
 Namespace Name Mixin selector official <init>Ldiv;<init>(Lhz;)Vintermediary <init>Lnet/minecraft/class_6783;<init>(Lnet/minecraft/class_2382;)Vnamed <init>Lnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;<init>(Lnet/minecraft/util/math/Vec3i;)V
 
 - 
 - 
Method Details
- 
test
- Specified by:
 testin interfaceBiPredicate<StructureWorldAccess,BlockPos> - Mappings:
 Namespace Name Mixin selector official aLdiv;a(Lcng;Lgu;)Zintermediary method_39587Lnet/minecraft/class_6783;method_39587(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Znamed testLnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;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;
 
 -