Package io.aether.api.clientserverapi
Class ClientApiSafeLocal<RT>
- java.lang.Object
-
- io.aether.api.clientserverapi.ClientApiSafeLocal<RT>
-
- All Implemented Interfaces:
ClientApiSafe
public abstract class ClientApiSafeLocal<RT> extends java.lang.Object implements ClientApiSafe
-
-
Field Summary
Fields Modifier and Type Field Description protected RTremoteApi-
Fields inherited from interface io.aether.api.clientserverapi.ClientApiSafe
META
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedClientApiSafeLocal(RT remoteApi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RTgetRemoteApi()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.aether.api.clientserverapi.ClientApiSafe
addAccessGroupsToClient, addItemsToAccessGroup, changeAlias, changeParent, newChild, removeAccessGroupsFromClient, removeItemsFromAccessGroup, requestTelemetry, sendAccessCheckResults, sendAccessGroupForClient, sendAccessGroups, sendAllAccessedClients, sendCloud, sendClouds, sendMessages, sendServerDescriptor, sendServerDescriptors
-
-