#631: Add Villager#shakeHead

This commit is contained in:
VendoAU 2021-06-14 19:13:16 +10:00 committed by md_5
parent 751469c6ba
commit ebb0e28d11
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

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