SPIGOT-4819: Continue refactoring of Arrow-related APIs

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2019-04-30 21:12:59 +10:00
parent cfe800dd65
commit 822d06fd4b
6 changed files with 198 additions and 190 deletions

View File

@@ -3,4 +3,4 @@ package org.bukkit.entity;
/**
* Represents a thrown trident.
*/
public interface Trident extends Arrow { }
public interface Trident extends AbstractArrow { }