Class InsideWorldBoundsPredicate
java.lang.Object
net.minecraft.world.level.levelgen.blockpredicates.InsideWorldBoundsPredicate
- All Implemented Interfaces:
BiPredicate<WorldGenLevel, BlockPos>, BlockPredicate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<InsideWorldBoundsPredicate> private final Vec3iFields inherited from interface BlockPredicate
ONLY_IN_AIR_OR_WATER_PREDICATE, ONLY_IN_AIR_PREDICATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantest(WorldGenLevel worldGenLevel, BlockPos blockPos) type()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiPredicate
and, negate, or
-
Field Details
-
CODEC
-
offset
-
-
Constructor Details
-
InsideWorldBoundsPredicate
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<WorldGenLevel, BlockPos>
-
type
- Specified by:
typein interfaceBlockPredicate
-