mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 22:43:14 +01:00
Add missing deprecation to AdvancementDisplayType (#7876)
This commit is contained in:
parent
92e54e030d
commit
969129420b
1 changed files with 14 additions and 0 deletions
|
@ -232,3 +232,17 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
public interface AdvancementDisplay {
|
public interface AdvancementDisplay {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
diff --git a/src/main/java/org/bukkit/advancement/AdvancementDisplayType.java b/src/main/java/org/bukkit/advancement/AdvancementDisplayType.java
|
||||||
|
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||||
|
--- a/src/main/java/org/bukkit/advancement/AdvancementDisplayType.java
|
||||||
|
+++ b/src/main/java/org/bukkit/advancement/AdvancementDisplayType.java
|
||||||
|
@@ -0,0 +0,0 @@ import org.jetbrains.annotations.NotNull;
|
||||||
|
*
|
||||||
|
* This enum contains information about these types and how they are
|
||||||
|
* represented.
|
||||||
|
+ * @deprecated use {@link io.papermc.paper.advancement.AdvancementDisplay.Frame}
|
||||||
|
*/
|
||||||
|
+@Deprecated(forRemoval = true)
|
||||||
|
public enum AdvancementDisplayType {
|
||||||
|
|
||||||
|
/**
|
||||||
|
|
Loading…
Reference in a new issue