Interface ClientApiSafe

    • Method Detail

      • changeParent

        void changeParent​(java.util.UUID uid)
      • changeAlias

        void changeAlias​(java.util.UUID alias)
      • newChild

        void newChild​(java.util.UUID uid)
      • sendMessages

        void sendMessages​(Message[] msg)
      • sendServerDescriptor

        void sendServerDescriptor​(io.aether.api.common.ServerDescriptor serverDescriptor)
      • sendServerDescriptors

        void sendServerDescriptors​(io.aether.api.common.ServerDescriptor[] serverDescriptors)
      • sendCloud

        void sendCloud​(java.util.UUID uid,
                       io.aether.api.common.Cloud cloud)
      • sendClouds

        void sendClouds​(io.aether.api.common.UUIDAndCloud[] clouds)
      • requestTelemetry

        void requestTelemetry()