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:
8
paper-api/src/main/java/org/bukkit/entity/Golem.java
Normal file
8
paper-api/src/main/java/org/bukkit/entity/Golem.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* A mechanical creature that may harm enemies.
|
||||
*/
|
||||
public interface Golem extends Creature {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user