deprecate IllegalPacketEvent (#4867)

This commit is contained in:
Jake Potrebic
2020-12-07 23:51:55 -08:00
parent d6057372b4
commit 8c473e7fcd
2 changed files with 5 additions and 10 deletions

View File

@@ -22,6 +22,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+import org.jetbrains.annotations.NotNull;
+import org.jetbrains.annotations.Nullable;
+
+/**
+ * @deprecated Not used
+ */
+@Deprecated
+public class IllegalPacketEvent extends PlayerEvent {
+ @Nullable private final String type;
+ @Nullable private final String ex;