Uses of Interface
com.iohao.net.extension.room.operation.PlayerOperationContext
Packages that use PlayerOperationContext
Package
Description
Extension Module - Board Games, Room-Based Games - Extension of Gameplay Operations within a Room.
-
Uses of PlayerOperationContext in com.iohao.net.extension.room.operation
Classes in com.iohao.net.extension.room.operation that implement PlayerOperationContextMethods 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.