mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Updated ScheduledForRemoval
This commit is contained in:
parent
9bacc5ddbc
commit
4993900e96
@ -101,7 +101,7 @@ public abstract class EcoEnchant extends Enchantment implements Listener, Regist
|
||||
* @deprecated Specifying the source class is no longer needed
|
||||
*/
|
||||
@Deprecated
|
||||
@ApiStatus.ScheduledForRemoval(inVersion = "5.8.0")
|
||||
@ApiStatus.ScheduledForRemoval(inVersion = "6.0.0")
|
||||
protected EcoEnchant(String key, EcoEnchant.EnchantmentType type, Class<?> plugin, Prerequisite... prerequisites) {
|
||||
this(key, type, prerequisites);
|
||||
|
||||
|
@ -47,7 +47,7 @@ public abstract class Artifact extends EcoEnchant {
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
@ApiStatus.ScheduledForRemoval(inVersion = "5.8.0")
|
||||
@ApiStatus.ScheduledForRemoval(inVersion = "6.0.0")
|
||||
protected Artifact(String key, Class<?> plugin, Prerequisite... prerequisites) {
|
||||
this(key, prerequisites);
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public abstract class Spell extends EcoEnchant {
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
@ApiStatus.ScheduledForRemoval(inVersion = "5.8.0")
|
||||
@ApiStatus.ScheduledForRemoval(inVersion = "6.0.0")
|
||||
protected Spell(String key, Class<?> plugin, Prerequisite... prerequisites) {
|
||||
this(key, prerequisites);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user