Uses of Interface
com.iohao.net.common.kit.OperationCode
Packages that use OperationCode
Package
Description
Provides room-based game infrastructure for board games and similar multiplayer room workflows,
including room management, lifecycle processes, and extensible gameplay operations.
Provides gameplay-operation extension points and handlers for room-based games, including
strategy/flyweight style operation dispatch.
-
Uses of OperationCode in com.iohao.net.extension.room
Methods in com.iohao.net.extension.room with parameters of type OperationCodeModifier and TypeMethodDescriptiondefault OperationHandlerRoom.getOperationHandler(OperationCode operationCode) get OperationHandler by OperationCodedefault voidRoom.operation(OperationCode operationCode) execute operationdefault voidRoom.operation(OperationCode operationCode, long userId) execute operationdefault voidRoom.operation(OperationCode operationCode, long userId, Object commandMessage) execute operationdefault voidRoom.operation(OperationCode operationCode, FlowContext flowContext) execute operationdefault voidRoom.operation(OperationCode operationCode, FlowContext flowContext, Object commandMessage) execute operation -
Uses of OperationCode in com.iohao.net.extension.room.operation
Methods in com.iohao.net.extension.room.operation with parameters of type OperationCodeModifier and TypeMethodDescriptiondefault OperationHandlerOperationService.getOperationHandler(OperationCode operationCode) default OperationHandlerOperationService.getUserOperationHandler(OperationCode operationCode) default voidOperationFactory.mapping(OperationCode operationCode, OperationHandler operationHandler) Associate the operation code with the OperationHandler (Gameplay Operation Business Class)default voidOperationFactory.mappingUser(OperationCode operationCode, OperationHandler operationHandler) OperationHandler that the user can operate.