mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
#631: Add Villager#shakeHead
This commit is contained in:
parent
751469c6ba
commit
ebb0e28d11
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue