Name | <EntityTag.profession> |
Returns | ElementTag |
Mechanism | EntityTag.profession |
Description | If the entity can have professions, returns the entity's profession.
Currently, only Villager-type and infected zombie entities can have professions. For the list of possible professions, refer to https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Villager.Profession.html |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityProfession.java#L82 |