mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
SPIGOT-4460: Update documentation of Wolf#setAngry
This commit is contained in:
parent
9d0221aa29
commit
bc4de176ca
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue