Added Wolf.isTamed().
This commit is contained in:
parent
25faa992ec
commit
bfafbca8ae
@ -34,5 +34,12 @@ public interface Wolf extends Animals, Tameable {
|
|||||||
* @param sitting true if sitting
|
* @param sitting true if sitting
|
||||||
*/
|
*/
|
||||||
public void setSitting(boolean sitting);
|
public void setSitting(boolean sitting);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tells whether this wolf has an owner
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
public boolean isTamed();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user