Interface CmdRegion
- All Known Implementing Classes:
DefaultCmdRegion
public interface CmdRegion
- Author:
- 渔民小镇
- date:
- 2023-05-01
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddServerId(int serverId) intendpointLogicServerId(int[] logicServerIds) intbooleanvoidremoveByServerId(int serverId)
-
Method Details
-
addServerId
void addServerId(int serverId) -
removeByServerId
void removeByServerId(int serverId) -
endpointLogicServerId
int endpointLogicServerId(int[] logicServerIds) -
hasServerId
boolean hasServerId() -
getAnyServerId
int getAnyServerId()
-