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:
@@ -3,6 +3,6 @@ package org.bukkit.entity;
|
||||
/**
|
||||
* Represents a snowman entity
|
||||
*/
|
||||
public interface Snowman extends Creature {
|
||||
public interface Snowman extends Golem {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user