类 InsideWorldBoundsPredicate
java.lang.Object
net.minecraft.world.level.levelgen.blockpredicates.InsideWorldBoundsPredicate
- 所有已实现的接口:
BiPredicate<WorldGenLevel,
,BlockPos> BlockPredicate
-
字段概要
字段修饰符和类型字段说明static final com.mojang.serialization.MapCodec
<InsideWorldBoundsPredicate> private final Vec3i
从接口继承的字段 net.minecraft.world.level.levelgen.blockpredicates.BlockPredicate
ONLY_IN_AIR_OR_WATER_PREDICATE, ONLY_IN_AIR_PREDICATE
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 java.util.function.BiPredicate
and, negate, or
-
字段详细资料
-
CODEC
-
offset
-
-
构造器详细资料
-
InsideWorldBoundsPredicate
-
-
方法详细资料
-
test
- 指定者:
test
在接口中BiPredicate<WorldGenLevel,
BlockPos>
-
type
- 指定者:
type
在接口中BlockPredicate
-