mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 07:34:48 +01:00
Added Wolf.isTamed().
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
960732b9f0
commit
705681db9b
1 changed files with 7 additions and 0 deletions
|
@ -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();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue