类 TagPredicate<T>
java.lang.Object
net.minecraft.advancements.critereon.TagPredicate<T>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <T> TagPredicate<T>
fromJson
(com.google.gson.JsonElement pJson, ResourceKey<? extends Registry<T>> pRegistry) static <T> TagPredicate<T>
static <T> TagPredicate<T>
boolean
com.google.gson.JsonElement
-
字段详细资料
-
tag
-
expected
private final boolean expected
-
-
构造器详细资料
-
TagPredicate
-
-
方法详细资料
-
is
-
isNot
-
matches
-
serializeToJson
public com.google.gson.JsonElement serializeToJson() -
fromJson
public static <T> TagPredicate<T> fromJson(@Nullable com.google.gson.JsonElement pJson, ResourceKey<? extends Registry<T>> pRegistry)
-