Class MatchingBlocksBlockPredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.MatchingBlocksBlockPredicate
- All Implemented Interfaces:
BiPredicate<StructureWorldAccess,,BlockPos> BlockPredicate
- Mappings:
Namespace Name official csyintermediary net/minecraft/class_6649named net/minecraft/world/gen/blockpredicate/MatchingBlocksBlockPredicate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MatchingBlocksBlockPredicate>private final BlockPosFields inherited from interface net.minecraft.world.gen.blockpredicate.BlockPredicate
BASE_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleantest(StructureWorldAccess structureWorldAccess, BlockPos blockPos) Methods 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
- Mappings:
Namespace Name Mixin selector official aLcsy;a:Lcom/mojang/serialization/Codec;intermediary field_35062Lnet/minecraft/class_6649;field_35062:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/blockpredicate/MatchingBlocksBlockPredicate;CODEC:Lcom/mojang/serialization/Codec;
-
blocks
- Mappings:
Namespace Name Mixin selector official cLcsy;c:Ljava/util/List;intermediary field_35063Lnet/minecraft/class_6649;field_35063:Ljava/util/List;named blocksLnet/minecraft/world/gen/blockpredicate/MatchingBlocksBlockPredicate;blocks:Ljava/util/List;
-
pos
- Mappings:
Namespace Name Mixin selector official dLcsy;d:Lgh;intermediary field_35064Lnet/minecraft/class_6649;field_35064:Lnet/minecraft/class_2338;named posLnet/minecraft/world/gen/blockpredicate/MatchingBlocksBlockPredicate;pos:Lnet/minecraft/util/math/BlockPos;
-
-
Constructor Details
-
MatchingBlocksBlockPredicate
- Mappings:
Namespace Name Mixin selector official <init>Lcsy;<init>(Ljava/util/List;Lgh;)Vintermediary <init>Lnet/minecraft/class_6649;<init>(Ljava/util/List;Lnet/minecraft/class_2338;)Vnamed <init>Lnet/minecraft/world/gen/blockpredicate/MatchingBlocksBlockPredicate;<init>(Ljava/util/List;Lnet/minecraft/util/math/BlockPos;)V
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<StructureWorldAccess,BlockPos> - Mappings:
Namespace Name Mixin selector official aLcsy;a(Lbzr;Lgh;)Zintermediary method_38893Lnet/minecraft/class_6649;method_38893(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Znamed testLnet/minecraft/world/gen/blockpredicate/MatchingBlocksBlockPredicate;test(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;)Z
-
getType
- Specified by:
getTypein interfaceBlockPredicate- Mappings:
Namespace Name Mixin selector official aLcsv;a()Lcsw;intermediary method_38873Lnet/minecraft/class_6646;method_38873()Lnet/minecraft/class_6647;named getTypeLnet/minecraft/world/gen/blockpredicate/BlockPredicate;getType()Lnet/minecraft/world/gen/blockpredicate/BlockPredicateType;
-