Unadded (redundant) Wolf.isTamed().

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot 2011-05-02 21:36:48 -07:00
parent a51630d16d
commit 5b05f71501

View File

@ -34,12 +34,5 @@ public interface Wolf extends Animals, Tameable {
* @param sitting true if sitting
*/
public void setSitting(boolean sitting);
/**
* Tells whether this wolf has an owner
*
* @return
*/
public boolean isTamed();
}