Uses of Interface
com.iohao.net.extension.room.operation.PlayerOperationContext
Packages that use PlayerOperationContext
Package
Description
Provides gameplay-operation extension points and handlers for room-based games, including
strategy/flyweight style operation dispatch.
-
Uses of PlayerOperationContext in com.iohao.net.extension.room.operation
Classes in com.iohao.net.extension.room.operation that implement PlayerOperationContextModifier and TypeClassDescriptionclassRoom gameplay operation execution context and domain-event payload.Methods in com.iohao.net.extension.room.operation with parameters of type PlayerOperationContextModifier and TypeMethodDescriptionvoidOperationHandler.process(PlayerOperationContext context) Execute processing after verification passesvoidSimpleOperationHandler.process(PlayerOperationContext context) default booleanOperationHandler.processVerify(PlayerOperationContext context) Check and verify if the user's operation step is valid, and determine whether to execute theOperationHandler.process(PlayerOperationContext)method based on the return value.