Uses of Class
mmud.database.entities.characters.User
Packages that use User
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 information regarding website scripts.
Provides the Enterprise Java Beans used for the REST services.
Provides snapshots of database entities, specifically for the web.
-
Uses of User in mmud.commands
Methods in mmud.commands with parameters of type UserModifier 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.protected PersonRetrieves a target from the command line, detected in the form of "[command] [target] stuff".protected PersonRetrieves a target from the command line, detected in the form of "[command] to [target] stuff".static List<CommandFactory.UserCommandInfo> CommandFactory.getUserCommands(User user, String aCommand, BiConsumer<String, Throwable> errorConsumer) Returns all matching user commands.Runs the command.abstract DisplayInterfaceCommandRunner.runCommand(User aUser, String aCommand, List<UserCommand> userCommands) Runs a specific command. -
Uses of User in mmud.commands.communication
Methods in mmud.commands.communication with parameters of type UserModifier 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.protected Person -
Uses of User in mmud.commands.guild
Methods in mmud.commands.guild with parameters of type UserModifier and TypeMethodDescription -
Uses of User in mmud.commands.items
Methods in mmud.commands.items with parameters of type UserModifier and TypeMethodDescriptionTries out the buy command.abstract DisplayInterfaceTries out the sell command. -
Uses of User in mmud.commands.movement
Methods in mmud.commands.movement with parameters of type UserModifier and TypeMethodDescription -
Uses of User in mmud.database.entities.characters
Subclasses of User in mmud.database.entities.charactersModifier and TypeClassDescriptionclassAn administrator, which is a simple user with extra rights, in the game.Methods in mmud.database.entities.characters that return types with arguments of type UserModifier and TypeMethodDescriptionUser.getIgnoredSet()The list of people that are ignoring you.User.getIgnoringSet()The list of people that you are ignoring.Methods in mmud.database.entities.characters with parameters of type UserModifier and TypeMethodDescriptionvoidUser.addAnnoyingUser(User aUser) Adds a user to be ignored to the big ignore list.booleanUser.removeAnnoyingUser(User aUser) Removes a user from the big ignore list. -
Uses of User in mmud.database.entities.game
Methods in mmud.database.entities.game that return UserModifier and TypeMethodDescriptionGuild.getActiveMember(String name) Searches and returns the person by name in this guild, or null if not found.Guild.getBoss()Returns the guildmaster of this guild.Searches and returns the person by name in this guild, or null if not found.Chatline.getOwner()BoardMessage.getPerson()Chatlineusers.getUser()Room.retrieveUser(String aName) retrieve the player from the list of characters currently active in the current room.Methods in mmud.database.entities.game that return types with arguments of type UserModifier and TypeMethodDescriptionGuild.getActiveMembers()All members of the guild actively playing the game as of this moment.Guild.getMembers()Methods in mmud.database.entities.game with parameters of type UserModifier and TypeMethodDescriptionbooleanBoard.addMessage(User aUser, String message) voidSets the guildmaster of this guild.voidvoidvoidMethod parameters in mmud.database.entities.game with type arguments of type UserModifier and TypeMethodDescriptionvoidGuild.setActiveMembers(SortedSet<User> personCollection) voidGuild.setMembers(SortedSet<User> personCollection) -
Uses of User in mmud.database.entities.web
Methods in mmud.database.entities.web that return UserMethods in mmud.database.entities.web with parameters of type User -
Uses of User in mmud.rest.services
Methods in mmud.rest.services that return UserModifier and TypeMethodDescriptionprotected UserGuildRestService.authenticateGuildMaster(String name) protected UserThis method should be called to verify that the target of a certain action is a user with the appropriate password.Methods in mmud.rest.services that return types with arguments of type UserModifier and TypeMethodDescriptionGuildRestService.getGuildHopefuls(Guild aGuild) returns a list of persons that wish to become a member of a guild.Methods in mmud.rest.services with parameters of type UserModifier and TypeMethodDescriptionstatic PrivatePersonRestUtilities.getPrivatePerson(User person, List<Family> list, CharacterInfo characterInfo) static PublicPersonRestUtilities.getPublicPerson(User person, List<Family> list, CharacterInfo characterInfo) -
Uses of User in mmud.rest.webentities
Constructors in mmud.rest.webentities with parameters of type User -
Uses of User in mmud.rest.webentities.admin
Constructors in mmud.rest.webentities.admin with parameters of type UserModifierConstructorDescriptionAdminAdmin(User user) AdminAdmin(User user, Admin admin) AdminCharacter(User item) AdminGuildmember(User item) -
Uses of User in mmud.services
Methods in mmud.services that return UserModifier and TypeMethodDescriptionPlayerAuthenticationService.authenticate(String name, SecurityContext context) This method should be called to verify that the target of a certain action is indeed a proper authenticated user.PlayerAuthenticationService.authenticateGuildMaster(String name, SecurityContext context) Authenticates a guildmaster.PersonService.getActiveUser(String name) Retrieves a player, playing the game.Retrieves a player, may or may not be playing the game.Methods in mmud.services that return types with arguments of type UserMethods in mmud.services with parameters of type UserModifier and TypeMethodDescriptionItemService.buy(Item item, User aUser, Shopkeeper shopkeeper) Buys an item from a shopkeeper.ChatService.createChatline(String chatlinename, String attribute, String colour, User aUser) voidChatService.deleteChatLine(User aUser, String chatlinename) Delete the chatline including all the users making use of this chatline.voidGuildService.deleteGuild(User person) voidChatService.editChatline(String chatlinename, String attribute, String colour, User aUser, User newOwner) ItemService.sell(Item item, User aUser, Shopkeeper shopkeeper) Sells an item from a user to a shopkeeper.voidPersonCommunicationService.sendChatBubble(User person, Person from, String aMessage) Method parameters in mmud.services with type arguments of type User -
Uses of User in org.karchan.webentities
Constructors in org.karchan.webentities with parameters of type User