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<?>
type
Fields inherited from class net.minecraft.predicate.entity.EntityTypePredicate
ANY
-
Constructor Summary
Constructors Constructor Description Single(EntityType<?> type)
-
Method Summary
Modifier and Type Method Description boolean
matches(EntityType<?> type)
JsonElement
toJson()
Methods inherited from class net.minecraft.predicate.entity.EntityTypePredicate
create, create, fromJson
-
Field Details
-
type
-
-
Constructor Details
-
Single
-
-
Method Details
-
matches
- Specified by:
matches
in classEntityTypePredicate
-
toJson
- Specified by:
toJson
in classEntityTypePredicate
-