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