#631: Add Villager#shakeHead

By: VendoAU <reillyreaby@gmail.com>
This commit is contained in:
Bukkit/Spigot 2021-06-14 19:13:16 +10:00
parent fd771b653b
commit e0d1266d3e

View File

@ -96,6 +96,11 @@ public interface Villager extends AbstractVillager {
*/
public void wakeup();
/**
* Causes this villager to shake his head.
*/
public void shakeHead();
/**
* Represents Villager type, usually corresponding to what biome they spawn
* in.