Uses of Class
mmud.database.entities.game.UserCommand
Packages that use UserCommand
Package
Description
Provides the different commands possible for players.
Provides the JPA Database Entities.
-
Uses of UserCommand in mmud.commands
Method parameters in mmud.commands with type arguments of type UserCommandModifier and TypeMethodDescriptionCommandRunner.runCommand
(User aUser, String aCommand, List<UserCommand> userCommands) Runs a specific command. -
Uses of UserCommand in mmud.database.entities.game
Methods in mmud.database.entities.game that return types with arguments of type UserCommandModifier and TypeMethodDescriptionAdmin.getCommandCollection()
Method.getCommandCollection()
Admin.getMmCommandsCollection()
Method.getMmCommandsCollection()
Method parameters in mmud.database.entities.game with type arguments of type UserCommandModifier and TypeMethodDescriptionvoid
Admin.setCommandCollection
(Collection<UserCommand> commandCollection) void
Method.setCommandCollection
(Collection<UserCommand> commandCollection) void
Admin.setMmCommandsCollection
(Collection<UserCommand> mmCommandsCollection) void
Method.setMmCommandsCollection
(Collection<UserCommand> mmCommandsCollection) -
Uses of UserCommand in mmud.rest.webentities.admin
Constructors in mmud.rest.webentities.admin with parameters of type UserCommand