mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
@@ -35,4 +35,11 @@ public interface Wolf extends Animals, Tameable {
|
|||||||
*/
|
*/
|
||||||
public void setSitting(boolean sitting);
|
public void setSitting(boolean sitting);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tells whether this wolf has an owner
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
public boolean isTamed();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user