Class AllOfPredicate
java.lang.Object
net.minecraft.world.level.levelgen.blockpredicates.CombiningPredicate
net.minecraft.world.level.levelgen.blockpredicates.AllOfPredicate
- All Implemented Interfaces:
BiPredicate<WorldGenLevel,
,BlockPos> BlockPredicate
-
Field Summary
Fields inherited from class net.minecraft.world.level.levelgen.blockpredicates.CombiningPredicate
predicates
Fields inherited from interface net.minecraft.world.level.levelgen.blockpredicates.BlockPredicate
ONLY_IN_AIR_OR_WATER_PREDICATE, ONLY_IN_AIR_PREDICATE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(WorldGenLevel p_190376_, BlockPos p_190377_) type()
Methods inherited from class net.minecraft.world.level.levelgen.blockpredicates.CombiningPredicate
codec
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
-
CODEC
-
-
Constructor Details
-
AllOfPredicate
-
-
Method Details
-
test
-
type
-