#568: Added get/set ItemStack methods to trident

By: Auxilor <will@willfp.com>
This commit is contained in:
Bukkit/Spigot 2021-01-02 08:49:20 +11:00
parent 48294447ad
commit f338bff9e3

View File

@ -3,4 +3,4 @@ package org.bukkit.entity;
/**
* Represents a thrown trident.
*/
public interface Trident extends AbstractArrow { }
public interface Trident extends AbstractArrow, ThrowableProjectile { }