Added Wolf.isTamed().

This commit is contained in:
sk89q
2011-05-02 11:33:37 -07:00
parent 67f1d7b041
commit ad6346bda8

View File

@@ -34,5 +34,12 @@ 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();
}