Interface ClientState.ServerInfo

All Known Implementing Classes:
ClientStateInMemory.ServerInfo
Enclosing interface:
ClientState

public static interface ClientState.ServerInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    io.aether.api.common.ServerDescriptor
     
    int
     
    void
    setDescriptor(io.aether.api.common.ServerDescriptor serverDescriptor)
     
  • Method Details

    • getServerId

      int getServerId()
    • getDescriptor

      io.aether.api.common.ServerDescriptor getDescriptor()
    • setDescriptor

      void setDescriptor(io.aether.api.common.ServerDescriptor serverDescriptor)