#492: Let Tameable extend Animals rather than Entity
By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ package org.bukkit.entity;
|
||||
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public interface Tameable extends Entity {
|
||||
public interface Tameable extends Animals {
|
||||
|
||||
/**
|
||||
* Check if this is tamed
|
||||
|
||||
Reference in New Issue
Block a user