Interface ClientState.ServerInfo
- All Known Implementing Classes:
ClientStateInMemory.ServerInfo
- Enclosing interface:
ClientState
public static interface ClientState.ServerInfo
-
Method Summary
Modifier and TypeMethodDescriptionio.aether.api.common.ServerDescriptorintvoidsetDescriptor(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)
-