#492: Let Tameable extend Animals rather than Entity

By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
Bukkit/Spigot
2020-05-02 17:52:20 +10:00
parent 01b8968e4b
commit 8d4eeb1b3d
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import org.jetbrains.annotations.NotNull;
/**
* Represents a Parrot.
*/
public interface Parrot extends Animals, Tameable, Sittable {
public interface Parrot extends Tameable, Sittable {
/**
* Get the variant of this parrot.