Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2022-02-02 21:30:03 +01:00
parent 5b91e0c622
commit d622eab048

View File

@ -6,7 +6,7 @@ import net.minestom.server.utils.binary.Writeable;
/**
* Represents a packet which can be sent to a player using {@link PlayerConnection#sendPacket(SendablePacket)}.
* <p>
* Packets are value-based, and should therefore be reliant on identity.
* Packets are value-based, and should therefore not be reliant on identity.
*/
public non-sealed interface ServerPacket extends Writeable, SendablePacket {