Uses of Interface
mmud.database.entities.game.DisplayInterface
Packages that use DisplayInterface
Package
Description
Provides the different commands possible for players.
Provides the JPA Database Entities for Characters.
Provides the JPA Database Entities.
Provides the JPA Database Entities for item definitions and item instances.
-
Uses of DisplayInterface in mmud.commands
Methods in mmud.commands that return DisplayInterfaceModifier and TypeMethodDescriptionprotected DisplayInterface
protected DisplayInterface
protected DisplayInterface
protected DisplayInterface
protected abstract DisplayInterface
Run an action without a target.protected DisplayInterface
protected DisplayInterface
protected DisplayInterface
protected DisplayInterface
protected abstract DisplayInterface
Run the action command to a target.Runs the command.abstract DisplayInterface
CommandRunner.runCommand
(User aUser, String aCommand, List<UserCommand> userCommands) Runs a specific command. -
Uses of DisplayInterface in mmud.commands.communication
Methods in mmud.commands.communication that return DisplayInterfaceModifier and TypeMethodDescriptionprotected DisplayInterface
protected DisplayInterface
protected DisplayInterface
Does not compute, TellCommand requires a target name.protected DisplayInterface
protected DisplayInterface
protected DisplayInterface
protected DisplayInterface
Special case again, because this whisper has a very different message when whispering to people. -
Uses of DisplayInterface in mmud.commands.guild
Methods in mmud.commands.guild that return DisplayInterfaceModifier and TypeMethodDescription -
Uses of DisplayInterface in mmud.commands.items
Methods in mmud.commands.items that return DisplayInterfaceModifier and TypeMethodDescriptionTries out the buy command.abstract DisplayInterface
Tries out the sell command. -
Uses of DisplayInterface in mmud.commands.movement
Methods in mmud.commands.movement that return DisplayInterfaceModifier and TypeMethodDescription -
Uses of DisplayInterface in mmud.database.entities.characters
Classes in mmud.database.entities.characters that implement DisplayInterfaceModifier and TypeClassDescriptionclass
An administrator, which is a simple user with extra rights, in the game.class
A bot in the game.class
A mob in the game.class
A character in the game.class
A shopkeeper in the game.class
A user in the game.Methods in mmud.database.entities.characters that return DisplayInterface -
Uses of DisplayInterface in mmud.database.entities.game
Classes in mmud.database.entities.game that implement DisplayInterface -
Uses of DisplayInterface in mmud.database.entities.items
Classes in mmud.database.entities.items that implement DisplayInterfaceMethods in mmud.database.entities.items that return DisplayInterface -
Uses of DisplayInterface in mmud.scripting
Methods in mmud.scripting that return DisplayInterfaceModifier and TypeMethodDescriptionRuns a specific function called "function command(person, command)".