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 DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceprotected abstract DisplayInterfaceRun an action without a target.protected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceprotected abstract DisplayInterfaceRun the action command to a target.Runs the command.abstract DisplayInterfaceCommandRunner.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 DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceDoes not compute, TellCommand requires a target name.protected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceSpecial 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 DisplayInterfaceTries 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 TypeClassDescriptionclassAn administrator, which is a simple user with extra rights, in the game.classA bot in the game.classA mob in the game.classA character in the game.classA shopkeeper in the game.classA 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)".