Class EntityTypePredicate.TypePredicate
- java.lang.Object
-
- net.minecraft.advancements.criterion.EntityTypePredicate
-
- net.minecraft.advancements.criterion.EntityTypePredicate.TypePredicate
-
- Enclosing class:
- EntityTypePredicate
static class EntityTypePredicate.TypePredicate extends EntityTypePredicate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.advancements.criterion.EntityTypePredicate
EntityTypePredicate.TagPredicate, EntityTypePredicate.TypePredicate
-
-
Field Summary
Fields Modifier and Type Field Description private EntityType<?>
type
-
Fields inherited from class net.minecraft.advancements.criterion.EntityTypePredicate
ANY
-
-
Constructor Summary
Constructors Constructor Description TypePredicate(EntityType<?> p_i50556_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(EntityType<?> p_209368_1_)
com.google.gson.JsonElement
serializeToJson()
-
Methods inherited from class net.minecraft.advancements.criterion.EntityTypePredicate
fromJson, of, of
-
-
-
-
Field Detail
-
type
private final EntityType<?> type
-
-
Constructor Detail
-
TypePredicate
public TypePredicate(EntityType<?> p_i50556_1_)
-
-
Method Detail
-
matches
public boolean matches(EntityType<?> p_209368_1_)
- Specified by:
matches
in classEntityTypePredicate
-
serializeToJson
public com.google.gson.JsonElement serializeToJson()
- Specified by:
serializeToJson
in classEntityTypePredicate
-
-