mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-03 23:07:40 +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.
|
* Represents a thrown trident.
|
||||||
*/
|
*/
|
||||||
public interface Trident extends AbstractArrow { }
|
public interface Trident extends AbstractArrow, ThrowableProjectile { }
|
||||||
|
Loading…
Reference in New Issue
Block a user