mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
Deprecate DamageModifier.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
7c6c4450f0
commit
b03a5217fd
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