Added the concept of an Explosive.

By: sunkid <sunkid@iminurnetz.com>
This commit is contained in:
Bukkit/Spigot
2011-06-14 10:55:47 -07:00
parent 05163fbadc
commit 8e7ef46f6f
4 changed files with 49 additions and 10 deletions

View File

@@ -2,7 +2,5 @@ package org.bukkit.entity;
/**
* Represents a Fireball.
*
* @author Cogito
*/
public interface Fireball extends Entity {}
public interface Fireball extends Explosive {}