Class InsideWorldBoundsBlockPredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.InsideWorldBoundsBlockPredicate
- All Implemented Interfaces:
- BiPredicate<StructureWorldAccess,,- BlockPos> - BlockPredicate
- Mappings:
- Namespace - Name - named - net/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate- intermediary - net/minecraft/class_6783- official - eee
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<InsideWorldBoundsBlockPredicate> private final Vec3iFields inherited from interface net.minecraft.world.gen.blockpredicate.BlockPredicateBASE_CODEC, IS_AIR, IS_AIR_OR_WATER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetType()booleantest(StructureWorldAccess structureWorldAccess, BlockPos blockPos) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicateand, negate, or
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_35700- Lnet/minecraft/class_6783;field_35700:Lcom/mojang/serialization/MapCodec;- official - a- Leee;a:Lcom/mojang/serialization/MapCodec;
 
- 
offset- Mappings:
- Namespace - Name - Mixin selector - named - offset- Lnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;offset:Lnet/minecraft/util/math/Vec3i;- intermediary - field_35701- Lnet/minecraft/class_6783;field_35701:Lnet/minecraft/class_2382;- official - e- Leee;e:Lkm;
 
 
- 
- 
Constructor Details- 
InsideWorldBoundsBlockPredicate- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;<init>(Lnet/minecraft/util/math/Vec3i;)V- intermediary - <init>- Lnet/minecraft/class_6783;<init>(Lnet/minecraft/class_2382;)V- official - <init>- Leee;<init>(Lkm;)V
 
 
- 
- 
Method Details- 
test- Specified by:
- testin interface- BiPredicate<StructureWorldAccess,- BlockPos> 
- Mappings:
- Namespace - Name - Mixin selector - named - test- Lnet/minecraft/world/gen/blockpredicate/InsideWorldBoundsBlockPredicate;test(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;)Z- intermediary - method_39587- Lnet/minecraft/class_6783;method_39587(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Z- official - a- Leee;a(Ldhh;Lji;)Z
 
- 
getType- Specified by:
- getTypein interface- BlockPredicate
- 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- Leea;a()Leeb;
 
 
-