Add MagmaCube interface.

Also, add MagmaCube to CreatureType Enum, as per BUKKIT-57. Thanks snowleo!
This commit is contained in:
Andrew Ardill
2011-11-28 11:12:08 +11:00
parent 14bdefcaa1
commit e1410a61c5
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package org.bukkit.entity;
/**
* Represents a MagmaCube.
*/
public interface MagmaCube extends Slime {
}