Name | profession |
Object | EntityTag |
Input | ElementTag |
Related Tags | <EntityTag.profession> If the entity can have professions, returns the entity's profession. (...)
|
Description | Changes the entity's profession.
Currently, only Villager-type entities can have professions. For the list of possible professions, refer to https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Villager.Profession.html |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityProfession.java#L103 |