Uses of Class
mmud.commands.CommandRunner
Packages that use CommandRunner
Package
Description
Provides the different commands possible for players.
Provides the Enterprise Java Beans used for the REST services.
-
Uses of CommandRunner in mmud.commands
Methods in mmud.commands with parameters of type CommandRunner -
Uses of CommandRunner in mmud.rest.services
Constructors in mmud.rest.services with parameters of type CommandRunnerModifierConstructorDescriptionGameRestService
(BoardService boardService, IdleUsersService idleUsersService, MailService mailService, CommandRunner commandRunner, LogService logService, PlayerAuthenticationService playerAuthenticationService)