SPIGOT-2776: Add Nitwit profession

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2016-11-18 09:21:34 +11:00
parent b7bb02167a
commit 663f0fc229

View File

@ -138,6 +138,10 @@ public interface Villager extends Ageable, NPC, InventoryHolder {
* Butcher profession. Wears a white apron.
*/
BUTCHER(false),
/**
* Nitwit profession. Wears a green apron, cannot trade.
*/
NITWIT(false),
/**
* Husk. <b>Reserved for Zombies</b>
*/