#568: Added get/set ItemStack methods to trident

This commit is contained in:
Auxilor 2021-01-02 08:49:20 +11:00 committed by md_5
parent f4a9ed36c2
commit 64c36cce23
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

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 { }