%e:ENTITY_POSSESSIVE% type (is|is not) %type:ENTITY_TYPE% — Conditions

%e:ENTITY_POSSESSIVE% type (is|is not) %type:ENTITY_TYPE%
Entity1.0.0

Description

Checks if an entity's type matches or does not match (prefix syntax).

Examples

if mob's type is zombie:
if mob's type is not zombie:

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

<e> type is <type>
<e> type is not <type>

Related (Entity)