mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Add missing deprecation to AdvancementDisplayType (#7876)
This commit is contained in:
@@ -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 {
|
||||||
|
|
||||||
|
/**
|
||||||
|
Reference in New Issue
Block a user