Class MapClientController

    • Constructor Detail

      • MapClientController

        public MapClientController()
    • Method Detail

      • add

        public Client add​(Client client)
        Add an existing client to the client pool.
        Specified by:
        add in interface ClientController
        Parameters:
        client - The existing client that should be added.
        Returns:
        The same client that was added.
      • get

        public Client get​(UUID uuid)
        Description copied from interface: ClientController
        Get a client by UUID.
        Specified by:
        get in interface ClientController
        Parameters:
        uuid - The UUID of the client to get.
        Returns:
        The client that is represented by this UUID, or null if no such client exists within the context of this controller.