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:
@@ -0,0 +1,8 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents a thrown Experience bottle.
|
||||
*/
|
||||
public interface ThrownExpBottle extends Projectile {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user