Class WouldSurviveBlockPredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.WouldSurviveBlockPredicate
- All Implemented Interfaces:
- BiPredicate<StructureWorldAccess,,- BlockPos> - BlockPredicate
- Mappings:
- Namespace - Name - official - dcj- intermediary - net/minecraft/class_6681- named - net/minecraft/world/gen/blockpredicate/WouldSurviveBlockPredicate
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WouldSurviveBlockPredicate>private final Vec3iprivate final BlockStateFields inherited from interface net.minecraft.world.gen.blockpredicate.BlockPredicateBASE_CODEC, IS_AIR, IS_AIR_OR_WATER
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedWouldSurviveBlockPredicate(Vec3i offset, BlockState state) 
- 
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 - official - a- Ldcj;a:Lcom/mojang/serialization/Codec;- intermediary - field_35160- Lnet/minecraft/class_6681;field_35160:Lcom/mojang/serialization/Codec;- named - CODEC- Lnet/minecraft/world/gen/blockpredicate/WouldSurviveBlockPredicate;CODEC:Lcom/mojang/serialization/Codec;
 
- 
offset- Mappings:
- Namespace - Name - Mixin selector - official - e- Ldcj;e:Lhs;- intermediary - field_35161- Lnet/minecraft/class_6681;field_35161:Lnet/minecraft/class_2382;- named - offset- Lnet/minecraft/world/gen/blockpredicate/WouldSurviveBlockPredicate;offset:Lnet/minecraft/util/math/Vec3i;
 
- 
state- Mappings:
- Namespace - Name - Mixin selector - official - f- Ldcj;f:Lcvo;- intermediary - field_35162- Lnet/minecraft/class_6681;field_35162:Lnet/minecraft/class_2680;- named - state- Lnet/minecraft/world/gen/blockpredicate/WouldSurviveBlockPredicate;state:Lnet/minecraft/block/BlockState;
 
 
- 
- 
Constructor Details- 
WouldSurviveBlockPredicate- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldcj;<init>(Lhs;Lcvo;)V- intermediary - <init>- Lnet/minecraft/class_6681;<init>(Lnet/minecraft/class_2382;Lnet/minecraft/class_2680;)V- named - <init>- Lnet/minecraft/world/gen/blockpredicate/WouldSurviveBlockPredicate;<init>(Lnet/minecraft/util/math/Vec3i;Lnet/minecraft/block/BlockState;)V
 
 
- 
- 
Method Details- 
test- Specified by:
- testin interface- BiPredicate<StructureWorldAccess,- BlockPos> 
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldcj;a(Lchp;Lgt;)Z- intermediary - method_39017- Lnet/minecraft/class_6681;method_39017(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Z- named - test- Lnet/minecraft/world/gen/blockpredicate/WouldSurviveBlockPredicate;test(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;)Z
 
- 
getType- Specified by:
- getTypein interface- BlockPredicate
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldbw;a()Ldbx;- 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;
 
 
-