Description
Tests if the entity type of the target is the specified one.
A list of valid entity types can be found on the Spigot Javadocs.
Attributes
Attribute | Aliases | Description | Default |
---|---|---|---|
type | types, t | A list of entity types to match |
Examples
Conditions:
- entitytype{t=ZOMBIE} true
TargetConditions:
- entitytype{t=WITCH} true
TriggerConditions:
- entitytype{t=PLAYER} true
Aliases
- mobtype