mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
SPIGOT-4210: Deprecated TargetReason.PIG_ZOMBIE_TARGET
This commit is contained in:
parent
df94b61d25
commit
9415c3ea91
1 changed files with 3 additions and 0 deletions
|
@ -94,7 +94,10 @@ public class EntityTargetEvent extends EntityEvent implements Cancellable {
|
|||
/**
|
||||
* When the target attacks a fellow pig zombie, so the whole group
|
||||
* will target him with this reason.
|
||||
*
|
||||
* @deprecated obsoleted by {@link #TARGET_ATTACKED_NEARBY_ENTITY}
|
||||
*/
|
||||
@Deprecated
|
||||
PIG_ZOMBIE_TARGET,
|
||||
/**
|
||||
* When the target is forgotten for whatever reason.
|
||||
|
|
Loading…
Add table
Reference in a new issue