mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Deprecate DamageModifier.
This commit is contained in:
parent
68e0ec5a9e
commit
7450a0255b
1 changed files with 6 additions and 0 deletions
|
@ -226,7 +226,13 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
|||
|
||||
/**
|
||||
* An enum to specify the types of modifier
|
||||
*
|
||||
* @deprecated This API is responsible for a large number of implementation
|
||||
* problems and is in general unsustainable to maintain. It is likely to be
|
||||
* removed very soon in a subsequent release. Please see
|
||||
* https://www.spigotmc.org/threads/194446/ for more information.
|
||||
*/
|
||||
@Deprecated
|
||||
public enum DamageModifier {
|
||||
/**
|
||||
* This represents the amount of damage being done, also known as the
|
||||
|
|
Loading…
Add table
Reference in a new issue