SPIGOT-5311: Add API to get/set item associated with throwable projectiles

By: Lars Dormans <lars.dormans@live.nl>
This commit is contained in:
Bukkit/Spigot
2020-02-21 09:53:46 +11:00
parent 188f017bdd
commit 11a4d6693e
8 changed files with 53 additions and 6 deletions

View File

@@ -3,6 +3,6 @@ package org.bukkit.entity;
/**
* Represents a small {@link Fireball}
*/
public interface SmallFireball extends Fireball {
public interface SmallFireball extends SizedFireball {
}