Package io.aether.api.clientserverregapi
Interface GlobalRegServerApi
-
- All Known Subinterfaces:
GlobalRegServerApiRemote
- All Known Implementing Classes:
GlobalRegServerApiLocal
public interface GlobalRegServerApi
-
-
Field Summary
Fields Modifier and Type Field Description static io.aether.net.fastMeta.FastMetaApi<GlobalRegServerApi,GlobalRegServerApiRemote>META
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.aether.utils.futures.ARFuture<FinishResult>finish()voidsetMasterKey(io.aether.api.common.Key key)
-
-
-
Field Detail
-
META
static final io.aether.net.fastMeta.FastMetaApi<GlobalRegServerApi,GlobalRegServerApiRemote> META
-
-
Method Detail
-
setMasterKey
void setMasterKey(io.aether.api.common.Key key)
-
finish
io.aether.utils.futures.ARFuture<FinishResult> finish()
-
-