We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdd200 commit 97430a8Copy full SHA for 97430a8
modules/API/src/main/java/com/comphenix/protocol/PacketType.java
@@ -222,6 +222,12 @@ public static class Server extends ObjectEnum<PacketType> {
222
@Deprecated
223
public static final PacketType STATISTICS = STATISTIC.deprecated();
224
225
+ /**
226
+ * @deprecated Renamed to {@link OPEN_SIGN_EDITOR}
227
+ */
228
+ @Deprecated
229
+ public static final PacketType OPEN_SIGN_ENTITY = OPEN_SIGN_EDITOR.deprecated();
230
+
231
// ----- Replaced in 1.9.4
232
233
/**
0 commit comments