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