Uses of Class
com.bdtripp.hauntedhouse.api.GameRequest
Packages that use GameRequest
-
Uses of GameRequest in com.bdtripp.hauntedhouse.controller
Methods in com.bdtripp.hauntedhouse.controller with parameters of type GameRequestModifier and TypeMethodDescriptionGameController.executeCommand(GameRequest request) Executes a player command within the current game session. -
Uses of GameRequest in com.bdtripp.hauntedhouse.service
Methods in com.bdtripp.hauntedhouse.service with parameters of type GameRequestModifier and TypeMethodDescriptionGameService.execute(GameRequest request) Processes a player command and returns the resulting game output and status.