Class HasSturdyFacePredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.HasSturdyFacePredicate
- All Implemented Interfaces:
- BiPredicate<StructureWorldAccess,,- BlockPos> - BlockPredicate
- Mappings:
- Namespace - Name - official - diu- intermediary - net/minecraft/class_6847- named - net/minecraft/world/gen/blockpredicate/HasSturdyFacePredicate
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HasSturdyFacePredicate>private final Directionprivate 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 - official - a- Ldiu;a:Lcom/mojang/serialization/Codec;- intermediary - field_36284- Lnet/minecraft/class_6847;field_36284:Lcom/mojang/serialization/Codec;- named - CODEC- Lnet/minecraft/world/gen/blockpredicate/HasSturdyFacePredicate;CODEC:Lcom/mojang/serialization/Codec;
 
- 
offset- Mappings:
- Namespace - Name - Mixin selector - official - e- Ldiu;e:Lhz;- intermediary - field_36285- Lnet/minecraft/class_6847;field_36285:Lnet/minecraft/class_2382;- named - offset- Lnet/minecraft/world/gen/blockpredicate/HasSturdyFacePredicate;offset:Lnet/minecraft/util/math/Vec3i;
 
- 
face- Mappings:
- Namespace - Name - Mixin selector - official - f- Ldiu;f:Lha;- intermediary - field_36286- Lnet/minecraft/class_6847;field_36286:Lnet/minecraft/class_2350;- named - face- Lnet/minecraft/world/gen/blockpredicate/HasSturdyFacePredicate;face:Lnet/minecraft/util/math/Direction;
 
 
- 
- 
Constructor Details- 
HasSturdyFacePredicate- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldiu;<init>(Lhz;Lha;)V- intermediary - <init>- Lnet/minecraft/class_6847;<init>(Lnet/minecraft/class_2382;Lnet/minecraft/class_2350;)V- named - <init>- Lnet/minecraft/world/gen/blockpredicate/HasSturdyFacePredicate;<init>(Lnet/minecraft/util/math/Vec3i;Lnet/minecraft/util/math/Direction;)V
 
 
- 
- 
Method Details- 
test- Specified by:
- testin interface- BiPredicate<StructureWorldAccess,- BlockPos> 
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldiu;a(Lcng;Lgu;)Z- intermediary - method_39911- Lnet/minecraft/class_6847;method_39911(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Z- named - test- Lnet/minecraft/world/gen/blockpredicate/HasSturdyFacePredicate;test(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;)Z
 
- 
getType- Specified by:
- getTypein interface- BlockPredicate
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldir;a()Ldis;- 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;
 
 
-