类 EntityTypePredicate
java.lang.Object
net.minecraft.advancements.critereon.EntityTypePredicate
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) static class
(专用程序包) static class
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static EntityTypePredicate
fromJson
(com.google.gson.JsonElement pJson) abstract boolean
matches
(EntityType<?> pType) static EntityTypePredicate
of
(TagKey<EntityType<?>> pTag) static EntityTypePredicate
of
(EntityType<?> pType) abstract com.google.gson.JsonElement
-
字段详细资料
-
ANY
-
COMMA_JOINER
private static final com.google.common.base.Joiner COMMA_JOINER
-
-
构造器详细资料
-
EntityTypePredicate
public EntityTypePredicate()
-
-
方法详细资料
-
matches
-
serializeToJson
public abstract com.google.gson.JsonElement serializeToJson() -
fromJson
-
of
-
of
-