Uses of Package
mmud.commands
Packages that use mmud.commands
Package
Description
Provides the different commands possible for players.
Provides the Enterprise Java Beans used for the REST services.
-
Classes in mmud.commands used by mmud.commandsClassDescriptionThe interface used for all commands to be executed.The definition of a user command.Will run the command provided.An abstract class for the commands that may only be executed by a member of a guild.An abstract class for the most normal commands.Indicates a command that needs or can have a target, like "action to Marvin" but necessarily, like "bow".
-
Classes in mmud.commands used by mmud.commands.communicationClassDescriptionThe interface used for all commands to be executed.An abstract class for the most normal commands.Indicates a command that needs or can have a target, like "action to Marvin" but necessarily, like "bow".
-
Classes in mmud.commands used by mmud.commands.guildClassDescriptionThe interface used for all commands to be executed.An abstract class for the commands that may only be executed by a member of a guild.An abstract class for the commands that may only be executed by the owner of a guild, the guildmaster.An abstract class for the most normal commands.
-
Classes in mmud.commands used by mmud.commands.itemsClassDescriptionThe interface used for all commands to be executed.An abstract class for the most normal commands.
-
Classes in mmud.commands used by mmud.commands.movementClassDescriptionThe interface used for all commands to be executed.An abstract class for the most normal commands.
-
Classes in mmud.commands used by mmud.rest.services