类 SnowBootsEntityPredicate
java.lang.Object
net.neoforged.neoforge.common.advancements.critereon.SnowBootsEntityPredicate
- 所有已实现的接口:
EntitySubPredicate
-
字段概要
字段修饰符和类型字段说明static final com.mojang.serialization.MapCodec
<SnowBootsEntityPredicate> static final SnowBootsEntityPredicate
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.mojang.serialization.MapCodec
<SnowBootsEntityPredicate> codec()
boolean
matches
(Entity entity, ServerLevel level, @Nullable Vec3 position)
-
字段详细资料
-
INSTANCE
-
CODEC
-
-
构造器详细资料
-
SnowBootsEntityPredicate
private SnowBootsEntityPredicate()
-
-
方法详细资料
-
codec
- 指定者:
codec
在接口中EntitySubPredicate
-
matches
- 指定者:
matches
在接口中EntitySubPredicate
-