Uses of Class
mmud.services.PersonService
Packages that use PersonService
Package
Description
Provides the different commands possible for players.
Provides the Enterprise Java Beans used for the REST services.
-
Uses of PersonService in mmud.commands
Methods in mmud.commands that return PersonServiceModifier and TypeMethodDescriptionCommandRunner.getPersonService()
protected PersonService
NormalCommand.getPersonService()
Methods in mmud.commands with parameters of type PersonServiceModifier and TypeMethodDescriptionvoid
CommandRunner.setServices
(PersonService personService, LogService logService, GuildService guildService, ItemService itemService, EventsService eventsService, AdminService adminService, HelpService helpService, ChatService chatService) -
Uses of PersonService in mmud.rest.services
Methods in mmud.rest.services with parameters of type PersonServiceModifier and TypeMethodDescriptionvoid
PublicRestService.setPersonBean
(PersonService personService)