mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
#568: Added get/set ItemStack methods to trident
By: Auxilor <will@willfp.com>
This commit is contained in:
parent
48294447ad
commit
f338bff9e3
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