We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1aaf2f commit 569584aCopy full SHA for 569584a
API/src/main/java/ninja/egg82/messenger/packets/Packet.java
@@ -3,10 +3,9 @@
3
import io.netty.buffer.ByteBuf;
4
import org.jetbrains.annotations.NotNull;
5
6
-import java.io.Serializable;
7
import java.util.UUID;
8
9
-public interface Packet extends Serializable {
+public interface Packet {
10
void read(@NotNull ByteBuf buffer);
11
12
void write(@NotNull ByteBuf buffer);
0 commit comments