Uses of Interface
com.iohao.net.common.kit.OperationCode
Packages that use OperationCode
Package
Description
Extension Module - Board Game/Room Game, light-game-room + Domain Event + Built-in Kit = Easily Handle Board Games
Extension Module - Board Games, Room-Based Games - Extension of Gameplay Operations within a Room.
-
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.