Class EntityTypePredicate
java.lang.Object
net.minecraft.advancements.critereon.EntityTypePredicate
- Direct Known Subclasses:
 EntityTypePredicate.TagPredicate,EntityTypePredicate.TypePredicate
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static class - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EntityTypePredicateprivate static final com.google.common.base.Joiner - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic EntityTypePredicatefromJson(com.google.gson.JsonElement p_37644_) abstract booleanmatches(EntityType<?> p_37642_) static EntityTypePredicateof(TagKey<EntityType<?>> p_204082_) static EntityTypePredicateof(EntityType<?> p_37648_) abstract com.google.gson.JsonElement 
- 
Field Details
- 
ANY
 - 
COMMA_JOINER
private static final com.google.common.base.Joiner COMMA_JOINER 
 - 
 - 
Constructor Details
- 
EntityTypePredicate
public EntityTypePredicate() 
 - 
 - 
Method Details
- 
matches
 - 
serializeToJson
public abstract com.google.gson.JsonElement serializeToJson() - 
fromJson
 - 
of
 - 
of
 
 -