Package net.minestom.server.network.packet.server
package net.minestom.server.network.packet.server
-
ClassDescriptionRepresents a packet that is only computed when required (either due to memory demand or invalidated data)Represents a packet which is already framed.Represents a packet that is lazily allocated.Represents a packet that can be sent to a
PlayerConnection
.Represents a packet which can be sent to a player usingPlayerConnection.sendPacket(SendablePacket)
.