| [Altitude](/conditions/altitude) | Entity | Tests how far above the ground the target entity is |
| [Biome](/conditions/biome) | Location | Tests if the target is within the given list of biomes |
| [BlockType](/conditions/blocktype) | Location | Tests the material type present at the target location |
| [Blocking](/conditions/blocking) | Entity | Tests if the target entity is blocking with a shield |
| [Children](/conditions/children) | Entity | Tests how many children the caster has |
| [Crouching](/conditions/crouching) | Entity | Whether or not the target entity is crouching |
| [Cuboid](/conditions/cuboid) | Compare | Whether the target is within the given cuboid between location1 x location2 |
| [Dawn](/conditions/dawn) | Location | If the time is dawn, from 22000 to 2000 in-game time |
| [Day](/conditions/day) | Location | If the time is day, from 2000 to 10000 in-game time |
| [Distance](/conditions/distance) | Compare | Whether the distance between the caster and target is within the given range |
| [DistanceFromSpawn](/conditions/distancefromspawn) | Location | Whether the distance from the world's spawn point to the target is within the given range |
| [Dusk](/conditions/dusk) | Location | If the time is dusk, from 14000 to 18000 in-game time. |
| [EntityType](/conditions/entitytype) | Entity | Tests the entity type of the target |
| [FallSpeed](/conditions/fallspeed) | Entity | If the fall speed of the target is within the given range |
| [FieldOfView](/conditions/fieldofview) | Compare | Tests if the target is within the given angle from where the caster is looking |
| [Gliding](/conditions/gliding) | Entity | If the target is gliding |
| [Globalscore](/conditions/globalscore) | Entity | Checks a global scoreboard value |
| [HasAura](/conditions/hasaura) | Entity | Checks if the target entity has the given aura |
| [HasAuraStacks](/conditions/hasaurastacks) | Entity | Tests if the target has the given range of stacks from an aura |
| [HasCurrency](/conditions/hascurrency) | Entity | If the target has the given amount of vault currency |
| [HasInventorySpace](/conditions/hasinventoryspace) | Entity | If the target has the given amount of empty inventory space |
| [HasOwner](/conditions/hasowner) | Entity | Tests if the target mob has an owner |
| [HasParent](/conditions/hasparent) | Entity | Tests if the target mob has a parent |
| [HasGravity](/conditions/hasgravity) | Entity | Tests if the target mob has gravity |
| [HasPotionEffect](/conditions/haspotioneffect) | Entity | Tests if the target entity has a potion effect |
| [HasTag](/conditions/hastag) | Entity | Tests if the target has a scoreboard tag |
| [Haspermission](/conditions/haspermission) | Entity | Tests if the target player has a permission |
| [Health](/conditions/health) | Entity | Matches the target's health |
| [Height](/conditions/height) | Location | Checks if the target's Y location is within a range |
| [HeightAbove](/conditions/heightabove) | Location | Checks if the target's Y location is above a value |
| [HeightBelow](/conditions/heightbelow) | Location | Checks if the target's Y location is below a given value |
| [Holding](/conditions/holding) | Entity | Checks if the target is holding a given material |
| [Inblock](/conditions/inblock) | Location | Checks the material at the target location |
| [Incombat](/conditions/incombat) | Entity | If the target mob is considered in combat |
| [Inside](/conditions/inside) | Location | Checks if the target has a block over their head |
| [ItemRecharging](/conditions/itemrecharging) | Entity | Checks if the target's weapon is recharging |
| [LastDamageCause](/conditions/lastdamagecause) | Entity | Checks the target's last damage cause |
| [LastSignal](/conditions/lastsignal) | Entity | Matches the last signal received by the target mob |