mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Added Wolf.isTamed().
This commit is contained in:
parent
25faa992ec
commit
bfafbca8ae
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…
Add table
Reference in a new issue