Added a bunch of new 1.2 entities; this partially resolves BUKKIT-872 and BUKKIT-885.

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2012-03-01 17:29:05 +00:00
parent 18c825222a
commit d94ce50c98
6 changed files with 85 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
package org.bukkit.entity;
/**
* A mechanical creature that may harm enemies.
*/
public interface Golem extends Creature {
}