Uses of Interface
com.iohao.net.extension.room.operation.OperationService
Packages that use OperationService
Package
Description
Provides room-based game infrastructure for board games and similar multiplayer room workflows,
including room management, lifecycle processes, and extensible gameplay operations.
-
Uses of OperationService in com.iohao.net.extension.room
Methods in com.iohao.net.extension.room that return OperationServiceModifier and TypeMethodDescriptiondefault OperationServiceRoom.getOperationService()getOperationServiceSimpleRoom.getOperationService()Methods in com.iohao.net.extension.room with parameters of type OperationServiceModifier and TypeMethodDescriptiondefault voidRoom.setOperationService(OperationService operationService) setOperationServicevoidSimpleRoom.setOperationService(OperationService operationService)