Interface EngineConnection

All Superinterfaces:
RemoteConnection
All Known Subinterfaces:
ClientSideConnection, LocalPlayerConnection, PlayerConnection, ServerPlayerConnection, ServerSideConnection

public interface EngineConnection extends RemoteConnection
Represents a connection on the server or client engine.
  • Method Details

    • side

      Gets the side this connection is on.
      Returns:
      The side
    • close

      void close()
      Closes the connection, showing the default disconnect reason. (the translation key disconnect.disconnected)
      Specified by:
      close in interface RemoteConnection
    • close

      void close(Component reason)
      Closes the connection with the given reason.
      Parameters:
      reason - The reason for the disconnection