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/SolidBlockPredicateintermediary net/minecraft/class_6784official elr
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<SolidBlockPredicate> Deprecated.Fields inherited from class net.minecraft.world.gen.blockpredicate.OffsetPredicate
offsetFields 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()Deprecated.protected booleantest(BlockState state) Deprecated.Methods inherited from class net.minecraft.world.gen.blockpredicate.OffsetPredicate
registerOffsetField, testMethods 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
Deprecated.- Mappings:
 Namespace Name Mixin selector named CODECLnet/minecraft/world/gen/blockpredicate/SolidBlockPredicate;CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_35702Lnet/minecraft/class_6784;field_35702:Lcom/mojang/serialization/MapCodec;official aLelr;a:Lcom/mojang/serialization/MapCodec;
 
 - 
 - 
Constructor Details
- 
SolidBlockPredicate
Deprecated.- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/world/gen/blockpredicate/OffsetPredicate;<init>(Lnet/minecraft/util/math/Vec3i;)Vintermediary <init>Lnet/minecraft/class_6679;<init>(Lnet/minecraft/class_2382;)Vofficial <init>Lels;<init>(Lkg;)V
 
 - 
 - 
Method Details
- 
test
Deprecated.- Specified by:
 testin classOffsetPredicate- Mappings:
 Namespace Name Mixin selector named testLnet/minecraft/world/gen/blockpredicate/OffsetPredicate;test(Lnet/minecraft/block/BlockState;)Zintermediary method_38893Lnet/minecraft/class_6679;method_38893(Lnet/minecraft/class_2680;)Zofficial aLels;a(Leeb;)Z
 - 
getType
Deprecated.- Mappings:
 Namespace Name Mixin selector named getTypeLnet/minecraft/world/gen/blockpredicate/BlockPredicate;getType()Lnet/minecraft/world/gen/blockpredicate/BlockPredicateType;intermediary method_38873Lnet/minecraft/class_6646;method_38873()Lnet/minecraft/class_6647;official aLelh;a()Leli;
 
 -