mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 03:05:52 -07:00
SPIGOT-4893: Don't reset angry state of wolves without target.
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -18,9 +18,7 @@ public interface Wolf extends Animals, Tameable, Sittable {
|
||||
/**
|
||||
* Sets the anger of this wolf.
|
||||
* <p>
|
||||
* 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.
|
||||
* An angry wolf can not be fed or tamed.
|
||||
*
|
||||
* @param angry true if angry
|
||||
* @see #setTarget(org.bukkit.entity.LivingEntity)
|
||||
|
Reference in New Issue
Block a user