Class MatchingFluidsBlockPredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.MatchingFluidsBlockPredicate
- All Implemented Interfaces:
BiPredicate<StructureWorldAccess,,BlockPos> BlockPredicate
- Mappings:
Namespace Name official cszintermediary net/minecraft/class_6650named net/minecraft/world/gen/blockpredicate/MatchingFluidsBlockPredicate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MatchingFluidsBlockPredicate>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 aLcsz;a:Lcom/mojang/serialization/Codec;intermediary field_35065Lnet/minecraft/class_6650;field_35065:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/blockpredicate/MatchingFluidsBlockPredicate;CODEC:Lcom/mojang/serialization/Codec;
-
fluids
- Mappings:
Namespace Name Mixin selector official cLcsz;c:Ljava/util/List;intermediary field_35066Lnet/minecraft/class_6650;field_35066:Ljava/util/List;named fluidsLnet/minecraft/world/gen/blockpredicate/MatchingFluidsBlockPredicate;fluids:Ljava/util/List;
-
pos
- Mappings:
Namespace Name Mixin selector official dLcsz;d:Lgh;intermediary field_35067Lnet/minecraft/class_6650;field_35067:Lnet/minecraft/class_2338;named posLnet/minecraft/world/gen/blockpredicate/MatchingFluidsBlockPredicate;pos:Lnet/minecraft/util/math/BlockPos;
-
-
Constructor Details
-
MatchingFluidsBlockPredicate
- Mappings:
Namespace Name Mixin selector official <init>Lcsz;<init>(Ljava/util/List;Lgh;)Vintermediary <init>Lnet/minecraft/class_6650;<init>(Ljava/util/List;Lnet/minecraft/class_2338;)Vnamed <init>Lnet/minecraft/world/gen/blockpredicate/MatchingFluidsBlockPredicate;<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 aLcsz;a(Lbzr;Lgh;)Zintermediary method_38897Lnet/minecraft/class_6650;method_38897(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Znamed testLnet/minecraft/world/gen/blockpredicate/MatchingFluidsBlockPredicate;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;
-