mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 00:07:56 +01:00
SPIGOT-4460: Update documentation of Wolf#setAngry
By: md_5 <git@md-5.net>
This commit is contained in:
parent
60183211fe
commit
d73efd2f89
@ -17,10 +17,12 @@ public interface Wolf extends Animals, Tameable, Sittable {
|
||||
/**
|
||||
* Sets the anger of this wolf.
|
||||
* <p>
|
||||
* An angry wolf can not be fed or tamed, and will actively look for
|
||||
* targets to attack.
|
||||
* An angry wolf can not be fed or tamed, and must have a target to attack.
|
||||
* If a target is not set the wolf will quickly revert to its non-angry
|
||||
* state.
|
||||
*
|
||||
* @param angry true if angry
|
||||
* @see #setTarget(org.bukkit.entity.LivingEntity)
|
||||
*/
|
||||
public void setAngry(boolean angry);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user