Added various new 1.9 entities, blocks and items

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-10-29 09:43:19 +01:00
parent 41fba5743b
commit bdc3ffafbe
15 changed files with 157 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
package org.bukkit.entity;
/**
* Represents a villager NPC
*/
public interface Villager extends NPC {
}