Package net.minestom.server.network

  • Interface Summary 
    Interface Description
    PlayerProvider
    Used when you want to provide your own player object instead of using the default one.
    UuidProvider
    Used when you want to provide your own UUID object for players instead of using the default one.
  • Class Summary 
    Class Description
    ConnectionManager
    Manages the connected clients.
    PacketProcessor
    Responsible for processing client packets.
  • Enum Summary 
    Enum Description
    ConnectionState
    Represents the current connection state of a PlayerConnection.