Entity Documentation - minecraft:is_illager_captain

minecraft:is_illager_captain sets that the entity is an illager captain.

Important

minecraft:is_illager_captain is a Boolean that is used to set the value for use in query functions like Molang and Filters. In order for the entity to have the desired affect, it will need to be paired with extra functionality.

The examples below will showcase both the property and how it works to create the desired effect on the entity.

Example

Plain

"minecraft:is_illager_captain":{
}

With Functionality

"minecraft:custom_illager_squad_captain": {
    "minecraft:is_illager_captain": {
    },
    "minecraft:variant": {
        "value": 3
    },
    "minecraft:equipment": {
        "table": "loot_tables/entities/custom_illager_captain_equipment.json"
        }
}

Vanilla entities examples

pillager

"minecraft:is_illager_captain": {
}

Vanilla entities using minecraft:is_illager_captain