#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

@@ -6,7 +6,7 @@ import org.jetbrains.annotations.NotNull;
/**
* Represents a Wolf
*/
public interface Wolf extends Animals, Tameable, Sittable {
public interface Wolf extends Tameable, Sittable {
/**
* Checks if this wolf is angry