#492: Let Tameable extend Animals rather than Entity
By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user