Class SolidBlockPredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.OffsetPredicate
net.minecraft.world.gen.blockpredicate.SolidBlockPredicate
- All Implemented Interfaces:
- BiPredicate<StructureWorldAccess,,- BlockPos> - BlockPredicate
Deprecated.
- Mappings:
- Namespace - Name - named - net/minecraft/world/gen/blockpredicate/SolidBlockPredicate- intermediary - net/minecraft/class_6784- official - eek
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<SolidBlockPredicate> Deprecated.Fields inherited from class net.minecraft.world.gen.blockpredicate.OffsetPredicateoffsetFields inherited from interface net.minecraft.world.gen.blockpredicate.BlockPredicateBASE_CODEC, IS_AIR, IS_AIR_OR_WATER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetType()Deprecated.protected booleantest(BlockState state) Deprecated.Methods inherited from class net.minecraft.world.gen.blockpredicate.OffsetPredicateregisterOffsetField, testMethods 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- 
CODECDeprecated.- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/world/gen/blockpredicate/SolidBlockPredicate;CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_35702- Lnet/minecraft/class_6784;field_35702:Lcom/mojang/serialization/MapCodec;- official - a- Leek;a:Lcom/mojang/serialization/MapCodec;
 
 
- 
- 
Constructor Details- 
SolidBlockPredicateDeprecated.- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/gen/blockpredicate/OffsetPredicate;<init>(Lnet/minecraft/util/math/Vec3i;)V- intermediary - <init>- Lnet/minecraft/class_6679;<init>(Lnet/minecraft/class_2382;)V- official - <init>- Leel;<init>(Lkm;)V
 
 
- 
- 
Method Details- 
testDeprecated.- Specified by:
- testin class- OffsetPredicate
- Mappings:
- Namespace - Name - Mixin selector - named - test- Lnet/minecraft/world/gen/blockpredicate/OffsetPredicate;test(Lnet/minecraft/block/BlockState;)Z- intermediary - method_38893- Lnet/minecraft/class_6679;method_38893(Lnet/minecraft/class_2680;)Z- official - a- Leel;a(Ldwy;)Z
 
- 
getTypeDeprecated.- 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;
 
 
-