Updated ScheduledForRemoval
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user