mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
#568: Added get/set ItemStack methods to trident
This commit is contained in:
parent
f4a9ed36c2
commit
64c36cce23
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ package org.bukkit.entity;
|
|||
/**
|
||||
* Represents a thrown trident.
|
||||
*/
|
||||
public interface Trident extends AbstractArrow { }
|
||||
public interface Trident extends AbstractArrow, ThrowableProjectile { }
|
||||
|
|
Loading…
Add table
Reference in a new issue