mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-31 21:37:39 +01:00
#568: Added get/set ItemStack methods to trident
By: Auxilor <will@willfp.com>
This commit is contained in:
parent
48294447ad
commit
f338bff9e3
@ -3,4 +3,4 @@ package org.bukkit.entity;
|
||||
/**
|
||||
* Represents a thrown trident.
|
||||
*/
|
||||
public interface Trident extends AbstractArrow { }
|
||||
public interface Trident extends AbstractArrow, ThrowableProjectile { }
|
||||
|
Loading…
Reference in New Issue
Block a user