Package net.minecraft.predicate.entity
Class EntityTypePredicate.Single
java.lang.Object
net.minecraft.predicate.entity.EntityTypePredicate
net.minecraft.predicate.entity.EntityTypePredicate.Single
- Enclosing class:
- EntityTypePredicate
static class EntityTypePredicate.Single extends EntityTypePredicate
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.predicate.entity.EntityTypePredicate
EntityTypePredicate.Single, EntityTypePredicate.Tagged -
Field Summary
Fields Modifier and Type Field Description private EntityType<?>typeFields inherited from class net.minecraft.predicate.entity.EntityTypePredicate
ANY -
Constructor Summary
Constructors Constructor Description Single(EntityType<?> type) -
Method Summary
Modifier and Type Method Description booleanmatches(EntityType<?> type)JsonElementtoJson()Methods inherited from class net.minecraft.predicate.entity.EntityTypePredicate
create, create, fromJson
-
Field Details
-
type
-
-
Constructor Details
-
Single
-
-
Method Details
-
matches
- Specified by:
matchesin classEntityTypePredicate
-
toJson
- Specified by:
toJsonin classEntityTypePredicate
-