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/IronGolem.java
Normal file
8
paper-api/src/main/java/org/bukkit/entity/IronGolem.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* An iron Golem that protects Villages.
|
||||
*/
|
||||
public interface IronGolem extends Golem {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user