Package io.aether.api.clientserverregapi
Class ServerApiByUidLocal<RT>
- java.lang.Object
-
- io.aether.api.clientserverregapi.ServerApiByUidLocal<RT>
-
- All Implemented Interfaces:
ServerApiByUid
public abstract class ServerApiByUidLocal<RT> extends java.lang.Object implements ServerApiByUid
-
-
Field Summary
Fields Modifier and Type Field Description protected RTremoteApi-
Fields inherited from interface io.aether.api.clientserverregapi.ServerApiByUid
META
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedServerApiByUidLocal(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.clientserverregapi.ServerApiByUid
addAccessGroup, block, createTime, getBalance, getBeneficiary, getBlockTime, getParent, getPosition, onlineTime, removeAccessGroup, setBeneficiary, setParent, unblock
-
-