Name | can_join_raid |
Object | EntityTag |
Input | ElementTag(Boolean) |
Related Tags | <EntityTag.can_join_raid> If the entity is raider mob (like a pillager), returns whether the entity is allowed to join active raids.
|
Description | If the entity is raider mob (like a pillager), changes whether the entity is allowed to join active raids. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityCanJoinRaid.java#L69 |