Added ScheduledForRemoval inVersion
This commit is contained in:
@@ -2,6 +2,7 @@ package com.willfp.eco.core.requirement;
|
|||||||
|
|
||||||
import com.willfp.eco.core.Eco;
|
import com.willfp.eco.core.Eco;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
import org.jetbrains.annotations.ApiStatus;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -11,6 +12,7 @@ import java.util.List;
|
|||||||
*
|
*
|
||||||
* @deprecated No typing, weak definitions, and not an API component. Shouldn't be in eco.
|
* @deprecated No typing, weak definitions, and not an API component. Shouldn't be in eco.
|
||||||
*/
|
*/
|
||||||
|
@ApiStatus.ScheduledForRemoval(inVersion = "6.27.0")
|
||||||
@Deprecated(since = "6.24.0", forRemoval = true)
|
@Deprecated(since = "6.24.0", forRemoval = true)
|
||||||
public abstract class Requirement {
|
public abstract class Requirement {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ package com.willfp.eco.core.requirement;
|
|||||||
|
|
||||||
import com.willfp.eco.core.Eco;
|
import com.willfp.eco.core.Eco;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
import org.jetbrains.annotations.ApiStatus;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -11,6 +12,7 @@ import java.util.List;
|
|||||||
*
|
*
|
||||||
* @deprecated See {@link Requirement}.
|
* @deprecated See {@link Requirement}.
|
||||||
*/
|
*/
|
||||||
|
@ApiStatus.ScheduledForRemoval(inVersion = "6.27.0")
|
||||||
@Deprecated(since = "6.24.0", forRemoval = true)
|
@Deprecated(since = "6.24.0", forRemoval = true)
|
||||||
@SuppressWarnings("removal")
|
@SuppressWarnings("removal")
|
||||||
public final class Requirements {
|
public final class Requirements {
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ package com.willfp.eco.core.requirement.impl;
|
|||||||
|
|
||||||
import com.willfp.eco.core.Eco;
|
import com.willfp.eco.core.Eco;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
import org.jetbrains.annotations.ApiStatus;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -13,6 +14,7 @@ import java.util.List;
|
|||||||
* @deprecated No typing, weak definitions, and not an API component. Shouldn't be in eco.
|
* @deprecated No typing, weak definitions, and not an API component. Shouldn't be in eco.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("removal")
|
@SuppressWarnings("removal")
|
||||||
|
@ApiStatus.ScheduledForRemoval(inVersion = "6.27.0")
|
||||||
@Deprecated(since = "6.26.0", forRemoval = true)
|
@Deprecated(since = "6.26.0", forRemoval = true)
|
||||||
public class RequirementHasPermission extends com.willfp.eco.core.requirement.Requirement {
|
public class RequirementHasPermission extends com.willfp.eco.core.requirement.Requirement {
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ package com.willfp.eco.core.requirement.impl;
|
|||||||
import com.willfp.eco.core.Eco;
|
import com.willfp.eco.core.Eco;
|
||||||
import com.willfp.eco.core.integrations.placeholder.PlaceholderManager;
|
import com.willfp.eco.core.integrations.placeholder.PlaceholderManager;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
import org.jetbrains.annotations.ApiStatus;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -14,6 +15,7 @@ import java.util.List;
|
|||||||
* @deprecated No typing, weak definitions, and not an API component. Shouldn't be in eco.
|
* @deprecated No typing, weak definitions, and not an API component. Shouldn't be in eco.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("removal")
|
@SuppressWarnings("removal")
|
||||||
|
@ApiStatus.ScheduledForRemoval(inVersion = "6.27.0")
|
||||||
@Deprecated(since = "6.26.0", forRemoval = true)
|
@Deprecated(since = "6.26.0", forRemoval = true)
|
||||||
public class RequirementPlaceholderEquals extends com.willfp.eco.core.requirement.Requirement {
|
public class RequirementPlaceholderEquals extends com.willfp.eco.core.requirement.Requirement {
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ package com.willfp.eco.core.requirement.impl;
|
|||||||
import com.willfp.eco.core.Eco;
|
import com.willfp.eco.core.Eco;
|
||||||
import com.willfp.eco.core.integrations.placeholder.PlaceholderManager;
|
import com.willfp.eco.core.integrations.placeholder.PlaceholderManager;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
import org.jetbrains.annotations.ApiStatus;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -14,6 +15,7 @@ import java.util.List;
|
|||||||
* @deprecated No typing, weak definitions, and not an API component. Shouldn't be in eco.
|
* @deprecated No typing, weak definitions, and not an API component. Shouldn't be in eco.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("removal")
|
@SuppressWarnings("removal")
|
||||||
|
@ApiStatus.ScheduledForRemoval(inVersion = "6.27.0")
|
||||||
@Deprecated(since = "6.26.0", forRemoval = true)
|
@Deprecated(since = "6.26.0", forRemoval = true)
|
||||||
public class RequirementPlaceholderGreaterThan extends com.willfp.eco.core.requirement.Requirement {
|
public class RequirementPlaceholderGreaterThan extends com.willfp.eco.core.requirement.Requirement {
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ package com.willfp.eco.core.requirement.impl;
|
|||||||
import com.willfp.eco.core.Eco;
|
import com.willfp.eco.core.Eco;
|
||||||
import com.willfp.eco.core.integrations.placeholder.PlaceholderManager;
|
import com.willfp.eco.core.integrations.placeholder.PlaceholderManager;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
import org.jetbrains.annotations.ApiStatus;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -14,6 +15,7 @@ import java.util.List;
|
|||||||
* @deprecated No typing, weak definitions, and not an API component. Shouldn't be in eco.
|
* @deprecated No typing, weak definitions, and not an API component. Shouldn't be in eco.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("removal")
|
@SuppressWarnings("removal")
|
||||||
|
@ApiStatus.ScheduledForRemoval(inVersion = "6.27.0")
|
||||||
@Deprecated(since = "6.26.0", forRemoval = true)
|
@Deprecated(since = "6.26.0", forRemoval = true)
|
||||||
public class RequirementPlaceholderLessThan extends com.willfp.eco.core.requirement.Requirement {
|
public class RequirementPlaceholderLessThan extends com.willfp.eco.core.requirement.Requirement {
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user