Class AlwaysTrueBlockPredicate
java.lang.Object
net.minecraft.world.gen.blockpredicate.AlwaysTrueBlockPredicate
- All Implemented Interfaces:
BiPredicate<StructureWorldAccess,
,BlockPos> BlockPredicate
- Mappings:
Namespace Name official djd
intermediary net/minecraft/class_6680
named net/minecraft/world/gen/blockpredicate/AlwaysTrueBlockPredicate
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AlwaysTrueBlockPredicate>
static AlwaysTrueBlockPredicate
Fields inherited from interface net.minecraft.world.gen.blockpredicate.BlockPredicate
BASE_CODEC, IS_AIR, IS_AIR_OR_WATER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
boolean
test
(StructureWorldAccess structureWorldAccess, BlockPos blockPos) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Field Details
-
instance
- Mappings:
Namespace Name Mixin selector official a
Ldjd;a:Ldjd;
intermediary field_35158
Lnet/minecraft/class_6680;field_35158:Lnet/minecraft/class_6680;
named instance
Lnet/minecraft/world/gen/blockpredicate/AlwaysTrueBlockPredicate;instance:Lnet/minecraft/world/gen/blockpredicate/AlwaysTrueBlockPredicate;
-
CODEC
- Mappings:
Namespace Name Mixin selector official e
Ldjd;e:Lcom/mojang/serialization/Codec;
intermediary field_35159
Lnet/minecraft/class_6680;field_35159:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/blockpredicate/AlwaysTrueBlockPredicate;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
AlwaysTrueBlockPredicate
private AlwaysTrueBlockPredicate()
-
-
Method Details
-
test
- Specified by:
test
in interfaceBiPredicate<StructureWorldAccess,
BlockPos> - Mappings:
Namespace Name Mixin selector official a
Ldjd;a(Lcng;Lgu;)Z
intermediary method_39015
Lnet/minecraft/class_6680;method_39015(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Z
named test
Lnet/minecraft/world/gen/blockpredicate/AlwaysTrueBlockPredicate;test(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;)Z
-
getType
- Specified by:
getType
in interfaceBlockPredicate
- 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;
-