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,4 +3,4 @@ package org.bukkit.entity;
/**
* Represents a snowball.
*/
public interface Snowball extends Projectile {}
public interface Snowball extends ThrowableProjectile {}