Add MagmaCube interface.

Also, add MagmaCube to CreatureType Enum, as per BUKKIT-57. Thanks snowleo!

By: Andrew Ardill <andrew.ardill@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-11-28 11:12:08 +11:00
parent fa2fabd4ec
commit 2aca23d84a
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 {
}