SPIGOT-5311: Add API to get/set item associated with throwable projectiles
By: Lars Dormans <lars.dormans@live.nl>
This commit is contained in:
@@ -3,6 +3,6 @@ package org.bukkit.entity;
|
||||
/**
|
||||
* Represents a thrown Experience bottle.
|
||||
*/
|
||||
public interface ThrownExpBottle extends Projectile {
|
||||
public interface ThrownExpBottle extends ThrowableProjectile {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user