Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABOUT_BODY - Enum constant in enum class Wearing
 
accept_access - Variable in class PrivateRank
 
AcceptCommand - Class in mmud.commands.guild
Makes you, as guildmaster, accept a new member to the guild.
AcceptCommand(String) - Constructor for class AcceptCommand
 
action(User, String, String) - Method in class BowCommand
 
action(User, String, String) - Method in class CommunicationCommand
 
action(User, String, String) - Method in class ShoutCommand
 
action(User, String, String) - Method in class TellCommand
Does not compute, TellCommand requires a target name.
action(User, String, String) - Method in class CurtseyCommand
 
action(User, String, String) - Method in class EmotionCommand
 
action(User, String, String) - Method in class EmotionToCommand
 
action(User, String, String) - Method in class TargetCommand
Run an action without a target.
actionTo(User, Person, String, String) - Method in class BowCommand
 
actionTo(User, Person, String, String) - Method in class CommunicationCommand
 
actionTo(User, Person, String, String) - Method in class ShoutCommand
 
actionTo(User, Person, String, String) - Method in class TellCommand
 
actionTo(User, Person, String, String) - Method in class WhisperCommand
Special case again, because this whisper has a very different message when whispering to people.
actionTo(User, Person, String, String) - Method in class CurtseyCommand
 
actionTo(User, Person, String, String) - Method in class EmotionCommand
 
actionTo(User, Person, String, String) - Method in class EmotionToCommand
 
actionTo(User, Person, String, String) - Method in class TargetCommand
Run the action command to a target.
activate() - Method in class User
activate a character
active - Variable in class AdminCharacter
 
addAnnoyingUser(User) - Method in class User
Adds a user to be ignored to the big ignore list.
addendum - Variable in class AdminLog
 
addGuildrank(Guildrank) - Method in class Guild
Adds a guildrank.
addInventory(Set<Item>, StringBuilder) - Static method in class Constants
Adds a descriptive set of the items to the string builder.
addInventoryForRoom(Set<Item>) - Static method in class Constants
Adds a descriptive set of the items.
addItem(Item) - Method in class Person
Adds an Item to the inventory of this person.
addItem(Item) - Method in class Room
Adds an Item to the room.
addItem(Item) - Method in class Item
Adds an Item to the bag (container).
addItem(Item) - Method in interface ItemWrangler
Adds an Item to this ItemWrangler.
addItem(Item) - Method in class Item
Adds a new item to this bag.
addItem(Item) - Method in class Person
Adds a new item to the inventory of this person.
addItem(Item) - Method in class Room
Adds a new item to this room.
addMacro(Macro) - Method in class User
Adds a macro to the list of macros.
addMessage(User, String) - Method in class Board
 
addPerson(Person) - Method in class Room
Should ONLY be used for testing!!!!
address - Variable in class AdminCharacter
 
address - Variable in class AdminBannedIP
 
addShopkeeperList(Set<Item>, StringBuilder) - Static method in class OutputFormatter
Adds a descriptive set of the items and their buy/sell price to the string builder.
addUserCommand(int, String, String, Long) - Static method in class CommandFactory
Add a user command to the structure.
adjectives - Variable in class AdminItemDefinition
 
adjectives - Variable in class PrivateItem
 
Admin - Class in mmud.database.entities.game
 
Admin() - Constructor for class Admin
 
Admin(String) - Constructor for class Admin
 
ADMIN_CHATLINE - Static variable in class AdminCommand
 
ADMIN_CHATLINES - Static variable in class AdminCommand
 
ADMIN_FROG - Static variable in class AdminCommand
 
ADMIN_HELP - Static variable in class AdminCommand
 
ADMIN_JACKASS - Static variable in class AdminCommand
 
ADMIN_KICK - Static variable in class AdminCommand
 
ADMIN_RESET_COMMANDS - Static variable in class AdminCommand
 
ADMIN_RUNEVENT - Static variable in class AdminCommand
 
ADMIN_VISIBLE - Static variable in class AdminCommand
 
ADMIN_WALL - Static variable in class AdminCommand
 
AdminAdmin - Class in mmud.rest.webentities.admin
Data record containing admin information
AdminAdmin() - Constructor for class AdminAdmin
 
AdminAdmin(User) - Constructor for class AdminAdmin
 
AdminAdmin(User, Admin) - Constructor for class AdminAdmin
 
AdminArea - Class in mmud.rest.webentities.admin
 
AdminArea() - Constructor for class AdminArea
 
AdminArea(Area) - Constructor for class AdminArea
 
AdminAttribute - Class in mmud.rest.webentities.admin
AdminAttribute() - Constructor for class AdminAttribute
 
AdminAttribute(Attribute, AdminMudType) - Constructor for class AdminAttribute
 
AdminAttribute(Attribute, AdminMudType, String) - Constructor for class AdminAttribute
 
AdminBannedIP - Class in mmud.rest.webentities.admin.bans
 
AdminBannedIP() - Constructor for class AdminBannedIP
 
AdminBannedIP(BanTable) - Constructor for class AdminBannedIP
 
AdminBannedName - Class in mmud.rest.webentities.admin.bans
 
AdminBannedName() - Constructor for class AdminBannedName
 
AdminBannedName(BannedName) - Constructor for class AdminBannedName
 
AdminBlog - Class in mmud.rest.webentities.admin
 
AdminBlog() - Constructor for class AdminBlog
 
AdminBlog(Blog) - Constructor for class AdminBlog
 
AdminBoard - Class in mmud.rest.webentities.admin
 
AdminBoard() - Constructor for class AdminBoard
 
AdminBoard(Board) - Constructor for class AdminBoard
 
AdminBoardMessage - Class in mmud.rest.webentities.admin
 
AdminBoardMessage() - Constructor for class AdminBoardMessage
 
AdminBoardMessage(BoardMessage) - Constructor for class AdminBoardMessage
 
AdminCharacter - Class in mmud.rest.webentities.admin
 
AdminCharacter() - Constructor for class AdminCharacter
 
AdminCharacter(Person) - Constructor for class AdminCharacter
 
AdminCharacter(User) - Constructor for class AdminCharacter
 
AdminCommand - Class in mmud.commands
Admin commands are commands executed by users that have god set to 1.
AdminCommand(String) - Constructor for class AdminCommand
 
AdminEvent - Class in mmud.rest.webentities.admin
 
AdminEvent() - Constructor for class AdminEvent
 
AdminEvent(Event) - Constructor for class AdminEvent
 
AdminGuild - Class in mmud.rest.webentities.admin
 
AdminGuild() - Constructor for class AdminGuild
 
AdminGuild(Guild) - Constructor for class AdminGuild
 
AdminGuildmember - Class in mmud.rest.webentities.admin
 
AdminGuildmember() - Constructor for class AdminGuildmember
 
AdminGuildmember(User) - Constructor for class AdminGuildmember
 
AdminHistoricTemplate - Class in mmud.rest.webentities.admin
 
AdminHistoricTemplate() - Constructor for class AdminHistoricTemplate
 
AdminHistoricTemplate(HistoricTemplate) - Constructor for class AdminHistoricTemplate
 
administration - Variable in class PrivateWikipage
 
Administrator - Class in mmud.database.entities.characters
An administrator, which is a simple user with extra rights, in the game.
Administrator() - Constructor for class Administrator
 
AdminItem - Record Class in mmud.rest.webentities.admin
 
AdminItem(Integer, Long, Integer, Long, String, Long, Integer, String, String, LocalDateTime) - Constructor for record class AdminItem
Creates an instance of a AdminItem record class.
AdminItem(Item) - Constructor for record class AdminItem
 
AdminItemDefinition - Class in mmud.rest.webentities.admin
 
AdminItemDefinition() - Constructor for class AdminItemDefinition
 
AdminItemDefinition(ItemDefinition) - Constructor for class AdminItemDefinition
 
AdminLog - Class in mmud.rest.webentities.admin
 
AdminLog() - Constructor for class AdminLog
 
AdminLog(Log) - Constructor for class AdminLog
 
AdminManpage - Class in mmud.rest.webentities.admin
 
AdminManpage() - Constructor for class AdminManpage
 
AdminManpage(Help) - Constructor for class AdminManpage
 
AdminMethod - Class in mmud.rest.webentities.admin
 
AdminMethod() - Constructor for class AdminMethod
 
AdminMethod(Method) - Constructor for class AdminMethod
 
AdminMudType - Enum Class in mmud.rest.webentities.admin
Everything except world attributes, as that has a separate page.
AdminRestService - Class in mmud.rest.services.admin
Currently the only thing it is used for is for a player to reset the owner of his character.
AdminRestService() - Constructor for class AdminRestService
 
AdminRoom - Class in mmud.rest.webentities.admin
 
AdminRoom() - Constructor for class AdminRoom
 
AdminRoom(Room) - Constructor for class AdminRoom
 
AdminService - Class in mmud.services
 
AdminService() - Constructor for class AdminService
 
AdminSillyName - Class in mmud.rest.webentities.admin.bans
 
AdminSillyName() - Constructor for class AdminSillyName
 
AdminSillyName(SillyName) - Constructor for class AdminSillyName
 
AdminTemplate - Class in mmud.rest.webentities.admin
 
AdminTemplate() - Constructor for class AdminTemplate
 
AdminTemplate(HtmlTemplate) - Constructor for class AdminTemplate
 
AdminUnbannedName - Class in mmud.rest.webentities.admin.bans
 
AdminUnbannedName() - Constructor for class AdminUnbannedName
 
AdminUnbannedName(SillyName) - Constructor for class AdminUnbannedName
 
AdminUserCommand - Class in mmud.rest.webentities.admin
 
AdminUserCommand() - Constructor for class AdminUserCommand
 
AdminUserCommand(UserCommand) - Constructor for class AdminUserCommand
 
AdminWorldattribute - Class in mmud.rest.webentities.admin
AdminWorldattribute() - Constructor for class AdminWorldattribute
 
AdminWorldattribute(Worldattribute) - Constructor for class AdminWorldattribute
 
Adverbs - Class in mmud.constants
 
afk - Variable in class PublicPerson
 
AfkCommand - Class in mmud.commands
Set your AFK, or remove your AFK.
AfkCommand(String) - Constructor for class AfkCommand
 
age - Variable in class AdminCharacter
 
age - Variable in class PrivatePerson
 
alignment - Variable in class AdminCharacter
 
Alignment - Enum Class in mmud.database.enums
Indicates how drunk you are, or how thirsty.
ALMOST_EXHAUSTED - Enum constant in enum class Movement
 
alphabetical(String) - Static method in class InputSanitizer
Returns a safe string, containing only alphabetical characters.
alphabeticalandspace(String) - Static method in class InputSanitizer
Returns a safe string, containing only alphabetical characters and space.
alphanumerical(String) - Static method in class InputSanitizer
Returns a safe string, containing only alphanumerical characters.
alphanumericalandpuntuation(String) - Static method in class InputSanitizer
Returns a safe string, containing only alphanumerical characters and punctuation.
alphanumericalandspace(String) - Static method in class InputSanitizer
Returns a safe string, containing only alphanumerical characters and space.
amount - Variable in class PrivateItem
 
Answer - Class in mmud.database.entities.game
 
Answer() - Constructor for class Answer
 
Answer(String, String) - Constructor for class Answer
 
Answer(AnswerPK) - Constructor for class Answer
 
Answer(AnswerPK, String) - Constructor for class Answer
 
answerPK - Variable in class Answer
 
AnswerPK - Class in mmud.database.entities.game
 
AnswerPK() - Constructor for class AnswerPK
 
AnswerPK(String, String) - Constructor for class AnswerPK
 
Appetite - Enum Class in mmud.database.enums
Indicates the appetite of a person.
ApplyCommand - Class in mmud.commands.guild
Makes you apply to a guild.
ApplyCommand(String) - Constructor for class ApplyCommand
 
area - Variable in class AdminArea
 
area - Variable in class AdminRoom
 
area - Variable in class PublicPerson
 
Area - Class in mmud.database.entities.game
 
Area() - Constructor for class Area
 
Area(String) - Constructor for class Area
 
Area(String, String, String, LocalDateTime) - Constructor for class Area
 
AreaRestService - Class in mmud.rest.services.admin
 
AreaRestService() - Constructor for class AreaRestService
 
arm - Variable in class AdminCharacter
 
arm - Variable in class PrivatePerson
 
ASK - Enum constant in enum class CommType
 
AskCommand - Class in mmud.commands.communication
Ask something : "ask Okay, where's everybody?"
AskCommand(String) - Constructor for class AskCommand
 
assignTo(Room) - Method in class Item
 
assignTo(Room, Person, Item) - Method in class Item
 
AT_DEATH - Enum constant in enum class Health
 
Attribute - Interface in mmud.database.entities.game
An attribute interface, containing name, value, value type.
Attributes - Class in mmud.database
 
Attributes() - Constructor for class Attributes
 
AttributeService - Class in mmud.services
 
AttributeService() - Constructor for class AttributeService
 
AttributesRestService - Class in mmud.rest.services.admin
 
AttributesRestService() - Constructor for class AttributesRestService
 
AttributeWrangler - Interface in mmud.database.entities.game
Interface on what is allowed to be done with attributes.
authenticate(String, SecurityContext) - Method in class PlayerAuthenticationService
This method should be called to verify that the target of a certain action is indeed a proper authenticated user.
authenticateGuildMaster(String) - Method in class GuildRestService
 
authenticateGuildMaster(String, SecurityContext) - Method in class PlayerAuthenticationService
Authenticates a guildmaster.
AWFULLY_GOOD - Enum constant in enum class Alignment
 

B

BAD - Enum constant in enum class Alignment
 
BAD - Enum constant in enum class Health
 
bandage - Variable in class AdminCharacter
 
BannedName - Class in mmud.database.entities.game
 
BannedName() - Constructor for class BannedName
 
BannedName(String) - Constructor for class BannedName
 
BannedName(String, LocalDateTime) - Constructor for class BannedName
 
BanRestService - Class in mmud.rest.services.admin
 
BanRestService() - Constructor for class BanRestService
 
BanTable - Class in mmud.database.entities.game
 
BanTable() - Constructor for class BanTable
 
BanTable(String) - Constructor for class BanTable
 
BanTable(String, String, String, String, String) - Constructor for class BanTable
 
beard - Variable in class AdminCharacter
 
beard - Variable in class PrivatePerson
 
belongsto() - Method in record class AdminItem
Returns the value of the belongsto record component.
birth - Variable in class AdminCharacter
 
Blog - Class in mmud.database.entities.web
A blog from one of the administrators of the game.
Blog() - Constructor for class Blog
 
Blog(Long) - Constructor for class Blog
 
Blog(Long, LocalDateTime, LocalDateTime, String, String, String) - Constructor for class Blog
 
BlogsRestService - Class in mmud.rest.services.admin
The REST service for dealing with Blogs.
BlogsRestService() - Constructor for class BlogsRestService
 
Board - Class in mmud.database.entities.game
 
Board() - Constructor for class Board
 
Board(Long) - Constructor for class Board
 
Board(Long, String, String, LocalDateTime) - Constructor for class Board
 
BoardException - Exception Class in mmud.exceptions
 
BoardException(Exception) - Constructor for exception class BoardException
 
BoardException(String) - Constructor for exception class BoardException
 
BoardException(String, Exception) - Constructor for exception class BoardException
 
boardid - Variable in class AdminBoardMessage
 
BoardMessage - Class in mmud.database.entities.game
 
BoardMessage() - Constructor for class BoardMessage
 
BoardService - Class in mmud.services
Takes care of the public boards and the private boards.
BoardService() - Constructor for class BoardService
 
BoardsRestService - Class in mmud.rest.services.admin
 
BoardsRestService() - Constructor for class BoardsRestService
 
body - Variable in class PrivateDisplay
 
body - Variable in class PrivateMail
 
BogusCommand - Class in mmud.commands
Command used if none of the other commands match.
BogusCommand(String) - Constructor for class BogusCommand
 
bossname - Variable in class AdminGuild
 
bossname - Variable in class PublicGuild
 
Bot - Class in mmud.database.entities.characters
A bot in the game.
Bot() - Constructor for class Bot
 
BOT - Enum constant in enum class God
 
bound - Variable in class AdminItemDefinition
 
BowCommand - Class in mmud.commands
Bow : "bow".
BowCommand(String) - Constructor for class BowCommand
 
broadcast(Message) - Static method in class ChatLogEndPoint
 
buy(Item, User, Shopkeeper) - Method in class ItemService
Buys an item from a shopkeeper.
BuyCommand - Class in mmud.commands.items
Buys an item from a shopkeeper.
BuyCommand(String) - Constructor for class BuyCommand
 

C

callable - Variable in class AdminEvent
 
callable - Variable in class AdminUserCommand
 
canReceive() - Method in class Bot
 
canReceive() - Method in class Mob
 
canReceive() - Method in class Person
Indicates whether or not this person can receive items or money from other players.
canReceive() - Method in class User
 
CANRECEIVE - Static variable in class Attributes
Attribute indicating that someone can receive money or items from you.
capacity - Variable in class AdminItemDefinition
 
center() - Method in record class PrivateRoom
Returns the value of the center record component.
cgiAccept - Variable in class AdminCharacter
 
cgiAuthType - Variable in class AdminCharacter
 
cgiContentType - Variable in class AdminCharacter
 
cgiGatewayInterface - Variable in class AdminCharacter
 
cgiPathInfo - Variable in class AdminCharacter
 
cgiPathTranslated - Variable in class AdminCharacter
 
cgiRemoteAddr - Variable in class AdminCharacter
 
cgiRemoteHost - Variable in class AdminCharacter
 
cgiRemoteIdent - Variable in class AdminCharacter
 
cgiRemoteUser - Variable in class AdminCharacter
 
cgiRequestMethod - Variable in class AdminCharacter
 
cgiScriptName - Variable in class AdminCharacter
 
cgiServerName - Variable in class AdminCharacter
 
cgiServerPort - Variable in class AdminCharacter
 
cgiServerProtocol - Variable in class AdminCharacter
 
cgiServerSoftware - Variable in class AdminCharacter
 
cgiUserAgent - Variable in class AdminCharacter
 
ChangeMasterCommand - Class in mmud.commands.guild
Makes you, as guildmaster, promote somebody else as guildmaster.
ChangeMasterCommand(String) - Constructor for class ChangeMasterCommand
 
CharacterInfo - Class in mmud.database.entities.web
 
CharacterInfo() - Constructor for class CharacterInfo
 
CharacterInfo(String) - Constructor for class CharacterInfo
 
charactersheet(String) - Method in class PublicRestService
Returns all the info of a character.
charactersheet(String) - Method in class PrivateService
 
charactersheet(String) - Method in class PublicService
 
Charattribute - Class in mmud.database.entities.game
 
Charattribute() - Constructor for class Charattribute
 
Charattribute(String, Person) - Constructor for class Charattribute
 
CHAT - Enum constant in enum class CommType
 
CHAT - Enum constant in enum class MessageType
General communication, the default.
CHATBUBBLE - Enum constant in enum class MessageType
The idea here is that this indicates that this text should be displayed above the characters head that says it in a speech bubble in the graphical client.
ChatCommand - Class in mmud.commands.communication
Chat to a group of people in the same chatline.
ChatCommand(String) - Constructor for class ChatCommand
 
Chatline - Class in mmud.database.entities.game
A chatline, a chatroom that can be defined by players.
Chatline() - Constructor for class Chatline
 
ChatlineAlreadyExistsException - Exception Class in mmud.exceptions
 
ChatlineAlreadyExistsException(String) - Constructor for exception class ChatlineAlreadyExistsException
 
ChatlineException - Exception Class in mmud.exceptions
 
ChatlineException(String) - Constructor for exception class ChatlineException
 
ChatlineException(String, Exception) - Constructor for exception class ChatlineException
 
ChatlineException(Throwable) - Constructor for exception class ChatlineException
 
ChatlineNotFoundException - Exception Class in mmud.exceptions
 
ChatlineNotFoundException(String) - Constructor for exception class ChatlineNotFoundException
 
ChatlineOperationNotAllowedException - Exception Class in mmud.exceptions
 
ChatlineOperationNotAllowedException(String) - Constructor for exception class ChatlineOperationNotAllowedException
 
Chatlineusers - Class in mmud.database.entities.game
 
Chatlineusers() - Constructor for class Chatlineusers
 
ChatLogEndPoint - Class in mmud.services.websocket
The websocket defined for real time chat communication among players that are playing the game.
ChatLogEndPoint() - Constructor for class ChatLogEndPoint
 
ChatService - Class in mmud.services
 
ChatService(LogService) - Constructor for class ChatService
 
checkMail(String) - Method in class MailChecker
 
checkRegexp(String, String, String) - Static method in class RegularExpressions
Checks if the value matches the regular expression
checkValidation(String, T) - Static method in class ValidationUtils
Checks the validation of a JPA entity.
checkValidation(T) - Static method in class Constants
 
cityofbirth - Variable in class PrivatePerson
 
cityofbirth - Variable in class PublicPerson
 
ClearCommand - Class in mmud.commands
Clear up your log file.
ClearCommand(String) - Constructor for class ClearCommand
 
clearLog() - Method in class PersonCommunicationService
Clears the log.
clearUserCommandStructure() - Static method in class CommandFactory
Clears the map containing all user-defined commands.
close() - Method in class Item
 
CloseCommand - Class in mmud.commands.items
Close a container: "close chest".
CloseCommand(String) - Constructor for class CloseCommand
 
closeTemplateSource(Object) - Method in class Freemarker
 
colour - Variable in class AdminGuild
 
colour - Variable in class PrivateGuild
 
colour() - Method in record class PrivateLogonMessage
Returns the value of the colour record component.
Colour(String, String) - Constructor for record class Colours.Colour
Creates an instance of a Colour record class.
Colours - Class in mmud.constants
 
Colours() - Constructor for class Colours
 
Colours.Colour - Record Class in mmud.constants
 
com.karchan - package com.karchan
 
command - Variable in class AdminManpage
 
command - Variable in class AdminUserCommand
 
Command - Interface in mmud.commands
The interface used for all commands to be executed.
CommandFactory - Class in mmud.commands
The factory that creates commands based on the string entered by the user.
CommandFactory() - Constructor for class CommandFactory
 
CommandFactory.CommandCreator - Interface in mmud.commands
 
CommandFactory.UserCommandInfo - Class in mmud.commands
The definition of a user command.
Commandlog - Class in mmud.database.entities.game
 
Commandlog() - Constructor for class Commandlog
 
Commandlog(Long) - Constructor for class Commandlog
 
Commandlog(Long, LocalDateTime, String, String) - Constructor for class Commandlog
 
CommandReferenceMenu - Class in org.karchan.menus
 
CommandRunner - Class in mmud.commands
Will run the command provided.
CommandRunner() - Constructor for class CommandRunner
 
comment - Variable in class AdminHistoricTemplate
 
comment - Variable in class AdminTemplate
 
comment - Variable in class PrivateWikipage
 
COMMENTS_MESSAGE - Static variable in class RegularExpressions
 
COMMENTS_REGEXP - Static variable in class RegularExpressions
 
CommType - Enum Class in mmud.commands.communication
 
CommunicationCommand - Class in mmud.commands.communication
 
CommunicationCommand(String) - Constructor for class CommunicationCommand
 
CommunicationService - Interface in mmud.services
 
compareItemDescription(List<String>, String, String) - Static method in class OutputFormatter
For example "dusty grey-trimmed fur white cloak".
compareTo(Colours.Colour) - Method in record class Colours.Colour
 
complexion - Variable in class AdminCharacter
 
complexion - Variable in class PrivatePerson
 
ConditionCommand - Class in mmud.commands
Gets or sets the condition/state of your character.
ConditionCommand(String) - Constructor for class ConditionCommand
 
Constants - Class in mmud
 
constitution - Variable in class AdminCharacter
 
container - Variable in class AdminItemDefinition
 
containerdefid() - Method in record class AdminItem
Returns the value of the containerdefid record component.
containerid() - Method in record class AdminItem
Returns the value of the containerid record component.
containsItems() - Method in class Item
Tells you if this item contains other items, for example if it is a bag.
containtype - Variable in class AdminItemDefinition
 
content - Variable in class AdminHistoricTemplate
 
content - Variable in class AdminTemplate
 
content - Variable in class Message
 
content - Variable in class PrivateImage
Base 64 encoded content for the image.
content - Variable in class PrivateWikipage
 
content() - Method in record class PrivateRoom
Returns the value of the content record component.
contents - Variable in class AdminBlog
 
contents - Variable in class AdminManpage
 
contents - Variable in class AdminRoom
 
contents - Variable in class AdminWorldattribute
 
convertToDatabaseColumn(Sex) - Method in class SexConverter
 
convertToEntityAttribute(String) - Method in class SexConverter
 
copper - Variable in class AdminCharacter
 
copper - Variable in class AdminItemDefinition
 
copper - Variable in class Fortune
 
count() - Method in class PersonsRestService
 
count(UriInfo) - Method in class AreaRestService
 
count(UriInfo) - Method in class BoardsRestService
 
count(UriInfo) - Method in class GuildsRestService
 
count(UriInfo) - Method in class ItemDefinitionsRestService
 
count(UriInfo) - Method in class ManpagesRestService
 
count(UriInfo) - Method in class MethodsRestService
 
count(UriInfo) - Method in class RoomsRestService
 
count(UriInfo) - Method in class UserCommandsRestService
 
count(UriInfo) - Method in class WorldattributesRestService
 
countREST() - Method in class EventRestService
 
create(HttpServletRequest, String, PrivatePerson) - Method in class GameRestService
Creates a new character, suitable for playing.
create(String) - Method in class AreaRestService
 
create(String) - Method in class BoardsRestService
 
create(String) - Method in class EventRestService
 
create(String) - Method in class GuildsRestService
 
create(String) - Method in class ItemDefinitionsRestService
 
create(String) - Method in class ItemsRestService
 
create(String) - Method in class ManpagesRestService
 
create(String) - Method in class MethodsRestService
 
create(String) - Method in class PersonsRestService
 
create(String) - Method in class RoomsRestService
 
create(String) - Method in class UserCommandsRestService
 
create(String) - Method in class WorldattributesRestService
 
create(Event) - Method in class EventRestService
 
create(AdminBlog) - Method in class BlogsRestService
 
createBannedIP(String) - Method in class BanRestService
 
createBannedName(String) - Method in class BanRestService
 
createBlogMenu(String) - Method in class MenuFactory
 
CreateChatCommand - Class in mmud.commands.communication
Creates a new chatline.
CreateChatCommand(String) - Constructor for class CreateChatCommand
 
createChatline(String, String, String, User) - Method in class ChatService
 
createCommand() - Method in interface CommandFactory.CommandCreator
 
createCommand() - Method in class CurtseyCommand
 
createCommandMenu() - Method in class MenuFactory
Creates the datamodel for the command explanation in the freemarker root.
createCoordinatesPrivateRoom(Room) - Static method in record class PrivateRoom
 
created - Variable in class AdminHistoricTemplate
 
created - Variable in class AdminTemplate
 
createDate - Variable in class PrivateImage
 
createDate - Variable in class PrivateWikipage
 
createFromString(String) - Static method in enum class Sex
Little factory method for creating a Sex object.
createGuild(String, PrivateGuild) - Method in class GuildRestService
Creates a new guild.
CreateGuildCommand - Class in mmud.commands.guild
Creates a guild.
CreateGuildCommand(String) - Constructor for class CreateGuildCommand
 
createGuildRank(String, PrivateRank) - Method in class GuildRestService
Create a rank of the guild of the user.
createItem() - Method in class ItemDefinition
Creates a normal item with this itemdefinition.
createItem(int) - Method in class Items
Creates an item based on an item definition number.
createItem(long) - Method in interface ItemsInterface
Creates a new item.
createItem(long) - Method in class ItemService
 
createMailItem(String, long, int) - Method in class PrivateRestService
Creates an itemDefinitionId instance (and, if required, an itemDefinitionId definition) representing an in-game version of a single mail based by id.
createMember(String, PrivatePerson) - Method in class GuildRestService
Adds a member to the guild of the user.
createMessage(PersistenceException) - Static method in class ExceptionUtils
 
createMessage(ConstraintViolationException) - Static method in class ExceptionUtils
Creates a useful message for your constraint violations.
createPersonMenu() - Method in class MenuFactory
Creates the datamodel for the character sheet in the freemarker root.
createPicture(String, String) - Method in class PicturesRestService
Create a new picture.
createRank(Guildrank) - Static method in class PrivateRank
 
createResponse() - Method in class GraphicsRestService
 
createResponse() - Method in class PrivateRestService
 
createSillyName(String) - Method in class BanRestService
 
createSimplePrivatePerson(Person) - Static method in class PrivatePerson
Used for the list of people in a room for example.
createToken(String, Set<String>) - Method in class JsonWebTokenProvider
 
createUnbannedName(String) - Method in class BanRestService
 
createWikiMenu(String, boolean) - Method in class MenuFactory
 
createWikipage(String) - Method in class WikipageRestService
Create a new wikipage.
creation - Variable in class AdminAdmin
 
creation - Variable in class AdminArea
 
creation - Variable in class AdminBlog
 
creation - Variable in class AdminBoard
 
creation - Variable in class AdminCharacter
 
creation - Variable in class AdminEvent
 
creation - Variable in class AdminGuild
 
creation - Variable in class AdminItemDefinition
 
creation - Variable in class AdminLog
 
creation - Variable in class AdminMethod
 
creation - Variable in class AdminRoom
 
creation - Variable in class AdminUserCommand
 
creation - Variable in class AdminWorldattribute
 
creation - Variable in class AdminBannedName
 
creation - Variable in class DeputyScript
 
creation - Variable in class PublicGuild
 
creation() - Method in record class AdminItem
Returns the value of the creation record component.
CRY - Enum constant in enum class CommType
 
CryCommand - Class in mmud.commands.communication
Cry something : "cry Good morning, everyone." or "cry to Karn Good morning, Karn."
CryCommand(String) - Constructor for class CryCommand
 
currentstate - Variable in class AdminCharacter
 
CurtseyCommand - Class in mmud.commands
 
CurtseyCommand(String) - Constructor for class CurtseyCommand
 
CustomExceptionMapper - Class in mmud.exceptions
 
CustomExceptionMapper() - Constructor for class CustomExceptionMapper
 
customize(ClassDescriptor) - Method in class MessagesFilterForBoard
 
customize(ClassDescriptor) - Method in class PersonsFilter
Adds the "active person" check to specific collections, as a filter.
CustomWebExceptionMapper - Class in mmud.exceptions
 
CustomWebExceptionMapper() - Constructor for class CustomWebExceptionMapper
 

D

damageresistance - Variable in class AdminItemDefinition
 
date - Variable in class AdminBannedIP
 
DateCommand - Class in mmud.commands
Shows the current date in the game: "date".
DateCommand(String) - Constructor for class DateCommand
 
dateofbirth - Variable in class PrivatePerson
 
dateofbirth - Variable in class PublicPerson
 
DATETIME_FORMAT - Static variable in class Constants
For example 2020-05-17 13:23:34.
DateTimeUtilities - Class in mmud.database.entities
 
DateTimeUtilities() - Constructor for class DateTimeUtilities
 
dayofmonth - Variable in class AdminEvent
 
dayofweek - Variable in class AdminEvent
 
days - Variable in class AdminBannedIP
 
days - Variable in class AdminBannedName
 
deactivate() - Method in class User
deactivate a character (usually because someone typed quit.)
deactivateCommand() - Method in class CommandFactory.UserCommandInfo
Use this method when the command that had to be run, throws an exception.
decode(String) - Method in class MessageDecoder
 
decreaseHealth(Integer) - Method in class Person
 
DEFAULT_GUILDMESSAGE_COLOUR - Static variable in class Guild
 
DEFAULT_OWNER - Static variable in class Admin
 
DEFAULT_USER - Enum constant in enum class God
 
delete(String) - Method in class PrivateRestService
Deletes a character, permanently.
DeleteChatCommand - Class in mmud.commands.communication
Removes a chat, including all people that have joined.
DeleteChatCommand(String) - Constructor for class DeleteChatCommand
 
deleteChatLine(User, String) - Method in class ChatService
Delete the chatline including all the users making use of this chatline.
deleted - Variable in class PrivateMail
 
deleteFamilyvalues(String, String) - Method in class PrivateRestService
Deletes some family values from your family tree.
deleteGuild(User) - Method in class GuildService
 
DeleteGuildCommand - Class in mmud.commands.guild
Deletes a guild.
DeleteGuildCommand(String) - Constructor for class DeleteGuildCommand
 
deleteGuildHopeful(String, String) - Method in class GuildRestService
Remove a hopeful of the guild of the user.
deleteGuildrank(Guildrank) - Method in class Guild
Deletes a guildrank.
deleteGuildRank(String, Integer) - Method in class GuildRestService
Delete a rank of the guild of the user.
deleteGuildRest(String) - Method in class GuildRestService
Deletes the guild.
deleteLog(String) - Method in class GameRestService
Removes the log of a player, i.e.
deleteMail(String, long) - Method in class PrivateRestService
Deletes a single mail based by id.
deleteMember(String, String) - Method in class GuildRestService
Removes a member from the guild.
deletePerson(HttpServletRequest, String) - Method in class PrivateRestService
Deletes an entire character.
deletePerson(Person) - Method in class PersonService
Permanently removes a person from the database, including all related items like boardposts and mudmails and the like.
deletePicture(String, Long) - Method in class PicturesRestService
Delete an existing picture.
deleteWikipage(String) - Method in class WikipageRestService
Deletes a wikipage.
Deprecated - Search tag in package mmud.database.entities.items
Section
DEPUTIES_EMAILADDRESS - Static variable in class Constants
 
DeputiesCommand - Class in mmud.commands
Shows the current active deputies (may not be online in the game).
DeputiesCommand(String) - Constructor for class DeputiesCommand
 
deputy - Variable in class AdminLog
 
deputy - Variable in class AdminBannedIP
 
deputy - Variable in class AdminBannedName
 
DEPUTY - Static variable in class Roles
Administrators.
DeputyScript - Class in mmud.rest.webentities
 
DeputyScript() - Constructor for class DeputyScript
 
DeputyScript(Method) - Constructor for class DeputyScript
 
description - Variable in class AdminArea
 
description - Variable in class AdminBoard
 
description - Variable in class AdminItemDefinition
 
description - Variable in class PrivatePerson
Description of the player, readonly.
description - Variable in class PublicFamily
 
description - Variable in class PublicPerson
Description of the player, readonly.
description() - Method in record class PrivateBoard
Returns the value of the description record component.
DESCRIPTION - Static variable in class Attributes
Attribute indicating a description that takes precedence over an existing description.
DESCRIPTION - Static variable in class RoomsRestService
 
deserialize(byte[]) - Method in class JsonbDeserializer
 
destroy() - Method in class MessageDecoder
 
destroy() - Method in class MessageEncoder
 
DestroyCommand - Class in mmud.commands.items
Destroys an item from inventory.
DestroyCommand(String) - Constructor for class DestroyCommand
 
destroyItem(Item) - Method in class Person
 
destroyItem(Item) - Method in class Room
 
destroyItem(Item) - Method in class Item
 
destroyItem(Item) - Method in interface ItemWrangler
Physically destroys an item instance.
DetailsCommand - Class in mmud.commands.guild
Provides all the necessary details about the current guild that you are a member of.
DetailsCommand(String) - Constructor for class DetailsCommand
 
dexterity - Variable in class AdminCharacter
 
direct() - Method in enum class Sex
returns either "he" or "she"
Direct() - Method in enum class Sex
returns either "He" or "She"
DisarmCommand - Class in mmud.commands.items
You start removing what you are carrying in either left hand, right hand or both hands.
DisarmCommand(String) - Constructor for class DisarmCommand
 
discriminator - Variable in class AdminItemDefinition
 
discriminator() - Method in record class AdminItem
Returns the value of the discriminator record component.
Display - Class in mmud.database.entities.game
TODO: feels wrong, need a better solution.
Display() - Constructor for class Display
 
Display(String, String, String) - Constructor for class Display
 
DisplayInterface - Interface in mmud.database.entities.game
Display interface, indicates the things that needs to be shown.
doGet(HttpServletRequest, HttpServletResponse) - Method in class RedirectingServlet
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class ImageServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class WebsiteServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class RedirectingServlet
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class WikipagePreviewServlet
 
down - Variable in class AdminRoom
 
down - Variable in class PrivateDisplay
 
down() - Method in record class PrivateRoom
Returns the value of the down record component.
DownCommand - Class in mmud.commands.movement
Go down below: "down".
DownCommand(String) - Constructor for class DownCommand
 
DRINK_COME - Enum constant in enum class Sobriety
 
DRINK_LITTLE - Enum constant in enum class Sobriety
 
DRINK_MORE - Enum constant in enum class Sobriety
 
DRINK_WHOLE_LOT_MORE - Enum constant in enum class Sobriety
 
drinkable - Variable in class AdminItemDefinition
 
DrinkCommand - Class in mmud.commands.items
Drink an item: "drink beer".
DrinkCommand(String) - Constructor for class DrinkCommand
 
drinkstats - Variable in class AdminCharacter
 
drop(Person, Room) - Method in class Item
 
drop(Room) - Method in class Item
Specialty method for the creation of new items in a room.
drop(Item) - Method in class Person
 
drop(Item) - Method in class Room
A person, apparently, dropped this into the room.
drop(Item, Person) - Method in class ItemService
Drops an item on the floor.
dropable - Variable in class AdminItemDefinition
 
DropCommand - Class in mmud.commands.items
Drop an item onto the floor: "drop bucket".
DropCommand(String) - Constructor for class DropCommand
 
DRUNK - Enum constant in enum class Sobriety
 

E

east - Variable in class AdminRoom
 
east - Variable in class PrivateDisplay
 
east() - Method in record class PrivateRoom
Returns the value of the east record component.
EastCommand - Class in mmud.commands.movement
Proceed east: "east".
EastCommand(String) - Constructor for class EastCommand
 
EAT_LITTLE - Enum constant in enum class Appetite
 
EAT_LOT_MORE - Enum constant in enum class Appetite
 
EAT_SOME - Enum constant in enum class Appetite
 
EAT_WHOLE_LOT_MORE - Enum constant in enum class Appetite
 
eatable - Variable in class AdminItemDefinition
 
EatCommand - Class in mmud.commands.items
Eat an item from inventory.
EatCommand(String) - Constructor for class EatCommand
 
eatstats - Variable in class AdminCharacter
 
EbayPolicy - Class in mmud.database
 
EbayPolicy() - Constructor for class EbayPolicy
 
edit(Integer, String) - Method in class EventRestService
 
edit(Integer, String) - Method in class UserCommandsRestService
 
edit(Long, String) - Method in class BoardsRestService
 
edit(Long, String) - Method in class ItemDefinitionsRestService
 
edit(Long, String) - Method in class RoomsRestService
 
edit(Long, AdminBlog) - Method in class BlogsRestService
 
edit(Long, AdminTemplate) - Method in class TemplatesRestService
 
edit(String, String) - Method in class AreaRestService
 
edit(String, String) - Method in class GuildsRestService
 
edit(String, String) - Method in class ManpagesRestService
 
edit(String, String) - Method in class MethodsRestService
 
edit(String, String) - Method in class PersonsRestService
 
edit(String, String) - Method in class WorldattributesRestService
 
edit(String, String, String) - Method in class AttributesRestService
 
EditChatCommand - Class in mmud.commands.communication
Edits an existing chatline.
EditChatCommand(String) - Constructor for class EditChatCommand
 
editChatline(String, String, String, User, User) - Method in class ChatService
 
editMessage(Long, Long, String) - Method in class BoardsRestService
 
editor - Variable in class AdminHistoricTemplate
 
editor - Variable in class AdminTemplate
 
email - Variable in class AdminAdmin
 
email - Variable in class AdminCharacter
 
email - Variable in class PrivatePerson
 
Emotion(String, String) - Constructor for record class Emotions.Emotion
Creates an instance of a Emotion record class.
EmotionCommand - Class in mmud.commands
Provides an emotional response.
EmotionCommand(String) - Constructor for class EmotionCommand
 
Emotions - Class in mmud.constants
 
Emotions() - Constructor for class Emotions
 
Emotions.Emotion - Record Class in mmud.constants
 
EmotionToCommand - Class in mmud.commands
Provides an emotional response to a person.
EmotionToCommand(String) - Constructor for class EmotionToCommand
 
EMPTY_LOG - Static variable in class Person
 
encode(byte[]) - Method in class HexEncoder
 
encode(Message) - Method in class MessageEncoder
 
encrypt(String, Hash) - Method in class HexEncoder
Encrypts the password using the given encoding.
enterGame(HttpServletRequest, String) - Method in class GameRestService
Starts playing the game.
equals(Object) - Method in class CommandFactory.UserCommandInfo
 
equals(Object) - Method in record class Colours.Colour
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class Emotions.Emotion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class Person
 
equals(Object) - Method in record class Position
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class Rotation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class Scale
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class Transform
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class Admin
 
equals(Object) - Method in class Answer
 
equals(Object) - Method in class AnswerPK
 
equals(Object) - Method in class Area
 
equals(Object) - Method in class BannedName
 
equals(Object) - Method in class BanTable
 
equals(Object) - Method in class Board
 
equals(Object) - Method in class BoardMessage
 
equals(Object) - Method in class Charattribute
 
equals(Object) - Method in class Chatline
 
equals(Object) - Method in class Chatlineusers
 
equals(Object) - Method in class Commandlog
 
equals(Object) - Method in class ErrorMessage
 
equals(Object) - Method in class Event
 
equals(Object) - Method in class Eventlog
 
equals(Object) - Method in class Guild
 
equals(Object) - Method in class Guildrank
 
equals(Object) - Method in class GuildrankPK
 
equals(Object) - Method in class Help
 
equals(Object) - Method in class Log
 
equals(Object) - Method in class Macro
 
equals(Object) - Method in class MacroPK
 
equals(Object) - Method in class Mail
 
equals(Object) - Method in class MailReceiver
 
equals(Object) - Method in class Method
 
equals(Object) - Method in class Room
 
equals(Object) - Method in class Roomattribute
 
equals(Object) - Method in class SillyName
 
equals(Object) - Method in class UnbanTable
 
equals(Object) - Method in class UserCommand
 
equals(Object) - Method in class Worldattribute
 
equals(Object) - Method in class Itemattribute
 
equals(Object) - Method in class ItemDefinition
 
equals(Object) - Method in class Blog
 
equals(Object) - Method in class CharacterInfo
 
equals(Object) - Method in class Family
 
equals(Object) - Method in class FamilyPK
 
equals(Object) - Method in class FamilyValue
 
equals(Object) - Method in class Faq
 
equals(Object) - Method in class HistoricTemplate
 
equals(Object) - Method in class HtmlTemplate
 
equals(Object) - Method in class Image
 
equals(Object) - Method in class Link
 
equals(Object) - Method in class Wikipage
 
equals(Object) - Method in class WikipageHistory
 
equals(Object) - Method in record class AdminItem
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class PrivateBoard
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class PrivateBoardMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class PrivateLogonMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class PrivateRoom
Indicates whether some other object is "equal to" this one.
ErrorDetails - Class in mmud.exceptions
Object that is sent to the client as a json string, upon throwing a MudWebException.
ErrorDetails() - Constructor for class ErrorDetails
 
errormessage - Variable in class ErrorDetails
 
ErrorMessage - Class in mmud.database.entities.game
 
ErrorMessage() - Constructor for class ErrorMessage
 
ErrorMessage(String) - Constructor for class ErrorMessage
 
ErrorMessage(String, String) - Constructor for class ErrorMessage
 
Event - Class in mmud.database.entities.game
An event, defined to execute at a certain time.
Event() - Constructor for class Event
 
Event(Integer) - Constructor for class Event
 
Event(Integer, Integer, Integer, Integer, Integer, Integer, boolean, LocalDateTime) - Constructor for class Event
 
eventid - Variable in class AdminEvent
 
Eventlog - Class in mmud.database.entities.game
 
Eventlog() - Constructor for class Eventlog
 
Eventlog(Long) - Constructor for class Eventlog
 
Eventlog(Long, LocalDateTime, String, String) - Constructor for class Eventlog
 
EventRestService - Class in mmud.rest.services.admin
 
EventRestService() - Constructor for class EventRestService
 
events(HttpServletRequest) - Method in class EventsRestService
Runs every minute, looks up which user-defined event to execute now.
EventsRestService - Class in mmud.rest.services
Takes care of all the events.
EventsRestService() - Constructor for class EventsRestService
 
EventsService - Class in mmud.services
 
EventsService() - Constructor for class EventsService
 
EVIL - Enum constant in enum class Alignment
 
example1 - Variable in class AdminManpage
 
example1a - Variable in class AdminManpage
 
example1b - Variable in class AdminManpage
 
example2 - Variable in class AdminManpage
 
example2a - Variable in class AdminManpage
 
example2b - Variable in class AdminManpage
 
example2c - Variable in class AdminManpage
 
ExceptionUtils - Class in mmud.exceptions
 
ExceptionUtils() - Constructor for class ExceptionUtils
 
executeIdleCleanup(HttpServletRequest) - Method in class EventsRestService
Started once an hour, and computes who has been idle too long.
existsAdverb(String) - Static method in class Adverbs
Checks to see that an adverb is valid.
experience - Variable in class AdminCharacter
 
EXTREMELY_HURT - Enum constant in enum class Health
 
EyebrowCommand - Class in mmud.commands
Raises your eyebrow.
EyebrowCommand(String) - Constructor for class EyebrowCommand
 
eyes - Variable in class AdminCharacter
 
eyes - Variable in class PrivatePerson
 

F

face - Variable in class AdminCharacter
 
face - Variable in class PrivatePerson
 
Family - Class in mmud.database.entities.web
 
Family() - Constructor for class Family
 
Family(String, String) - Constructor for class Family
 
Family(FamilyPK) - Constructor for class Family
 
familyname - Variable in class AdminCharacter
 
familyname - Variable in class PrivatePerson
 
familyname - Variable in class PublicPerson
 
familyPK - Variable in class Family
 
FamilyPK - Class in mmud.database.entities.web
 
FamilyPK() - Constructor for class FamilyPK
 
FamilyPK(String, String) - Constructor for class FamilyPK
 
FamilyValue - Class in mmud.database.entities.web
 
FamilyValue() - Constructor for class FamilyValue
 
FamilyValue(Integer) - Constructor for class FamilyValue
 
familyvalues - Variable in class PrivatePerson
 
familyvalues - Variable in class PublicPerson
 
Faq - Class in mmud.database.entities.web
A simple container for a question and answer.
Faq() - Constructor for class Faq
 
Faq(Long) - Constructor for class Faq
 
Faq(Long, String, Date, Date, String) - Constructor for class Faq
 
FaqMenu - Class in org.karchan.menus
 
FEMALE - Enum constant in enum class Sex
 
fightable - Variable in class AdminCharacter
 
fightingwho - Variable in class AdminCharacter
 
fileLength - Variable in class Message
 
find(Integer) - Method in class EventRestService
 
find(Integer) - Method in class ItemsRestService
 
find(Integer) - Method in class UserCommandsRestService
 
find(Long) - Method in class BlogsRestService
 
find(Long) - Method in class BoardsRestService
 
find(Long) - Method in class ItemDefinitionsRestService
 
find(Long) - Method in class RoomsRestService
 
find(Long) - Method in class TemplatesRestService
 
find(Long) - Method in class Rooms
Returns the room with this specific id.
find(Long) - Method in interface RoomsInterface
Returns the room with this specific id.
find(Long) - Method in class RoomsService
 
find(String) - Method in class AreaRestService
 
find(String) - Method in class AttributesRestService
 
find(String) - Method in class GuildsRestService
 
find(String) - Method in class ManpagesRestService
 
find(String) - Method in class MethodsRestService
 
find(String) - Method in class PersonsRestService
 
find(String) - Method in class WorldattributesRestService
 
find(String) - Method in class Persons
Returns the person with this specific name.
find(String) - Method in interface PersonsInterface
Returns the person with this specific name.
find(String) - Method in class PersonService
Retrieves someone in the game.
find(String, String) - Method in class AttributesRestService
 
findAll() - Method in class BlogsRestService
 
findAll() - Method in class EventRestService
 
findAll() - Method in class PersonsRestService
 
findAll() - Method in class TemplatesRestService
 
findAll(UriInfo) - Method in class AreaRestService
 
findAll(UriInfo) - Method in class BoardsRestService
 
findAll(UriInfo) - Method in class GuildsRestService
 
findAll(UriInfo) - Method in class ItemDefinitionsRestService
 
findAll(UriInfo) - Method in class ManpagesRestService
 
findAll(UriInfo) - Method in class MethodsRestService
 
findAll(UriInfo) - Method in class RoomsRestService
 
findAll(UriInfo) - Method in class UserCommandsRestService
 
findAll(UriInfo) - Method in class WorldattributesRestService
 
findAllBannedIPS(UriInfo) - Method in class BanRestService
 
findAllBannedNames(UriInfo) - Method in class BanRestService
 
findAllSillyNames(UriInfo) - Method in class BanRestService
 
findAllUnbannedNames(UriInfo) - Method in class BanRestService
 
findHistory(Long) - Method in class TemplatesRestService
 
findItems(List<String>) - Method in class Person
Returns items in the inventory of this character, based on description provided by the user.
findItems(List<String>) - Method in class Room
Returns items if found, otherwise returns an empty list.
findItems(List<String>) - Method in class Item
 
findItems(List<String>) - Method in interface ItemWrangler
Returns items this entity has, based on description provided.
findItems(List<String>) - Method in class Person
Returns items in the inventory of this character, based on description provided.
findMenu(String) - Static method in class MenuFactory
Looks in all menus that have been created.
findRange(UriInfo, Integer, Integer) - Method in class AreaRestService
 
findRange(UriInfo, Integer, Integer) - Method in class BoardsRestService
 
findRange(UriInfo, Integer, Integer) - Method in class EventRestService
 
findRange(UriInfo, Integer, Integer) - Method in class GuildsRestService
 
findRange(UriInfo, Integer, Integer) - Method in class ItemDefinitionsRestService
 
findRange(UriInfo, Integer, Integer) - Method in class ManpagesRestService
 
findRange(UriInfo, Integer, Integer) - Method in class MethodsRestService
 
findRange(UriInfo, Integer, Integer) - Method in class RoomsRestService
 
findRange(UriInfo, Integer, Integer) - Method in class UserCommandsRestService
 
findRange(UriInfo, Integer, Integer) - Method in class WorldattributesRestService
 
findRange(Integer, Integer) - Method in class PersonsRestService
 
findRecentMessages(Long) - Method in class BoardsRestService
 
findTemplateSource(String) - Method in class Freemarker
 
findVisibleMenu(String) - Static method in class MenuFactory
Returns the visible menu, based on the URL.
FLOATING_NEARBY - Enum constant in enum class Wearing
 
Fortune - Class in mmud.rest.webentities
 
Fortune - Class in org.karchan.webentities
 
Fortune() - Constructor for class Fortune
 
Fortune(String, int) - Constructor for class Fortune
 
Fortune(String, int) - Constructor for class Fortune
 
fortunes() - Method in class PublicRestService
Returns a Fortune 100 of players on karchan.
FortunesMenu - Class in org.karchan.menus
 
Freemarker - Class in org.karchan
 
Freemarker() - Constructor for class Freemarker
 
from - Variable in class Message
 
fromJson(String) - Static method in class AdminAdmin
 
fromJson(String) - Static method in class AdminArea
 
fromJson(String) - Static method in class AdminAttribute
 
fromJson(String) - Static method in class AdminBoard
 
fromJson(String) - Static method in class AdminBoardMessage
 
fromJson(String) - Static method in class AdminCharacter
 
fromJson(String) - Static method in class AdminEvent
 
fromJson(String) - Static method in class AdminGuild
 
fromJson(String) - Static method in class AdminGuildmember
 
fromJson(String) - Static method in class AdminHistoricTemplate
 
fromJson(String) - Static method in record class AdminItem
 
fromJson(String) - Static method in class AdminItemDefinition
 
fromJson(String) - Static method in class AdminLog
 
fromJson(String) - Static method in class AdminManpage
 
fromJson(String) - Static method in class AdminMethod
 
fromJson(String) - Static method in class AdminRoom
 
fromJson(String) - Static method in class AdminTemplate
 
fromJson(String) - Static method in class AdminUserCommand
 
fromJson(String) - Static method in class AdminWorldattribute
 
fromJson(String) - Static method in class AdminBannedIP
 
fromJson(String) - Static method in class AdminBannedName
 
fromJson(String) - Static method in class AdminSillyName
 
fromJson(String) - Static method in class AdminUnbannedName
 
fromJson(String) - Static method in class Message
 
fromJson(String) - Static method in class PrivateLog
 
fromJson(String) - Static method in class PrivateMail
 
fromJson(String) - Static method in class PrivatePassword
 
fromJson(String) - Static method in record class PrivateRoom
 
fromJson(String) - Static method in class PrivateWikipage
 
fromJson(String) - Static method in class PublicPerson
 
fromJson(String, Class<T>) - Static method in class JsonUtils
 
FULL - Enum constant in enum class Appetite
 
FULLY_EXHAUSTED - Enum constant in enum class Movement
 
fysically - Variable in class AdminCharacter
 

G

GameRestService - Class in mmud.rest.services
Takes care of all the game-related functions.
GameRestService(BoardService, IdleUsersService, MailService, CommandRunner, LogService, PlayerAuthenticationService) - Constructor for class GameRestService
 
generateLoginToken(CallerPrincipal, Set<String>) - Method in class KarchanRememberMeStore
 
get(int) - Static method in enum class Wearing
Recreates the constants from an integer.
get(int) - Static method in enum class Wielding
Recreates the constants from an integer.
get(Integer) - Static method in enum class Appetite
Returns the appetite based on provided ordinal value.
get(Integer) - Static method in enum class God
Returns the enum based on a numerical value.
get(Integer) - Static method in enum class Health
Returns the health based on provided ordinal value.
get(String) - Static method in enum class Appetite
Returns the appetite based on a description.
get(String) - Static method in enum class Health
Returns the health based on a description.
get(Person, Room) - Method in class Item
 
get(Item) - Method in class Person
Picked up an item from a room.
get(Item) - Method in class Room
 
get(Item, Person) - Method in class ItemService
Gets an item from off the floor/room.
GET_ITEMDEFS_QUERY - Static variable in record class AdminItem
Provides all item instances with this itemdefinition.
GET_PERSONS_QUERY - Static variable in record class AdminItem
Provides all item instances belonging to a person.
GET_QUERY - Static variable in class AdminArea
 
GET_QUERY - Static variable in class AdminBoard
 
GET_QUERY - Static variable in class AdminCharacter
 
GET_QUERY - Static variable in class AdminEvent
 
GET_QUERY - Static variable in class AdminGuild
 
GET_QUERY - Static variable in class AdminGuildmember
 
GET_QUERY - Static variable in class AdminItemDefinition
 
GET_QUERY - Static variable in class AdminManpage
 
GET_QUERY - Static variable in class AdminMethod
 
GET_QUERY - Static variable in class AdminRoom
 
GET_QUERY - Static variable in class AdminUserCommand
 
GET_QUERY - Static variable in class AdminWorldattribute
 
GET_QUERY - Static variable in class AdminBannedIP
 
GET_QUERY - Static variable in class AdminBannedName
 
GET_QUERY - Static variable in class AdminSillyName
 
GET_QUERY - Static variable in class AdminUnbannedName
 
GET_QUERY - Static variable in class PrivateImage
 
GET_ROOMS_QUERY - Static variable in record class AdminItem
Provides all item instances in a room.
GET_SEARCH_QUERY - Static variable in class AdminRoom
 
getable - Variable in class AdminItemDefinition
 
getAcceptAccess() - Method in class Guildrank
 
getActive() - Method in class Guild
 
getActiveMember(String) - Method in class Guild
Searches and returns the person by name in this guild, or null if not found.
getActiveMembers() - Method in class Guild
All members of the guild actively playing the game as of this moment.
getActivePlayers() - Method in class PersonService
 
getActiveUser(String) - Method in class PersonService
Retrieves a player, playing the game.
getAddendum() - Method in class Eventlog
 
getAddendum() - Method in class Log
 
getAddress() - Method in class User
 
getAddress() - Method in class BanTable
 
getAdjectives() - Method in class ItemDefinition
Return the first adjective.
getAdminCommand() - Static method in class CommandFactory
 
getAdministration() - Method in class Wikipage
 
getAdministration() - Method in class WikipageHistory
 
getAdministrator(String) - Method in class AdminRestService
 
getAdministrator(String) - Method in class AdminService
Returns the found valid administrator with that name.
getAdministrators() - Method in class AdminRestService
Returns a list of currently valid administrators.
getAdministrators() - Method in class AdminService
Returns a list of currently valid administrators.
getAdminService() - Method in class NormalCommand
 
getAdverbs() - Static method in class Adverbs
 
getAfk() - Method in class Person
 
getAge() - Method in class Person
returns the age of the character.
getAlarmDescription() - Method in class Guild
Returns a description in case the guild is in danger of being purged from the database.
getAlignment() - Method in class Person
 
getAlignment(Integer) - Static method in enum class Alignment
Returns the thirstiness of the character.
getAnswer() - Method in class Answer
 
getAnswer() - Method in class Faq
 
getAnswerPK() - Method in class Answer
 
getAppetite(Integer) - Static method in enum class Appetite
Returns the appetite of the character.
getArea() - Method in class Area
 
getArea() - Method in class Room
 
getAreaCollection() - Method in class Admin
 
getArm() - Method in class Person
returns the arms of the character.
getAttribute(String) - Method in class Person
 
getAttribute(String) - Method in interface AttributeWrangler
Retrieves an attribute, returns null if not found.
getAttribute(String) - Method in class Room
 
getAttribute(String) - Method in class Item
 
getAttribute(String) - Method in class Item
 
getAttribute(String) - Method in class Person
 
getAttribute(String) - Method in class Room
 
getAttribute(String) - Method in class World
Returns the attribute with this specific name.
getAttribute(String) - Method in interface WorldInterface
Returns the attribute with this specific name.
getAttribute(String) - Method in class AttributeService
 
getAttributeId() - Method in interface Attribute
 
getAttributeId() - Method in class Charattribute
 
getAttributeId() - Method in class Roomattribute
 
getAttributeId() - Method in class Itemattribute
 
getAttributename() - Method in class Chatline
 
getAttributes() - Method in class Room
 
getAuthorities() - Method in class JsonWebTokenCredential
 
getBandage() - Method in class Person
 
getBasepath() - Static method in class Constants
Returns the base file path.
getBeard() - Method in class Person
returns the beard of the character.
getBelongsTo() - Method in class Item
Will return the person that owns this item.
getBirth() - Method in class Person
 
getBoard() - Method in class BoardMessage
 
getBoard(String) - Method in class Room
retrieve the board in the room.
getBoard(String) - Method in class BoardService
 
getBoardCollection() - Method in class Admin
 
getBody() - Method in class Person
 
getBody() - Method in class Board
 
getBody() - Method in class Display
 
getBody() - Method in interface DisplayInterface
The body to be displayed on the screen.
getBody() - Method in class Guild
This is primarily used for displaying the current status of the guild to a member of the guild.
getBody() - Method in class Help
 
getBody() - Method in class Mail
 
getBody() - Method in class Room
 
getBody() - Method in class Item
 
getBody() - Method in class PaypalRequest
 
getBodyForWebpage() - Method in class Help
 
getBogusCommand() - Static method in class CommandFactory
 
getBoss() - Method in class Guild
Returns the guildmaster of this guild.
getBossname() - Method in class PublicGuild
 
getCallable() - Method in class Event
Returns if this event is 'active'.
getCallable() - Method in class UserCommand
 
getCallerGroups(CredentialValidationResult) - Method in class KarchanAuthorizationStore
 
getCapacity() - Method in class ItemDefinition
The capacity of this container.
getCategory() - Method in class Item
Returns the category of the item.
getCategory() - Method in class NormalItem
 
getCategory() - Method in class ShopkeeperList
 
getCenterPoint() - Method in class Room
 
getCgiAccept() - Method in class User
 
getCgiAuthType() - Method in class User
 
getCgiContentType() - Method in class User
 
getCgiGatewayInterface() - Method in class User
 
getCgiPathInfo() - Method in class User
 
getCgiPathTranslated() - Method in class User
 
getCgiRemoteAddr() - Method in class User
 
getCgiRemoteHost() - Method in class User
 
getCgiRemoteIdent() - Method in class User
 
getCgiRemoteUser() - Method in class User
 
getCgiRequestMethod() - Method in class User
 
getCgiScriptName() - Method in class User
 
getCgiServerName() - Method in class User
 
getCgiServerPort() - Method in class User
 
getCgiServerProtocol() - Method in class User
 
getCgiServerSoftware() - Method in class User
 
getCgiUserAgent() - Method in class User
 
getCharacterSheet(String) - Method in class PrivateRestService
Gets your current character info.
getChatline() - Method in class Chatlineusers
 
getChatline(String) - Method in class ChatService
 
getChatLine(String) - Method in class User
 
getChatlines() - Method in class ChatService
 
getChatname() - Method in class Chatline
 
getChatService() - Method in class CommandRunner
 
getChatService() - Method in class NormalCommand
 
getChildren() - Method in class Wikipage
 
getCityofbirth() - Method in class CharacterInfo
 
getCollectionName() - Method in class PersonsFilter
 
getCollectionName() - Method in class PersonsFilterForGuild
 
getCollectionName() - Method in class PersonsFilterForRoom
 
getColour() - Method in class Chatline
 
getColour() - Method in class Guild
Indicates the colour of the guild chat.
getColours() - Static method in class Colours
 
getColoursAsCss() - Static method in class Colours
Useless function that I use for regenerating the CSS files in the Angular app.
getColoursAsInputfield() - Static method in class Colours
Useless function that I use for generating the selector in the Angular app.
getCommand() - Method in class CommandFactory.UserCommandInfo
 
getCommand() - Method in class Commandlog
 
getCommand() - Method in class Help
The command for which help is requested and found.
getCommand() - Method in class UserCommand
 
getCommand(String) - Static method in class CommandFactory
Returns the commands to be used, based on the first word in the command entered by the user.
GetCommand - Class in mmud.commands.items
Retrieve item from floor: "get bucket".
GetCommand(String) - Constructor for class GetCommand
 
getCommandCollection() - Method in class Admin
 
getCommandCollection() - Method in class Method
 
getCommandId() - Method in class CommandFactory.UserCommandInfo
 
getCommands(Long) - Method in class RoomsRestService
 
getCommands(String) - Method in class MethodsRestService
 
getComment() - Method in class HistoricTemplate
 
getComment() - Method in class HtmlTemplate
 
getComment() - Method in class Wikipage
 
getComment() - Method in class WikipageHistory
 
getCommType() - Method in class AskCommand
 
getCommType() - Method in class ChatCommand
 
getCommType() - Method in class CommunicationCommand
 
getCommType() - Method in class CryCommand
 
getCommType() - Method in class DeleteChatCommand
 
getCommType() - Method in class LeaveChatCommand
 
getCommType() - Method in class SayCommand
 
getCommType() - Method in class ScreamCommand
 
getCommType() - Method in class ShoutCommand
 
getCommType() - Method in class SingCommand
 
getCommType() - Method in class TellCommand
 
getCommType() - Method in class WhisperCommand
 
getCommunicationService(Person) - Static method in interface CommunicationService
Returns the communication service, based on a person.
getCommunicationService(Person, Consumer<String>) - Static method in interface CommunicationService
Returns the communication service, based on a person.
getCommunicationService(Guild) - Static method in interface CommunicationService
Returns the communication service, based on a guild.
getCommunicationService(Room) - Static method in interface CommunicationService
Returns the communication service, based on a room.
getComplexion() - Method in class Person
returns the complexion of the character.
getConfiguration() - Method in class Freemarker
 
getConstitution() - Method in class Person
 
getContainer() - Method in class Item
Retrieves the item that contains this item (if possible).
getContaintype() - Method in class ItemDefinition
 
getContent() - Method in class Blog
 
getContent() - Method in class HistoricTemplate
 
getContent() - Method in class HtmlTemplate
 
getContent() - Method in class Image
 
getContent() - Method in class Wikipage
 
getContent() - Method in class WikipageHistory
 
getContents() - Method in class Help
The explanation, description, whatever-you-may-call-it.
getContents() - Method in class Macro
 
getContents() - Method in class Room
A description of the room.
getContents() - Method in class Worldattribute
 
getContents() - Method in class Blog
 
getCopper() - Method in class Person
Returns the amount of money a character has (in coppers).
getCopper() - Method in class Item
 
getCopper() - Method in class ItemDefinition
Return the amount of money, in copper coins, it costs.
getCopper() - Method in class Fortune
 
getCreated() - Method in class Admin
 
getCreated() - Method in class Faq
 
getCreated() - Method in class HistoricTemplate
 
getCreated() - Method in class HtmlTemplate
 
getCreateDate() - Method in class Blog
 
getCreateDate() - Method in class Image
 
getCreateDate() - Method in class Wikipage
 
getCreateDate() - Method in class WikipageHistory
 
getCreation() - Method in class Person
 
getCreation() - Method in class Area
 
getCreation() - Method in class BannedName
 
getCreation() - Method in class Board
 
getCreation() - Method in class Event
 
getCreation() - Method in class Eventlog
 
getCreation() - Method in class Guild
 
getCreation() - Method in class Log
 
getCreation() - Method in class Method
 
getCreation() - Method in class Room
 
getCreation() - Method in class UserCommand
 
getCreation() - Method in class Worldattribute
 
getCreation() - Method in class Item
 
getCreation() - Method in class ItemDefinition
When this item was originally created.
getCreation() - Method in class PaypalLog
 
getCreation() - Method in class Link
 
getCreation() - Method in class PublicGuild
 
getCredential(String) - Method in class JsonWebTokenProvider
 
getDamageresistance() - Method in class ItemDefinition
 
getDate() - Method in class BanTable
 
getDateofbirth() - Method in class CharacterInfo
 
getDatetime(LocalDateTime) - Static method in class DateTimeUtilities
Formats date and time.
getDayofmonth() - Method in class Event
Returns the day of the month, starting with 1.
getDayofweek() - Method in class Event
Returns the day of the week at which this event should be run.
getDays() - Method in class BannedName
 
getDays() - Method in class BanTable
 
getDaysguilddeath() - Method in class Guild
 
getDeleted() - Method in class Mail
Indicates wether or not the original send of the mail, has deleted the mail.
getDeleted() - Method in class MailReceiver
Indicates wether the received of the mail has deleted the mail.
getDeleted() - Method in class Faq
 
getDeputies() - Method in class PublicService
 
getDeputy() - Method in class BannedName
 
getDeputy() - Method in class BanTable
 
getDeputy() - Method in class Log
Indicates that this log message was transmitted by the actions of a deputy.
getDescription() - Method in class Person
Returns the description of the character.
getDescription() - Method in class Area
 
getDescription() - Method in class Board
 
getDescription() - Method in class ErrorMessage
 
getDescription() - Method in class Guild
 
getDescription() - Method in class Item
Description of the item, for example "a white, cloth pants".
getDescription() - Method in class ItemDefinition
A full and long description of an item.
getDescription() - Method in class Family
 
getDescription() - Method in class FamilyValue
 
getDescription() - Method in enum class Alignment
Returns the description of this enum.
getDescription() - Method in enum class Appetite
Returns the description of this enum.
getDescription() - Method in enum class Health
Returns the description of this enum.
getDescription() - Method in enum class Movement
Returns the description of this enum.
getDescription() - Method in enum class Sobriety
Returns the description of this enum.
getDescription() - Method in class Item
 
getDescription() - Method in class Room
 
getDescriptionOfItem(String, String, boolean) - Static method in class OutputFormatter
get a description based on the adjectives and the noun.
getDescriptionOfMoney() - Method in class PersonCommunicationService
Returns the amount of money that you are carrying.
getDescriptionOfMoney(int) - Static method in class OutputFormatter
Returns the amount of money in gold coins, silver coins and copper coins.
getDexterity() - Method in class Person
 
getDiscriminator() - Method in class Item
 
getDiscriminator() - Method in class ItemDefinition
Indicates the type of item.
getDown() - Method in class Room
 
getDown() - Method in class Room
 
getDrinkable() - Method in class Item
Provides the description of what happens when you try to drink it.
getDrinkable() - Method in class ItemDefinition
 
getDrinkstats() - Method in class Person
 
getDropable() - Method in class ItemDefinition
You can or cannot drop this item
getEast() - Method in class Room
 
getEast() - Method in class Room
 
getEatable() - Method in class Item
Provides the description of what happens when you try to eat it.
getEatable() - Method in class ItemDefinition
 
getEatstats() - Method in class Person
 
getEditor() - Method in class HistoricTemplate
 
getEditor() - Method in class HtmlTemplate
 
getEmail() - Method in class User
 
getEmail() - Method in class Admin
 
getEmotions() - Static method in class Emotions
Returns a sorted collection of emotions, like cheer.
getEntityManager() - Method in class AdminRestService
 
getEntityManager() - Method in class EventRestService
 
getEntityManager() - Method in class TemplatesRestService
 
getEntityManager() - Method in class EventsRestService
Returns the entity manager of JPA.
getEntityManager() - Method in class GraphicsRestService
Returns the entity manager of JPA.
getEntityManager() - Method in class GuildRestService
Returns the entity manager of JPA.
getEntityManager() - Method in class PicturesRestService
Returns the entity manager of JPA.
getEntityManager() - Method in class PrivateRestService
Returns the entity manager of JPA.
getEntityManager() - Method in class PublicRestService
Returns the entity manager of JPA.
getEntityManager() - Method in class WikipageRestService
Returns the entity manager of JPA.
getEntityManager() - Method in class AdminService
 
getEntityManager() - Method in class BoardService
Returns the entity manager of JPA.
getEntityManager() - Method in class EventsService
Returns the entity manager of JPA.
getEntityManager() - Method in class HelpService
Returns the entity manager of JPA.
getEntityManager() - Method in class ItemService
Returns the entity manager of JPA.
getEntityManager() - Method in class LogService
Returns the entity manager of JPA.
getEntityManager() - Method in class MailService
Returns the entity manager of JPA.
getEntityManager() - Method in class PlayerAuthenticationService
Returns the entity manager of JPA.
getEntityManager() - Method in class PrivateService
Returns the entity manager of JPA.
getEntityManager() - Method in class PublicService
Returns the entity manager of JPA.
getEventCollection() - Method in class Admin
 
getEventCollection() - Method in class Method
 
getEventid() - Method in class Event
 
getEventsService() - Method in class NormalCommand
 
getExample1() - Method in class Help
An example of the way the command is executed.
getExample1a() - Method in class Help
Output of the example visible to you.
getExample1b() - Method in class Help
Output of the example visible to others.
getExample2() - Method in class Help
An example of the way the command is executed to someone else.
getExample2a() - Method in class Help
What the players sees.
getExample2b() - Method in class Help
What the target notices.
getExample2c() - Method in class Help
What a third party sees.
getExperience() - Method in class Person
Returns the experience of the character.
getEyes() - Method in class Person
returns the eyes of the character.
getFace() - Method in class Person
returns the face of the character.
getFamilyname() - Method in class Person
Also known as a "surname" or last name.
getFamilyPK() - Method in class Family
 
getFieldName() - Method in class PersonsFilter
 
getFieldName() - Method in class PersonsFilterForGuild
 
getFieldName() - Method in class PersonsFilterForRoom
 
getFightable() - Method in class Bot
 
getFightable() - Method in class Mob
 
getFightable() - Method in class Person
Indicates if this person can be fought with by other persons/users/players.
getFightingwho() - Method in class Person
 
getFrogging() - Method in class User
 
getFullDatetime(LocalDateTime) - Static method in class DateTimeUtilities
Formats date and time.
getFysically() - Method in class Person
 
getGetable() - Method in class ItemDefinition
You can or cannot retrieve this item.
getGod() - Method in class Administrator
 
getGod() - Method in class Bot
 
getGod() - Method in class Mob
 
getGod() - Method in class Person
 
getGod() - Method in class Shopkeeper
 
getGod() - Method in class User
 
getGold() - Method in class Fortune
 
getGuild() - Method in class User
 
getGuild() - Method in class Guildrank
 
getGuild() - Method in class Person
Returns the guildname (not the full title!) of the guild.
getGuild(String) - Method in class GuildService
Retrieves the guild by name.
getGuildCollection() - Method in class Admin
 
getGuilddescription() - Method in class PublicGuild
 
getGuildHopefuls(String) - Method in class GuildRestService
Get the hopefuls of the guild of the user.
getGuildHopefuls(Guild) - Method in class GuildRestService
returns a list of persons that wish to become a member of a guild.
getGuildInfo(String) - Method in class GuildRestService
Get the guild of the user.
getGuildlevel() - Method in class GuildrankPK
Returns the rank number in the guild.
getGuildmembers(String) - Method in class GuildsRestService
 
getGuildname() - Method in class GuildrankPK
 
getGuildrank() - Method in class User
 
getGuildRank(String, Integer) - Method in class GuildRestService
Get the ranks of the guild of the user.
getGuildrankCollection() - Method in class Guild
 
getGuildrankPK() - Method in class Guildrank
 
getGuildRanks(String) - Method in class GuildRestService
Get the ranks of the guild of the user.
getGuildService() - Method in class CommandRunner
 
getGuildService() - Method in class NormalCommand
 
getGuildurl() - Method in class PublicGuild
 
getHair() - Method in class Person
returns the hair of the character.
getHash() - Method in enum class Hash
 
getHaveread() - Method in class MailReceiver
 
getHealth() - Method in class Person
 
getHealth(Integer) - Static method in enum class Health
Returns the health of the character.
getHeight() - Method in class Person
returns the length of the character.
getHelp(String) - Method in class HelpService
returns a help message on the current command, or general help
getHelpService() - Method in class CommandRunner
 
getHelpService() - Method in class NormalCommand
 
getHitincrease() - Method in class ItemDefinition
 
getHomepage() - Method in class Guild
 
getHomepageurl() - Method in class CharacterInfo
An url to the homepage of a player.
getHour() - Method in class Event
Returns the hour in which this event should be run.
getHtmlContent() - Method in class Blog
Returns HTML content, to be more specific, it capitalizes the first letter of the blogpost into a pretty image.
getHtmlContent() - Method in class Wikipage
As this Wikipage does not know anything about processing a wiki format, this just returns a transient field.
getId() - Method in class Board
 
getId() - Method in class BoardMessage
 
getId() - Method in class Chatline
 
getId() - Method in class Chatlineusers
 
getId() - Method in class Commandlog
 
getId() - Method in class Eventlog
 
getId() - Method in class Log
 
getId() - Method in class Mail
 
getId() - Method in class MailReceiver
 
getId() - Method in class Room
 
getId() - Method in class UserCommand
 
getId() - Method in class Item
 
getId() - Method in class ItemDefinition
Return the id.
getId() - Method in class PaypalLog
 
getId() - Method in class Blog
 
getId() - Method in class FamilyValue
 
getId() - Method in class Faq
 
getId() - Method in class HistoricTemplate
 
getId() - Method in class HtmlTemplate
 
getId() - Method in class Image
 
getId() - Method in class WikipageHistory
 
getId() - Method in class Item
 
getId() - Method in class Room
 
getIdentifier() - Method in class PersonsFilter
 
getIdentifier() - Method in class PersonsFilterForGuild
 
getIdentifier() - Method in class PersonsFilterForRoom
 
getIdleTime(String) - Method in class IdleUsersService
Retrieves the idle time in minutes, i,e.
getIdleTimeInMinAndSeconds(String) - Method in class IdleUsersService
Returns the time that a user was inactive.
getIdleUsers() - Method in class IdleUsersService
Returns a list of users that have been idle for more than one hour.
getIgnoredSet() - Method in class User
The list of people that are ignoring you.
getIgnoringSet() - Method in class User
The list of people that you are ignoring.
getImage() - Method in class Person
 
getImage() - Method in class Board
 
getImage() - Method in class Display
 
getImage() - Method in interface DisplayInterface
Returns an url pointing to an image.
getImage() - Method in class Guild
 
getImage() - Method in class Help
 
getImage() - Method in class Room
 
getImage() - Method in class Item
 
getImage() - Method in class ItemDefinition
 
getImage() - Method in class Room
 
getImage() - Method in class PublicGuild
 
getImage(String, String) - Method in class ImageService
 
getImageurl() - Method in class CharacterInfo
 
getIntelligence() - Method in class Person
 
getIp() - Method in class Admin
 
getIp() - Method in class BanTable
 
getItem() - Method in class Itemattribute
 
getItemCollection() - Method in class Admin
 
getItemCollection() - Method in class ItemDefinition
 
getItemdef() - Method in class Item
 
getItemDefinition() - Method in class Item
 
getItemDefinitionCollection() - Method in class Admin
 
getItemInstances(Long) - Method in class ItemDefinitionsRestService
 
getItemInstances(Long) - Method in class RoomsRestService
 
getItemInstances(String) - Method in class PersonsRestService
 
getItems() - Method in class Person
 
getItems() - Method in class Room
 
getItems() - Method in class Item
Indicates the items that are contained (if possible) inside this item.
getItems() - Method in interface ItemWrangler
Retrieves a set of items that this entity has.
getItems(Long) - Method in class Room
 
getItemService() - Method in class CommandRunner
 
getItemService() - Method in class NormalCommand
 
getJackassing() - Method in class User
 
getJumpmana() - Method in class Person
 
getJumpmove() - Method in class Person
 
getJumpvital() - Method in class Person
 
getKey() - Method in class ItemDefinition
Returns the item (the definition to be exact) that can lock/unlock this container.
getLastchattime() - Method in class Chatline
 
getLastlogin() - Method in class User
Returns the last time the user was logged in.
getLastModified() - Method in class HtmlTemplate
 
getLastModified(Object) - Method in class Freemarker
 
getLastSunday(LocalDateTime) - Static method in class DateTimeUtilities
 
getLeg() - Method in class Person
returns the legs of the character.
getLevel() - Method in class Person
Returns the level of the character.
getLightable() - Method in class ItemDefinition
 
getLinkname() - Method in class Link
 
getLog(Long) - Method in class PersonCommunicationService
Returns the log starting from the offset, or an empty string if the offset is past the length of the log.
getLog(String, Long) - Method in class GameRestService
Retrieves the log of a player.
getLog(String, String, String) - Method in class LogRestService
 
getLogonmessage() - Method in class Guild
 
getLogonMessage(String) - Method in class GameRestService
Retrieves the logon message.
getLogonmessageAccess() - Method in class Guildrank
 
getLogs(String, LocalDate, LocalDate) - Method in class LogService
 
getLogService() - Method in class CommandRunner
 
getLogService() - Method in class NormalCommand
 
getLogSize() - Method in class PersonCommunicationService
 
getLongDescription() - Method in class Person
returns the description of the character.
getLongDescription() - Method in class Item
 
getMacro(String) - Method in class User
Returns the macro based on the name of the macro.
getMacroname() - Method in class Macro
 
getMacroname() - Method in class MacroPK
 
getMacroPK() - Method in class Macro
 
getMail() - Method in class MailReceiver
Gets the actual mail record this person received.
getMailInfo(String, long) - Method in class PrivateRestService
Returns a single mail based by id.
getMainTitle() - Method in class Person
 
getMainTitle() - Method in class Board
 
getMainTitle() - Method in class Display
 
getMainTitle() - Method in interface DisplayInterface
The title as visible on the screen.
getMainTitle() - Method in class Guild
 
getMainTitle() - Method in class Help
 
getMainTitle() - Method in class Room
 
getMainTitle() - Method in class Item
 
getManaincrease() - Method in class ItemDefinition
 
getManastats() - Method in class Person
 
getMaxguilddeath() - Method in class Guild
 
getMaximumPoint() - Method in class Room
 
getMaxmana() - Method in class Person
 
getMaxmove() - Method in class Person
 
getMaxvital() - Method in class Person
 
getMember(String) - Method in class Guild
Searches and returns the person by name in this guild, or null if not found.
getMember(String, String) - Method in class GuildRestService
Get the member of the guild of the user.
getMembers() - Method in class Guild
 
getMembers(String) - Method in class GuildRestService
Get all members of the guild of the user.
getMentally() - Method in class Person
 
getMessage() - Method in class BoardMessage
Returns the contents of the message as posted.
getMessage() - Method in class Eventlog
 
getMessage() - Method in class Log
 
getMessage() - Method in class PaypalLog
 
getMethod() - Method in class Event
 
getMethodCollection() - Method in class Admin
 
getMethodName() - Method in class CommandFactory.UserCommandInfo
 
getMethodName() - Method in class UserCommand
 
getMimeType() - Method in class Image
 
getMinguildlevel() - Method in class Guild
 
getMinguildmembers() - Method in class Guild
 
getMinimumPoint() - Method in class Room
 
getMinute() - Method in class Event
Returns the minute in which this event should be run.
getMmCommandsCollection() - Method in class Admin
 
getMmCommandsCollection() - Method in class Method
 
getModified() - Method in class Faq
 
getModified() - Method in class HistoricTemplate
 
getModified() - Method in class HtmlTemplate
 
getModifiedDate() - Method in class Blog
 
getModifiedDate() - Method in class Wikipage
 
getModifiedDate() - Method in class WikipageHistory
 
getMoney() - Method in class Person
 
getMoney() - Method in class Person
 
getMonth() - Method in class Event
Returns the month in which this event should be run.
getMovement(Integer) - Static method in enum class Movement
Returns the movement of the character.
getMovementincrease() - Method in class ItemDefinition
 
getMovementstats() - Method in class Person
 
getMsg() - Method in class ErrorMessage
 
getMudfilepath() - Static method in class Constants
 
getName() - Method in class Person
returns the name of the character.
getName() - Method in class Admin
 
getName() - Method in class AnswerPK
 
getName() - Method in interface Attribute
 
getName() - Method in class BannedName
 
getName() - Method in class BanTable
 
getName() - Method in class Board
 
getName() - Method in class Charattribute
 
getName() - Method in class Commandlog
 
getName() - Method in class Eventlog
 
getName() - Method in class Guild
The name of the guild, is also the primary key.
getName() - Method in class Log
 
getName() - Method in class MacroPK
 
getName() - Method in class Mail
Returns the sender of the mail.
getName() - Method in class Method
 
getName() - Method in class Roomattribute
 
getName() - Method in class SillyName
 
getName() - Method in class UnbanTable
 
getName() - Method in class Worldattribute
 
getName() - Method in class Itemattribute
 
getName() - Method in class ItemDefinition
Return the noun.
getName() - Method in class Blog
The name of the owner of this blog post.
getName() - Method in class CharacterInfo
 
getName() - Method in class FamilyPK
 
getName() - Method in class HistoricTemplate
 
getName() - Method in class HtmlTemplate
 
getName() - Method in class Link
 
getName() - Method in class Users
 
getName() - Method in class Wikipage
The owner of the wikipage, or at least the last one modifying it.
getName() - Method in class WikipageHistory
 
getName() - Method in class Item
 
getName() - Method in class Person
 
getName() - Method in class Menu
 
getName() - Method in class Fortune
 
getName() - Method in class PublicAdmin
 
getNavigationBarMenus() - Static method in class MenuFactory
Returns the top level menus (and the appropriate sub menus) for displaying purposes.
getNewmail() - Method in class MailReceiver
 
getNewpassword() - Method in class User
Returns the SHA-512 hash of the password in the form of a 128 length String containing the HEX encoding of this hash.
getNews() - Method in class BoardService
Retrieves the most recent board messages.
getNewsBoard() - Method in class BoardService
 
getNorth() - Method in class Room
 
getNorth() - Method in class Room
 
getNotes() - Method in class Person
 
getNotes() - Method in class ItemDefinition
 
getNotFoundMenu() - Static method in class MenuFactory
 
getOffensive() - Method in class BoardMessage
Indicates that the message has been removed, due to offensive content.
getOoc() - Method in class User
 
getOrdering() - Method in class Wikipage
 
getOrdering() - Method in class WikipageHistory
 
getOrdinalValue() - Method in enum class Alignment
Returns the integer indicating the alignment.
getOrdinalValue() - Method in enum class Appetite
Returns the integer indicating the appetite.
getOrdinalValue() - Method in enum class Health
Returns the integer indicating the health.
getOrdinalValue() - Method in enum class Movement
Returns the integer indicating the movement.
getOrdinalValue() - Method in enum class Sobriety
Returns the integer indicating the sobriety.
getOwner() - Method in class Person
 
getOwner() - Method in class Area
 
getOwner() - Method in class Board
 
getOwner() - Method in class Chatline
 
getOwner() - Method in class Event
 
getOwner() - Method in class Guild
 
getOwner() - Method in class Method
 
getOwner() - Method in class Room
 
getOwner() - Method in class UserCommand
 
getOwner() - Method in class Worldattribute
 
getOwner() - Method in class Item
 
getOwner() - Method in class ItemDefinition
 
getOwner() - Method in interface Ownage
Retrieves the owner, the administrator, of this object.
getOwner() - Method in class Blog
 
getOwner() - Method in class Image
 
getPadding() - Method in class HexEncoder
 
getParent() - Method in class Wikipage
 
getParent() - Method in class Menu
 
getParentTitle() - Method in class WikipageHistory
 
getPasdefense() - Method in class ItemDefinition
 
getPassword() - Method in class Users
 
getPerson() - Method in class Answer
 
getPerson() - Method in class BoardMessage
 
getPerson() - Method in class Charattribute
 
getPerson() - Method in class Event
 
getPerson() - Method in class Macro
 
getPerson(String) - Method in class Room
Retrieves a specific person of the room, by (case-insensitive) name.
getPerson(String) - Method in class PersonService
Retrieves a person from the pool of all persons.
getPersonCollection() - Method in class Admin
 
getPersons(Person) - Method in class Room
Returns all persons in the room, can be bots or shopkeepers or normal players.
getPersonService() - Method in class CommandRunner
 
getPersonService() - Method in class NormalCommand
 
getPicture() - Method in class Room
 
getPicture() - Method in class Room
 
getPicture(String, Long) - Method in class PicturesRestService
Returns a single image and its stats of a player.
getPictures(String) - Method in class PicturesRestService
Returns all images of a player.
getPinned() - Method in class BoardMessage
Indicates if a message of a board is pinned or not.
getPlayer(String) - Method in class GameRestService
This method should be called to verify that the target of a certain action is a user with the appropriate password.
getPlayerName(SecurityContext) - Method in class PlayerAuthenticationService
Provides the player who is logged in during this session.
getPlural() - Method in enum class CommType
Returns the conjugation of the verb or some such stuff.
getPosttime() - Method in class BoardMessage
 
getPractises() - Method in class Person
 
getPrincipal() - Method in class JsonWebTokenCredential
 
getPrivatePerson(User, List<Family>, CharacterInfo) - Static method in class RestUtilities
 
getPrivateService() - Method in class PrivateRestService
 
getPublicPerson(User, List<Family>, CharacterInfo) - Static method in class RestUtilities
 
getPublicService() - Method in class PrivateRestService
 
getPunishment() - Method in class User
 
getQuestion() - Method in class AnswerPK
 
getQuestion() - Method in class Faq
 
getRace() - Method in class Person
returns the race of the character.
getRace() - Method in class User
 
getRank(int) - Method in class Guild
Returns the rank based on the rank id/guildlevel.
getRead() - Method in class Item
 
getRead() - Method in class ShopkeeperList
Not only shows the reading of the item, but also the shopkeeper list.
getReaddescription() - Method in class ItemDefinition
Provides the text shown when the item is read.
getReader() - Method in class HtmlTemplate
 
getReader(Object, String) - Method in class Freemarker
 
getRealname() - Method in class User
 
getReason() - Method in class BannedName
 
getReason() - Method in class BanTable
 
getRegExpr() - Method in interface Command
returns the regular expression the command structure must follow.
getRegExpr() - Method in class ItemCommand
 
getRegExpr() - Method in class NormalCommand
 
getRejectAccess() - Method in class Guildrank
 
getRemoved() - Method in class BoardMessage
Indicates that the message has been removed.
getResponse(Response.Status) - Method in class ErrorDetails
 
getRoom() - Method in class CommandFactory.UserCommandInfo
 
getRoom() - Method in class Person
returns in which Room the character is.
getRoom() - Method in class Board
The room in which this message board resides.
getRoom() - Method in class Event
 
getRoom() - Method in class Roomattribute
 
getRoom() - Method in class UserCommand
 
getRoom() - Method in class Item
Will return the room in which this item can be found.
getRoom() - Method in class Person
 
getRoom(Long) - Method in class GraphicsRestService
Retrieved the room by room number.
getRoom(String) - Method in class GraphicsRestService
Retrieved the room number where a person is.
getRoomCollection() - Method in class Admin
 
getRoomCollection() - Method in class Area
 
getRoomCollection() - Method in class Room
 
getRoomCollection1() - Method in class Room
 
getRoomCollection2() - Method in class Room
 
getRoomCollection3() - Method in class Room
 
getRoomCollection4() - Method in class Room
 
getRoomCollection5() - Method in class Room
 
getRooms() - Method in class GraphicsRestService
 
getRootMenu() - Static method in class MenuFactory
 
getScrollableCursor(EntityManager, String) - Static method in class StreamerHelper
 
getSeealso() - Method in class Help
Reference to other commands.
getSeealsoForWebpage() - Method in class Help
For display purposes on the website.
getServletInfo() - Method in class RedirectingServlet
Returns a short description of the servlet.
getSettingsAccess() - Method in class Guildrank
 
getSex() - Method in class Person
returns what gender the character is.
getSex() - Method in class Person
 
getShortdescription() - Method in class Area
 
getShortDescription() - Method in class ItemDefinition
getSilver() - Method in class Fortune
 
getSleep() - Method in class Person
returns whether or not the character is asleep.
getSobriety(Integer) - Static method in enum class Sobriety
Returns the thirstiness of the character.
getSouth() - Method in class Room
 
getSouth() - Method in class Room
 
getSrc() - Method in class Method
Get the javascript source to execute.
getStacktrace() - Method in class PaypalLog
 
getStamp() - Method in class Commandlog
 
getState() - Method in class Person
returns the state of the character, for example "He seems to be on fire.".
getStatistics() - Method in class Person
Display statistics .
getStatistics() - Method in class User
 
getStoryline() - Method in class CharacterInfo
 
getStream(EntityManager, String) - Static method in class StreamerHelper
 
getStream(Stream<String>) - Static method in class StreamerHelper
Converts a stream of strings into a streaming json array.
getStream(ScrollableCursor) - Static method in class StreamerHelper
 
getStrength() - Method in class Person
 
getSubject() - Method in class Mail
The subject or title of the mail.
getSubMenu() - Method in class Menu
 
getSummary() - Method in class Wikipage
 
getSummary() - Method in class WikipageHistory
 
getSynopsis() - Method in class Help
The way the command syntax works.
getTarget(String[], User) - Method in class TellCommand
 
getTarget(String[], User) - Method in class EmotionToCommand
Retrieves a target from the command line, detected in the form of "[command] [target] stuff".
getTarget(String[], User) - Method in class TargetCommand
Retrieves a target from the command line, detected in the form of "[command] to [target] stuff".
getTargetEmotions() - Static method in class Emotions
Returns an sorted collection of emotions, like greet.
getTemplate() - Method in class Menu
 
getTheCommandId() - Method in class CommandFactory.UserCommandInfo
 
getTimeout() - Method in class User
Returns the number of minutes that a user is not allowed to login to the game.
getTitle() - Method in class Person
returns the title of the character.
getTitle() - Method in class Guild
 
getTitle() - Method in class Guildrank
 
getTitle() - Method in class Room
 
getTitle() - Method in class Item
 
getTitle() - Method in class ItemDefinition
 
getTitle() - Method in class Blog
 
getTitle() - Method in class Wikipage
 
getTitle() - Method in class WikipageHistory
 
getTitle() - Method in class Room
 
getTitle() - Method in class PublicAdmin
 
getTitle() - Method in class PublicGuild
 
getToname() - Method in class Mail
Returns the receiver(s) of the mail.
getToname() - Method in class MailReceiver
Returns the receiver of the mail.
getToname() - Method in class FamilyPK
 
getTraining() - Method in class Person
 
getTransform() - Method in class Person
 
getTransform(String) - Method in class GraphicsRestService
Returns the transform of a person.
getTxnId() - Method in class PaypalLog
 
getType() - Method in class Worldattribute
 
getType() - Method in class Link
 
getUp() - Method in class Room
 
getUp() - Method in class Room
 
getUrl() - Method in class Image
 
getUrl() - Method in class Link
 
getUrl() - Method in class Menu
Returns the url matching this menu, the url has no .html extension.
getUrlTitle() - Method in class Blog
 
getUser() - Method in class Chatlineusers
 
getUser(String) - Method in class PersonService
Retrieves a player, may or may not be playing the game.
getUserCommands(User, String, BiConsumer<String, Throwable>) - Static method in class CommandFactory
Returns all matching user commands.
getUsers() - Method in class Chatline
 
getValiduntil() - Method in class Admin
 
getValue() - Method in interface Attribute
 
getValue() - Method in class Charattribute
 
getValue() - Method in class Roomattribute
 
getValue() - Method in class Itemattribute
 
getValue() - Method in enum class God
Returns the numerical value of this enum.
getValueType() - Method in interface Attribute
 
getValueType() - Method in class Charattribute
 
getValueType() - Method in class Roomattribute
 
getValueType() - Method in class Itemattribute
 
getVersion() - Method in class HistoricTemplate
 
getVersion() - Method in class HtmlTemplate
 
getVersion() - Method in class Wikipage
 
getVersion() - Method in class WikipageHistory
 
getVisible() - Method in class Administrator
An administrator, contrary to a user, can indicate if he/she should be visible or invisible.
getVisible() - Method in class Person
A user is always visible, will return always true.
getVisible() - Method in class ItemDefinition
Indicates if the item is visible to people.
getVitalincrease() - Method in class ItemDefinition
 
getVitals() - Method in class Person
 
getWearable() - Method in class ItemDefinition
 
getWebsocketSupport() - Method in class Person
The idea here is that some people are having problems with websockets, meaning we need to fall back to the standard request-response model.
getWeight() - Method in class ItemDefinition
 
getWest() - Method in class Room
 
getWest() - Method in class Room
 
getWhensent() - Method in class Mail
 
getWidth() - Method in class Person
returns the width of the character.
getWieldable() - Method in class ItemDefinition
 
getWikipage(String) - Method in class WikipageRestService
Returns a wikipage with that specific title.
getWimpy() - Method in class Person
get the setting for when to flee the fight.
getWisdom() - Method in class Person
 
give(Person) - Method in class Item
 
give(Item, Person) - Method in class Person
 
give(Item, Person, Person) - Method in class ItemService
Gives an item from one person to another person.
GiveCommand - Class in mmud.commands.items
Give an item in your inventory to another character.
GiveCommand(String) - Constructor for class GiveCommand
 
GoCommand - Class in mmud.commands.movement
Go in a specific direction: "go south".
GoCommand(String) - Constructor for class GoCommand
 
god - Variable in class AdminCharacter
 
God - Enum Class in mmud.database.enums
Indicates whether or not a character is a normal player, a god, a bot or a mob or a shopkeeper.
GOD - Enum constant in enum class God
Means this user is an administrator/deputy of the mud.
GOD - Static variable in class Roles
Currently this is Karn.
gold - Variable in class Fortune
 
GOOD - Enum constant in enum class Alignment
 
GraphicsRestService - Class in mmud.rest.services
Contains all rest calls used by the graphical client, with authentication and authorization.
GraphicsRestService() - Constructor for class GraphicsRestService
 
guild - Variable in class AdminCharacter
 
guild - Variable in class PrivatePerson
 
guild - Variable in class PublicPerson
 
Guild - Class in mmud.database.entities.game
 
Guild() - Constructor for class Guild
 
Guild(String) - Constructor for class Guild
 
Guild(String, Boolean, LocalDateTime) - Constructor for class Guild
 
guildAlarmDescription() - Method in record class PrivateLogonMessage
Returns the value of the guildAlarmDescription record component.
GuildCommand - Class in mmud.commands
An abstract class for the commands that may only be executed by a member of a guild.
GuildCommand(String) - Constructor for class GuildCommand
 
GuildCommunicationService - Class in mmud.services
 
guilddescription - Variable in class AdminGuild
 
guilddescription - Variable in class PublicGuild
 
guildlevel - Variable in class AdminCharacter
 
guildlevel - Variable in class PrivateRank
 
GUILDMASTER - Static variable in class Roles
 
GuildMasterCommand - Class in mmud.commands
An abstract class for the commands that may only be executed by the owner of a guild, the guildmaster.
GuildMasterCommand(String) - Constructor for class GuildMasterCommand
 
GUILDMEMBER - Static variable in class Roles
 
guildmessage() - Method in record class PrivateLogonMessage
Returns the value of the guildmessage record component.
GuildMessageCommand - Class in mmud.commands.guild
Makes you, as guildmaster, change the logonmessage of your guild.
GuildMessageCommand(String) - Constructor for class GuildMessageCommand
 
guildrank - Variable in class AdminGuildmember
 
guildrank - Variable in class PrivatePerson
 
Guildrank - Class in mmud.database.entities.game
 
Guildrank() - Constructor for class Guildrank
 
Guildrank(int, String) - Constructor for class Guildrank
 
Guildrank(GuildrankPK) - Constructor for class Guildrank
 
Guildrank(GuildrankPK, String, boolean, boolean, boolean, boolean) - Constructor for class Guildrank
 
guildrankPK - Variable in class Guildrank
 
GuildrankPK - Class in mmud.database.entities.game
The composite primary key for a Guildrank.
GuildrankPK() - Constructor for class GuildrankPK
 
GuildrankPK(int, String) - Constructor for class GuildrankPK
 
GuildRestService - Class in mmud.rest.services
Takes care of the guilds.
GuildRestService() - Constructor for class GuildRestService
 
guilds() - Method in class PublicRestService
Returns a list of Guilds.
GuildService - Class in mmud.services
 
GuildService() - Constructor for class GuildService
 
GuildsMenu - Class in org.karchan.menus
 
GuildsMenu(String, String) - Constructor for class GuildsMenu
 
GuildsRestService - Class in mmud.rest.services.admin
 
GuildsRestService() - Constructor for class GuildsRestService
 
guildurl - Variable in class AdminGuild
 
guildurl - Variable in class PublicGuild
 
GUILDWISH - Static variable in class Attributes
Attribute indicating that someone wishes to join a certain guild.

H

hair - Variable in class AdminCharacter
 
hair - Variable in class PrivatePerson
 
hasChatLine(String) - Method in class User
 
Hash - Enum Class in mmud.encryption
 
hashCode() - Method in record class Colours.Colour
Returns a hash code value for this object.
hashCode() - Method in record class Emotions.Emotion
Returns a hash code value for this object.
hashCode() - Method in class Person
 
hashCode() - Method in record class Position
Returns a hash code value for this object.
hashCode() - Method in record class Rotation
Returns a hash code value for this object.
hashCode() - Method in record class Scale
Returns a hash code value for this object.
hashCode() - Method in record class Transform
Returns a hash code value for this object.
hashCode() - Method in class Admin
 
hashCode() - Method in class Answer
 
hashCode() - Method in class AnswerPK
 
hashCode() - Method in class Area
 
hashCode() - Method in class BannedName
 
hashCode() - Method in class BanTable
 
hashCode() - Method in class Board
 
hashCode() - Method in class BoardMessage
 
hashCode() - Method in class Charattribute
 
hashCode() - Method in class Chatline
 
hashCode() - Method in class Chatlineusers
 
hashCode() - Method in class Commandlog
 
hashCode() - Method in class ErrorMessage
 
hashCode() - Method in class Event
 
hashCode() - Method in class Eventlog
 
hashCode() - Method in class Guild
 
hashCode() - Method in class Guildrank
 
hashCode() - Method in class GuildrankPK
 
hashCode() - Method in class Help
 
hashCode() - Method in class Log
 
hashCode() - Method in class Macro
 
hashCode() - Method in class MacroPK
 
hashCode() - Method in class Mail
 
hashCode() - Method in class MailReceiver
 
hashCode() - Method in class Method
 
hashCode() - Method in class Room
 
hashCode() - Method in class Roomattribute
 
hashCode() - Method in class SillyName
 
hashCode() - Method in class UnbanTable
 
hashCode() - Method in class UserCommand
 
hashCode() - Method in class Worldattribute
 
hashCode() - Method in class Itemattribute
 
hashCode() - Method in class ItemDefinition
 
hashCode() - Method in class Blog
 
hashCode() - Method in class CharacterInfo
 
hashCode() - Method in class Family
 
hashCode() - Method in class FamilyPK
 
hashCode() - Method in class FamilyValue
 
hashCode() - Method in class Faq
 
hashCode() - Method in class HistoricTemplate
 
hashCode() - Method in class HtmlTemplate
 
hashCode() - Method in class Image
 
hashCode() - Method in class Link
 
hashCode() - Method in class Wikipage
 
hashCode() - Method in class WikipageHistory
 
hashCode() - Method in record class AdminItem
Returns a hash code value for this object.
hashCode() - Method in record class PrivateBoard
Returns a hash code value for this object.
hashCode() - Method in record class PrivateBoardMessage
Returns a hash code value for this object.
hashCode() - Method in record class PrivateLogonMessage
Returns a hash code value for this object.
hashCode() - Method in record class PrivateRoom
Returns a hash code value for this object.
hasLid() - Method in class Item
Returns true if the container has a lid, if the container can be opened.
hasLock() - Method in class Item
Returns whether or not the container has a lock.
hasMail - Variable in class PrivateRestService.PrivateHasMail
 
hasNewMail(String) - Method in class PrivateRestService
Returns a boolean, indicating if you have new mail.
hasNewMail(Person) - Method in class MailService
 
haveread - Variable in class PrivateMail
 
HEADACHE - Enum constant in enum class Sobriety
 
Health - Enum Class in mmud.database.enums
Indicates the health of a person.
HeehawCommand - Class in mmud.commands
The Heehaw Command: "heehaw".
HeehawCommand(String) - Constructor for class HeehawCommand
 
heehaws - Variable in class AdminCharacter
 
height - Variable in class AdminCharacter
 
height - Variable in class PrivatePerson
 
Help - Class in mmud.database.entities.game
 
Help() - Constructor for class Help
 
Help(String) - Constructor for class Help
 
Help(String, String) - Constructor for class Help
 
HelpCommand - Class in mmud.commands
Show help regarding possible commands: "help".
HelpCommand(String) - Constructor for class HelpCommand
 
HelpService - Class in mmud.services
Takes care of the help topics.
HelpService() - Constructor for class HelpService
 
heshe() - Method in record class Emotions.Emotion
Returns the value of the heshe record component.
HexEncoder - Class in mmud.encryption
Encoder of binary data into a hex representation.
HexEncoder() - Constructor for class HexEncoder
Constructs encoder with default padding.
HexEncoder(int) - Constructor for class HexEncoder
Constructs encoder with padding length.
HistoricTemplate - Class in mmud.database.entities.web
Basically, all the old templates are stored as backups.
HistoricTemplate() - Constructor for class HistoricTemplate
 
HistoricTemplate(HtmlTemplate) - Constructor for class HistoricTemplate
 
hitincrease - Variable in class AdminItemDefinition
 
homepageurl - Variable in class PrivatePerson
 
homepageurl - Variable in class PublicPerson
 
hour - Variable in class AdminEvent
 
htmlEscaper(String) - Static method in class OutputFormatter
 
HtmlTemplate - Class in mmud.database.entities.web
The templates used for displaying web pages with Freemarker.
HtmlTemplate() - Constructor for class HtmlTemplate
 
HUNGRY - Enum constant in enum class Appetite
 
HURT - Enum constant in enum class Health
 

I

i() - Method in record class Emotions.Emotion
Returns the value of the i record component.
id - Variable in class AdminAttribute
 
id - Variable in class AdminBlog
 
id - Variable in class AdminBoard
 
id - Variable in class AdminBoardMessage
 
id - Variable in class AdminHistoricTemplate
 
id - Variable in class AdminItemDefinition
 
id - Variable in class AdminLog
 
id - Variable in class AdminRoom
 
id - Variable in class AdminTemplate
 
id - Variable in class AdminUserCommand
 
id - Variable in class PrivateImage
 
id - Variable in class PrivateMail
 
id() - Method in record class AdminItem
Returns the value of the id record component.
ID_CRUMPLED_PIECE_OF_PAPER - Static variable in class Mail
 
ID_EMBOSSED_BEAUTIFULLY_WRITTEN_INVITATION - Static variable in class Mail
 
ID_EMBOSSED_BEAUTIFULLY_WRITTEN_LEAFLET - Static variable in class Mail
 
ID_HANDWRITTEN_FOLDED_INKSPATTERED_LETTER - Static variable in class Mail
 
ID_IMPRESSIVE_LOOKING_FORGED_LEGAL_DOCUMENT - Static variable in class Mail
 
ID_OFFICIAL_LOOKING_SEALED_LEGAL_DOCUMENT - Static variable in class Mail
 
ID_OLD_FADED_YELLOW_PARCHMENT - Static variable in class Mail
 
ID_SHORT_RUSHED_SQUARESHAPED_MEMO - Static variable in class Mail
 
idleTime - Variable in class PublicPerson
 
IdleUsersService - Class in mmud.services
Keeps a registration on when which user has last issued a command.
IdleUsersService() - Constructor for class IdleUsersService
 
image - Variable in class AdminCharacter
 
image - Variable in class AdminItemDefinition
 
image - Variable in class PrivateDisplay
 
image - Variable in class PublicGuild
 
image() - Method in record class PrivateRoom
Returns the value of the image record component.
Image - Class in mmud.database.entities.web
Players may upload images to the server, and consequently use them.
Image() - Constructor for class Image
 
Image(Long) - Constructor for class Image
 
Image(Long, String, LocalDateTime, String, byte[], int) - Constructor for class Image
 
ImageService - Class in org.karchan.images
 
ImageService() - Constructor for class ImageService
 
ImageServlet - Class in org.karchan.images
Provides images stored by players in the database.
ImageServlet() - Constructor for class ImageServlet
 
imageurl - Variable in class AdminGuild
 
imageurl - Variable in class PrivatePerson
 
imageurl - Variable in class PublicPerson
 
increaseHealth(Integer) - Method in class Person
 
increaseVersion() - Method in class HtmlTemplate
Adds 0.1 to the version number.
increaseVersion() - Method in class Wikipage
 
indirect() - Method in enum class Sex
returns either "him" or "her"
INEBRIATED - Enum constant in enum class Sobriety
 
INFO - Enum constant in enum class MessageType
State changes of the game, for example if somebody logs on.
init() - Method in class WebsiteServlet
 
init() - Method in class WikipagePreviewServlet
 
init(EndpointConfig) - Method in class MessageDecoder
 
init(EndpointConfig) - Method in class MessageEncoder
 
InputSanitizer - Class in mmud.database
Receives unclean input, gives clean output.
InputSanitizer() - Constructor for class InputSanitizer
 
intelligence - Variable in class AdminCharacter
 
INTERNALPING - Enum constant in enum class MessageType
The internal ping-pong for checking of the connection.
internalpong - Static variable in class ChatLogEndPoint
 
INTERNALPONG - Enum constant in enum class MessageType
The internal ping-pong for checking of the connection.
inventory() - Method in class Person
 
inventory(Set<Item>) - Static method in class OutputFormatter
Provides a map containing description of items and their amounts.
InventoryCommand - Class in mmud.commands.items
Show the inventory: "inventory".
InventoryCommand(String) - Constructor for class InventoryCommand
 
IP - Variable in class AdminBannedIP
 
isActive() - Method in class Person
Can tell you if a person is playing the game or not.
isAfk() - Method in class Person
 
isAttribute(String) - Method in class Item
 
isAttribute(String) - Method in class Person
 
isAttribute(String) - Method in class Room
 
isBanned(String, String) - Method in class GameRestService
Checks to see if a person is banned from playing.
isBound() - Method in class Item
Whether or not you are able to drop this item or give this item, or in some other way dispose of this item, besides selling it to a vendor or just destroying it.
isBound() - Method in class ItemDefinition
You cannot transfer this item.
isBuyable() - Method in class Item
Items are buyable by default, unless attribute "notbuyable" is set.
isContainer() - Method in class Item
 
isContainer() - Method in class ItemDefinition
Returns true if this item is a container, i.e.
isDead() - Method in class Person
 
isDescribedBy(List<String>) - Method in class Item
 
isDrinkable() - Method in class Item
Returns true if the item can be drunk.
isDroppable() - Method in class Item
Whether or not you are able to drop this item.
isEatable() - Method in class Item
Returns true if the item can be eaten.
isGetable() - Method in class Item
Whether or not you are able to retrieve this item from the floor of the room.
isIgnoring(Person) - Method in class Person
 
isIgnoring(Person) - Method in class User
Whether or not you are ignoring a certain person.
isIn(Integer, Wearing) - Static method in enum class Wearing
Receives an integer and checks to see that the Wearing is a part of it.
isIn(Integer, Wielding) - Static method in enum class Wielding
Receives an integer and checks to see that the Wielding is a part of it.
isKey(Item) - Method in class Item
Verifies that the key provided can open this container.
isLocked() - Method in class Item
Returns whether or not the container is locked.
isNewUser() - Method in class User
 
isNobodyPlaying() - Method in class IdleUsersService
This method is mostly used to get the game to not do anything if nobody is playing, it's a good idea for efficiency reasons.
isOffline() - Static method in class Utils
Indicates the game is offline for maintenance.
isOpen() - Method in class Item
Indicates if the container is open or closed.
isopenable - Variable in class AdminItemDefinition
 
isOpenable() - Method in class Item
Returns true if the container has a lid, if the container can be opened.
isOpenable() - Method in class ItemDefinition
Indicates that this container can be opened and closed.
isReadable() - Method in class Item
 
isSellable() - Method in class Item
Items are sellable by default, unless attribute "notsellable" is set.
isShopkeeper() - Method in class Person
Indicates if this is a shopkeeper, a specialized bot.
isUser() - Method in class Person
Indicates if this is a common user.
isValid() - Method in class Admin
Returns true if this account is still valid.
isValid(String) - Static method in class UrlValidator
 
isVisible() - Method in class Item
 
isVowel(char) - Static method in class OutputFormatter
Returns whether or not a character is a vowel.
isWearable(Wearing) - Method in class Item
 
isWearing(Item) - Method in class Person
Indicates if an item is being worn,
isWieldable(Wielding) - Method in class Item
 
isWielding(Item) - Method in class Person
Indicates if an item is being wielded,
Item - Class in mmud.database.entities.items
An item.
Item - Class in mmud.scripting.entities
 
Item() - Constructor for class Item
Constructor.
Item(Item) - Constructor for class Item
 
Item(ItemDefinition) - Constructor for class Item
Constructor.
ITEM - Enum constant in enum class AdminMudType
 
item_id - Variable in class PrivateMail
 
Itemattribute - Class in mmud.database.entities.items
 
Itemattribute() - Constructor for class Itemattribute
 
Itemattribute(String, Item) - Constructor for class Itemattribute
 
ItemCategory - Enum Class in mmud.database.entities.items
 
ItemCommand - Class in mmud.commands.items
An abstract class for the most normal commands.
ItemCommand(String) - Constructor for class ItemCommand
Constructor.
ItemDefinition - Class in mmud.database.entities.items
The definition of an item.
ItemDefinition() - Constructor for class ItemDefinition
 
ItemDefinition(Long) - Constructor for class ItemDefinition
 
ItemDefinitionsRestService - Class in mmud.rest.services.admin
 
ItemDefinitionsRestService() - Constructor for class ItemDefinitionsRestService
 
ItemException - Exception Class in mmud.exceptions
 
ItemException(Exception) - Constructor for exception class ItemException
 
ItemException(String) - Constructor for exception class ItemException
 
ItemException(String, Exception) - Constructor for exception class ItemException
 
itemid() - Method in record class AdminItem
Returns the value of the itemid record component.
items - Variable in class PrivateDisplay
 
items() - Method in record class PrivateRoom
Returns the value of the items record component.
Items - Class in mmud.scripting
Can create and remove items.
Items(ItemsInterface) - Constructor for class Items
 
ITEMS - Static variable in class Mail
Contains the item ids of the different items that represent letters/mail.
ItemService - Class in mmud.services
Specific bean for the dropping, getting, selling and buying of items from containers, from rooms and from persons.
ItemService(LogService) - Constructor for class ItemService
 
ItemsInterface - Interface in mmud.scripting
 
ItemsRestService - Class in mmud.rest.services.admin
 
ItemsRestService() - Constructor for class ItemsRestService
 
ItemWrangler - Interface in mmud.database.entities.items
Interface on what is allowed to be done with items.

J

JoinChatCommand - Class in mmud.commands.communication
Joins a chat to a group of people in the same chatline.
JoinChatCommand(String) - Constructor for class JoinChatCommand
 
joinChatline(Chatline) - Method in class User
 
JsonbDeserializer<T> - Class in org.karchan.security
 
JsonbDeserializer() - Constructor for class JsonbDeserializer
 
JsonbDeserializer(Jsonb) - Constructor for class JsonbDeserializer
 
JsonbSerializer<T> - Class in org.karchan.security
 
JsonbSerializer() - Constructor for class JsonbSerializer
 
JsonbSerializer(Jsonb) - Constructor for class JsonbSerializer
 
JsonException - Exception Class in mmud.exceptions
An exception to be thrown when attempting to serialize or deserialize a Java object from/to JSON.
JsonException(Exception) - Constructor for exception class JsonException
 
JsonUtils - Class in mmud
 
JsonWebTokenCredential - Class in org.karchan.security
 
JsonWebTokenCredential(String, Set<String>) - Constructor for class JsonWebTokenCredential
 
JsonWebTokenProvider - Class in org.karchan.security
 
JsonWebTokenProvider() - Constructor for class JsonWebTokenProvider
 
jumpmana - Variable in class AdminCharacter
 
jumpmove - Variable in class AdminCharacter
 
jumpvital - Variable in class AdminCharacter
 

K

KarchanAuthenticationMechanism - Class in org.karchan.security
 
KarchanAuthenticationMechanism() - Constructor for class KarchanAuthenticationMechanism
 
KarchanAuthenticationStore - Class in org.karchan.security
Can locate a user and verify his/her password.
KarchanAuthenticationStore() - Constructor for class KarchanAuthenticationStore
 
KarchanAuthorizationStore - Class in org.karchan.security
Can retrieve the groups a user has access to.
KarchanAuthorizationStore() - Constructor for class KarchanAuthorizationStore
 
KarchanDummyAuthenticationMechanism - Class in org.karchan.security
This is here to make certain the Rememberme cookie can be used to verify the user logged in.
KarchanDummyAuthenticationMechanism() - Constructor for class KarchanDummyAuthenticationMechanism
 
KarchanRememberMeStore - Class in org.karchan.security
A Store that can deal with a REMEMBERME cookie and spits out a validation result, if the cookie contains a valid JWT.
KarchanRememberMeStore() - Constructor for class KarchanRememberMeStore
 
keyid - Variable in class AdminItemDefinition
 
KIND - Enum constant in enum class Alignment
 

L

lastcommand - Variable in class AdminCharacter
 
lastlogin - Variable in class AdminCharacter
 
lastlogin - Variable in class PublicPerson
 
LeaveChatCommand - Class in mmud.commands.communication
Leaves a chat to a group of people in the same chatline.
LeaveChatCommand(String) - Constructor for class LeaveChatCommand
 
leaveChatLine(String) - Method in class User
 
LeaveCommand - Class in mmud.commands.guild
Makes you leave a guild.
LeaveCommand(String) - Constructor for class LeaveCommand
 
leg - Variable in class AdminCharacter
 
leg - Variable in class PrivatePerson
 
lessFrogging() - Method in class User
 
lessJackassing() - Method in class User
 
lightable - Variable in class AdminItemDefinition
 
Link - Class in mmud.database.entities.web
 
Link() - Constructor for class Link
 
Link(String) - Constructor for class Link
 
Link(String, String, int, LocalDateTime, String) - Constructor for class Link
 
listMail(String, Integer) - Method in class PrivateRestService
Returns a List of your mail, with a maximum of 20 mails and an offset for paging.
List of Database Tables - Search tag in package mmud.database.entities.game
Section
List of Fields in Each Table - Search tag in package mmud.database.entities.game
Section
listSentMail(String, Integer) - Method in class PrivateRestService
Returns a List of mails you sent, with a maximum of 20 mails and an offset for paging.
LITTLE_DRUNK - Enum constant in enum class Sobriety
 
LOCALHOST - Static variable in class EventsRestService
 
lock() - Method in class Item
 
LockCommand - Class in mmud.commands.items
Locks a container with a key: "lock chest with key".
LockCommand(String) - Constructor for class LockCommand
 
LOCKED - Static variable in class Attributes
Attribute indicating that an item is locked.
log - Variable in class PrivateDisplay
 
log - Variable in class PrivateLog
 
Log - Class in mmud.database.entities.game
Event logging.
Log() - Constructor for class Log
 
logoff(HttpServletRequest) - Method in class GameRestService
Logs a player off.
logoff(HttpServletRequest) - Method in class PlayerAuthenticationService
 
logon(HttpServletRequest, String, String) - Method in class GameRestService
Logs a player into the server.
logonmessage - Variable in class AdminGuild
 
logonmessage - Variable in class PrivateGuild
 
logonmessage_access - Variable in class PrivateRank
 
LogRestService - Class in mmud.rest.services.admin
Allows getting the log.
LogRestService() - Constructor for class LogRestService
 
LogService - Class in mmud.services
 
LogService() - Constructor for class LogService
 
lok - Variable in class AdminCharacter
 
LookAtCommand - Class in mmud.commands.items
Look at stuff: "look at well".
LookAtCommand(String) - Constructor for class LookAtCommand
 
LookCommand - Class in mmud.commands
Just a general look command, makes you refresh the room.
LookCommand(String) - Constructor for class LookCommand
 
LookInCommand - Class in mmud.commands.items
Look in an item: "look in chest".
LookInCommand(String) - Constructor for class LookInCommand
 

M

Macro - Class in mmud.database.entities.game
 
Macro() - Constructor for class Macro
 
Macro(String, String) - Constructor for class Macro
 
Macro(MacroPK) - Constructor for class Macro
 
Macro(MacroPK, String) - Constructor for class Macro
 
MacroCommand - Class in mmud.commands
Macros : "macro" shows a list of all macros "macro dostuff say "Hello, everyone"; bow" creates a macro with the command behind it.
MacroCommand(String) - Constructor for class MacroCommand
 
macroPK - Variable in class Macro
 
MacroPK - Class in mmud.database.entities.game
 
MacroPK() - Constructor for class MacroPK
 
MacroPK(String, String) - Constructor for class MacroPK
 
Mail - Class in mmud.database.entities.game
Contents of mail someone has sent.
Mail() - Constructor for class Mail
 
MailChecker - Class in org.karchan
 
MailChecker() - Constructor for class MailChecker
 
MailReceiver - Class in mmud.database.entities.game
It's basically a couple table between the mail sent, and the addressee.
MailReceiver() - Constructor for class MailReceiver
 
MailService - Class in mmud.services
TODO : add all mail here instead of in PrivateRestService.
MailService() - Constructor for class MailService
 
MALE - Enum constant in enum class Sex
 
manaincrease - Variable in class AdminItemDefinition
 
manastats - Variable in class AdminCharacter
 
ManpagesRestService - Class in mmud.rest.services.admin
 
ManpagesRestService() - Constructor for class ManpagesRestService
 
max() - Static method in enum class Alignment
 
max() - Static method in enum class Appetite
 
max() - Static method in enum class Health
 
max() - Static method in enum class Movement
 
max() - Static method in enum class Sobriety
 
MAX_MAILS - Static variable in class PrivateRestService
Indicates that only 20 mails may be retrieved per time (basically a page).
MAX_VITALS - Static variable in class Person
 
maximum() - Method in record class PrivateRoom
Returns the value of the maximum record component.
maxmana - Variable in class AdminCharacter
 
maxmove - Variable in class AdminCharacter
 
maxvital - Variable in class AdminCharacter
 
MD_2 - Enum constant in enum class Hash
 
MD_5 - Enum constant in enum class Hash
 
MEAN - Enum constant in enum class Alignment
 
MeApostropheCommand - Class in mmud.commands
The Me Apostrophe Command: "me's eyes gleam.".
MeApostropheCommand(String) - Constructor for class MeApostropheCommand
 
MeCommand - Class in mmud.commands
The Me Command: "me closes the fridge.".
MeCommand(String) - Constructor for class MeCommand
 
mentally - Variable in class AdminCharacter
 
Menu - Class in org.karchan.menus
 
MenuFactory - Class in org.karchan.menus
 
MenuFactory() - Constructor for class MenuFactory
 
message - Variable in class AdminBoardMessage
 
message - Variable in class AdminLog
 
message - Variable in class News
 
message() - Method in record class PrivateBoardMessage
Returns the value of the message record component.
Message - Class in mmud.rest.webentities
 
Message() - Constructor for class Message
Public default constructor for the json construction of an instance.
Message(String, String, long) - Constructor for class Message
A default chat message.
Message(String, String, MessageType) - Constructor for class Message
Anything but a chat message, usually broadcasted to everyone playing or used for administrative network purposes (pong or internalpong).
MessageCommand - Class in mmud.commands.guild
Say something in guildchat : "guild Good morning, everyone."
MessageCommand(String) - Constructor for class MessageCommand
 
MessageDecoder - Class in mmud.services.websocket
 
MessageDecoder() - Constructor for class MessageDecoder
 
MessageEncoder - Class in mmud.services.websocket
 
MessageEncoder() - Constructor for class MessageEncoder
 
messages() - Method in record class PrivateBoard
Returns the value of the messages record component.
MessagesFilterForBoard - Class in mmud.database.entities.game
This class is customizing the collection of Messages on a Board to only contain messages of the last week with pinned on top.
MessagesFilterForBoard() - Constructor for class MessagesFilterForBoard
 
MessageType - Enum Class in mmud.rest.webentities
 
Method - Class in mmud.database.entities.game
 
Method() - Constructor for class Method
 
Method(String) - Constructor for class Method
 
Method(String, String, LocalDateTime) - Constructor for class Method
 
methodname - Variable in class AdminEvent
 
methodName - Variable in class AdminUserCommand
 
MethodsRestService - Class in mmud.rest.services.admin
 
MethodsRestService() - Constructor for class MethodsRestService
 
mimeType - Variable in class PrivateImage
 
min - Variable in class PublicPerson
 
min() - Static method in enum class Alignment
 
min() - Static method in enum class Appetite
 
min() - Static method in enum class Health
 
min() - Static method in enum class Movement
 
min() - Static method in enum class Sobriety
 
minimum() - Method in record class PrivateRoom
Returns the value of the minimum record component.
minute - Variable in class AdminEvent
 
mm_admin - Search tag in package mmud.database.entities.game
Section
mm_boardmessages - Search tag in package mmud.database.entities.game
Section
mm_charitemtable - Search tag in package mmud.database.entities.game
Section
mm_commandlog - Search tag in package mmud.database.entities.game
Section
mm_commands - Search tag in package mmud.database.entities.game
Section
mm_events - Search tag in package mmud.database.entities.game
Section
mm_guildranks - Search tag in package mmud.database.entities.game
Section
mm_guilds - Search tag in package mmud.database.entities.game
Section
mm_ignore - Search tag in package mmud.database.entities.game
Section
mm_items - Search tag in package mmud.database.entities.game
Section
mm_macro - Search tag in package mmud.database.entities.game
Section
mm_mailcontents - Search tag in package mmud.database.entities.game
Section
mm_mailtable - Search tag in package mmud.database.entities.game
Section
mm_methods - Search tag in package mmud.database.entities.game
Section
mm_rooms - Search tag in package mmud.database.entities.game
Section
mm_usertable - Search tag in package mmud.database.entities.game
Section
mmud - package mmud
General info
MMUD_BASE_PATH_PROPERTY - Static variable in class Constants
 
mmud.commands - package mmud.commands
Provides the different commands possible for players.
mmud.commands.communication - package mmud.commands.communication
 
mmud.commands.guild - package mmud.commands.guild
 
mmud.commands.items - package mmud.commands.items
 
mmud.commands.movement - package mmud.commands.movement
 
mmud.constants - package mmud.constants
 
mmud.database - package mmud.database
 
mmud.database.entities - package mmud.database.entities
 
mmud.database.entities.characters - package mmud.database.entities.characters
Provides the JPA Database Entities for Characters.
mmud.database.entities.game - package mmud.database.entities.game
Provides the JPA Database Entities.
mmud.database.entities.items - package mmud.database.entities.items
Provides the JPA Database Entities for item definitions and item instances.
mmud.database.entities.paypal - package mmud.database.entities.paypal
 
mmud.database.entities.web - package mmud.database.entities.web
Provides the JPA Database Entities for information regarding website scripts.
mmud.database.enums - package mmud.database.enums
 
mmud.encryption - package mmud.encryption
 
mmud.exceptions - package mmud.exceptions
 
mmud.rest.services - package mmud.rest.services
Provides the Enterprise Java Beans used for the REST services.
mmud.rest.services.admin - package mmud.rest.services.admin
Rest services for administration.
mmud.rest.webentities - package mmud.rest.webentities
Provides snapshots of database entities, specifically for the web.
mmud.rest.webentities.admin - package mmud.rest.webentities.admin
 
mmud.rest.webentities.admin.bans - package mmud.rest.webentities.admin.bans
 
mmud.scripting - package mmud.scripting
 
mmud.scripting.entities - package mmud.scripting.entities
 
mmud.services - package mmud.services
 
mmud.services.websocket - package mmud.services.websocket
 
Mob - Class in mmud.database.entities.characters
A mob in the game.
Mob() - Constructor for class Mob
 
MOB - Enum constant in enum class God
 
modification - Variable in class AdminBlog
 
modified - Variable in class AdminHistoricTemplate
 
modified - Variable in class AdminTemplate
 
modifiedDate - Variable in class PrivateWikipage
 
MoneyException - Exception Class in mmud.exceptions
 
MoneyException(Exception) - Constructor for exception class MoneyException
 
MoneyException(String) - Constructor for exception class MoneyException
 
MoneyException(String, Exception) - Constructor for exception class MoneyException
 
month - Variable in class AdminEvent
 
Movement - Enum Class in mmud.database.enums
Indicates how tired you are.
movementincrease - Variable in class AdminItemDefinition
 
movementstats - Variable in class AdminCharacter
 
MudApplication - Class in mmud
 
MudApplication() - Constructor for class MudApplication
 
MudException - Exception Class in mmud.exceptions
The main exception of the mud.
MudException(String) - Constructor for exception class MudException
constructor for creating a exception with a message.
MudException(String, Exception) - Constructor for exception class MudException
constructor for creating a exception with a message.
MudException(Throwable) - Constructor for exception class MudException
constructor for creating a exception with a message.
MudWebException - Exception Class in mmud.exceptions
This exception is automatically mapped to a nice WebApplicationException, using a CustomWebExceptionMapper.
MudWebException(String, String, Response.Status) - Constructor for exception class MudWebException
Create a new MudWebException.
MudWebException(String, String, String) - Constructor for exception class MudWebException
Create a new MudWebException.
MudWebException(String, String, String, Response.Status) - Constructor for exception class MudWebException
Create a new MudWebException.
MudWebException(String, String, Throwable, Response.Status) - Constructor for exception class MudWebException
Create a new MudWebException caused by a different exception.
MudWebException(String, Throwable, Response.Status) - Constructor for exception class MudWebException
Create a new MudWebException caused by a different exception.
MudWebException(Throwable, Response.Status) - Constructor for exception class MudWebException
Create a new MudWebException caused by a different exception.

N

name - Variable in class AdminAdmin
 
name - Variable in class AdminAttribute
 
name - Variable in class AdminBlog
 
name - Variable in class AdminBoard
 
name - Variable in class AdminBoardMessage
 
name - Variable in class AdminCharacter
 
name - Variable in class AdminEvent
 
name - Variable in class AdminGuild
 
name - Variable in class AdminGuildmember
 
name - Variable in class AdminHistoricTemplate
 
name - Variable in class AdminItemDefinition
 
name - Variable in class AdminLog
 
name - Variable in class AdminMethod
 
name - Variable in class AdminTemplate
 
name - Variable in class AdminWorldattribute
 
name - Variable in class AdminBannedIP
 
name - Variable in class AdminBannedName
 
name - Variable in class AdminSillyName
 
name - Variable in class AdminUnbannedName
 
name - Variable in class DeputyScript
 
name - Variable in class Fortune
 
name - Variable in class News
 
name - Variable in class PrivateGuild
 
name - Variable in class PrivateItem
 
name - Variable in class PrivateMail
 
name - Variable in class PrivatePassword
 
name - Variable in class PrivatePerson
 
name - Variable in class PrivateWikipage
 
name - Variable in class PublicPerson
 
name() - Method in record class Colours.Colour
Returns the value of the name record component.
name() - Method in record class PrivateBoardMessage
Returns the value of the name record component.
NAME_MESSAGE - Static variable in class RegularExpressions
 
NAME_REGEXP - Static variable in class RegularExpressions
 
NEUTRAL - Enum constant in enum class Alignment
 
newmail - Variable in class PrivateMail
 
newMail(PrivateMail, String) - Method in class PrivateRestService
 
newMailRest(String, String) - Method in class PrivateRestService
Send a new mail.
newpassword - Variable in class AdminCharacter
 
news() - Method in class PublicRestService
Returns a List of news, recent first.
News - Class in mmud.rest.webentities
 
News() - Constructor for class News
 
newsBoard() - Method in record class PrivateLogonMessage
Returns the value of the newsBoard record component.
New situation - Search tag in package mmud.database.entities.items
Section
NICE - Enum constant in enum class Health
 
NO_DRINK - Enum constant in enum class Sobriety
 
NormalCommand - Class in mmud.commands
An abstract class for the most normal commands.
NormalCommand(String) - Constructor for class NormalCommand
Constructor for a static instance, i.e.
NormalItem - Class in mmud.database.entities.items
 
NormalItem() - Constructor for class NormalItem
Default constructor.
NormalItem(ItemDefinition) - Constructor for class NormalItem
Constructor of a normal item with an item definition.
NORMALITEM - Enum constant in enum class ItemCategory
In the database this is the discriminator "0".
north - Variable in class AdminRoom
 
north - Variable in class PrivateDisplay
 
north() - Method in record class PrivateRoom
Returns the value of the north record component.
NorthCommand - Class in mmud.commands.movement
Proceed to the room in the north, if possible : "north".
NorthCommand(String) - Constructor for class NorthCommand
 
NOT_TIRED_AT_ALL - Enum constant in enum class Movement
 
NOTBUYABLE - Static variable in class Attributes
 
notes - Variable in class AdminCharacter
 
notes - Variable in class AdminItemDefinition
 
NOTSELLABLE - Static variable in class Attributes
 
noUserCommands() - Static method in class CommandFactory
Returns if the map of user commands is empty.

O

objectid - Variable in class AdminAttribute
 
objecttype - Variable in class AdminAttribute
 
offensive - Variable in class AdminBoardMessage
 
offset - Variable in class PrivateLog
 
oldpassword - Variable in class PrivatePassword
 
Old situation - Search tag in package mmud.database.entities.items
Section
ON_ARMS - Enum constant in enum class Wearing
 
ON_EARS - Enum constant in enum class Wearing
 
ON_EYES - Enum constant in enum class Wearing
 
ON_FEET - Enum constant in enum class Wearing
 
ON_HANDS - Enum constant in enum class Wearing
 
ON_HEAD - Enum constant in enum class Wearing
 
ON_LEFT_FINGER - Enum constant in enum class Wearing
 
ON_LEFT_WRIST - Enum constant in enum class Wearing
 
ON_LEGS - Enum constant in enum class Wearing
 
ON_NECK - Enum constant in enum class Wearing
 
ON_RIGHT_FINGER - Enum constant in enum class Wearing
 
ON_RIGHT_WRIST - Enum constant in enum class Wearing
 
ON_TORSO - Enum constant in enum class Wearing
 
ON_WAIST - Enum constant in enum class Wearing
 
onClose(Session) - Method in class ChatLogEndPoint
 
onError(Session, Throwable) - Method in class ChatLogEndPoint
 
ONLY_LETTERS_MESSAGE - Static variable in class RegularExpressions
 
ONLY_LETTERS_ONE_OR_MORE_MESSAGE - Static variable in class RegularExpressions
 
ONLY_LETTERS_ONE_OR_MORE_REGEXP - Static variable in class RegularExpressions
 
ONLY_LETTERS_REGEXP - Static variable in class RegularExpressions
 
ONLY_LOCALHOST_MAY_ACCESS_THIS - Static variable in class EventsRestService
 
onMessage(Session, Message) - Method in class ChatLogEndPoint
 
onOpen(Session) - Method in class ChatLogEndPoint
 
ooc - Variable in class AdminCharacter
 
OocCommand - Class in mmud.commands.communication
Shows the current date in the game: "date".
OocCommand(String) - Constructor for class OocCommand
 
open() - Method in class Item
 
OpenCommand - Class in mmud.commands.items
Open a container: "open chest".
OpenCommand(String) - Constructor for class OpenCommand
 
ordering - Variable in class PrivateWikipage
 
org.karchan - package org.karchan
 
org.karchan.images - package org.karchan.images
 
org.karchan.menus - package org.karchan.menus
 
org.karchan.security - package org.karchan.security
 
org.karchan.webentities - package org.karchan.webentities
 
org.karchan.wiki - package org.karchan.wiki
 
OTHER - Enum constant in enum class Sex
Also known as gender-neutral or third gender or non-binary gender.
OutputFormatter - Class in mmud.database
 
Ownage - Interface in mmud.database.entities
Indicates that an object in the game has an owner.
owner - Variable in class AdminArea
 
owner - Variable in class AdminBoard
 
owner - Variable in class AdminCharacter
 
owner - Variable in class AdminEvent
 
owner - Variable in class AdminGuild
 
owner - Variable in class AdminItemDefinition
 
owner - Variable in class AdminMethod
 
owner - Variable in class AdminRoom
 
owner - Variable in class AdminUserCommand
 
owner - Variable in class AdminWorldattribute
 
owner - Variable in class DeputyScript
 
owner - Variable in class PrivateImage
 
owner() - Method in record class AdminItem
Returns the value of the owner record component.
OwnerCommand - Class in mmud.commands
Owner : "owner", "owner remove" and "owner Karn".
OwnerCommand(String) - Constructor for class OwnerCommand
 

P

PADDING_DEFAULT - Static variable in class HexEncoder
 
parentTitle - Variable in class PrivateWikipage
 
parse(String) - Static method in enum class Wearing
Provides some parsing, a string is translated to the enum in question.
parse(String) - Static method in enum class Wielding
Provides some parsing, a string is translated to the enum in question.
parseCommand(String) - Static method in class ItemCommand
split up the command into different words.
parseCommand(String) - Static method in class NormalCommand
split up the command into different words.
parseCommand(String) - Static method in class Utils
split up the command into different words.
parseCommand(String, int) - Static method in class ItemCommand
split up the command into different words.
parseCommand(String, int) - Static method in class NormalCommand
split up the command into different words.
ParseException - Exception Class in mmud.exceptions
 
ParseException() - Constructor for exception class ParseException
 
ParseException(Exception) - Constructor for exception class ParseException
 
ParseException(String) - Constructor for exception class ParseException
 
ParseException(String, Exception) - Constructor for exception class ParseException
 
pasdefense - Variable in class AdminItemDefinition
 
password - Variable in class PrivatePassword
 
password - Variable in class PrivatePerson
 
password2 - Variable in class PrivatePassword
 
password2 - Variable in class PrivatePerson
 
PASSWORDS_DO_NOT_MATCH - Static variable in class PrivateRestService
 
PaypalLog - Class in mmud.database.entities.paypal
 
PaypalLog() - Constructor for class PaypalLog
 
PaypalLog(String, String, String) - Constructor for class PaypalLog
 
PaypalPayment - Class in mmud.database.entities.paypal
 
PaypalPayment() - Constructor for class PaypalPayment
 
PaypalPayment(String, String, String, String, String, String, String, BigDecimal, BigDecimal) - Constructor for class PaypalPayment
 
PaypalRequest - Class in mmud.database.entities.paypal
 
PaypalRequest() - Constructor for class PaypalRequest
 
PaypalRequest(HttpServletRequest) - Constructor for class PaypalRequest
 
PaypalRequest(String, String, String, int, String, String, String, String, int, String, String, String) - Constructor for class PaypalRequest
 
PeopleMenu - Class in org.karchan.menus
 
Person - Class in mmud.database.entities.characters
A character in the game.
Person - Class in mmud.scripting.entities
Scripting entity called Person.
Person() - Constructor for class Person
 
Person(Person) - Constructor for class Person
Constructor
PERSON - Enum constant in enum class AdminMudType
 
personal(String) - Method in class Person
 
PersonCommunicationService - Class in mmud.services
 
PersonNotFoundException - Exception Class in mmud.exceptions
A person could not be found.
PersonNotFoundException() - Constructor for exception class PersonNotFoundException
 
PersonNotFoundException(Exception) - Constructor for exception class PersonNotFoundException
 
PersonNotFoundException(String) - Constructor for exception class PersonNotFoundException
 
PersonNotFoundException(String, Exception) - Constructor for exception class PersonNotFoundException
 
persons - Variable in class PrivateDisplay
 
persons() - Method in record class PrivateRoom
Returns the value of the persons record component.
Persons - Class in mmud.scripting
Proxy to find any person who is currently playing the game.
Persons(PersonsInterface) - Constructor for class Persons
 
PersonService - Class in mmud.services
 
PersonService(LogService) - Constructor for class PersonService
 
PersonsFilter - Class in mmud.database.entities.game
This class is customizing the collection of Persons in an entity to only contain active persons.
PersonsFilter() - Constructor for class PersonsFilter
 
PersonsFilterForGuild - Class in mmud.database.entities.game
This class is customizing the collection of Persons in a Guild to only contain active persons.
PersonsFilterForGuild() - Constructor for class PersonsFilterForGuild
 
PersonsFilterForRoom - Class in mmud.database.entities.game
This class is customizing the collection of Persons in a Room to only contain active persons.
PersonsFilterForRoom() - Constructor for class PersonsFilterForRoom
 
PersonsInterface - Interface in mmud.scripting
 
PersonsRestService - Class in mmud.rest.services.admin
 
PersonsRestService() - Constructor for class PersonsRestService
 
picture - Variable in class AdminRoom
 
PicturesRestService - Class in mmud.rest.services
Allows getting pictures and creating new ones.
PicturesRestService() - Constructor for class PicturesRestService
 
pinned - Variable in class AdminBoardMessage
 
PISSED - Enum constant in enum class Sobriety
 
PLAYER - Static variable in class Roles
Everyone basically has this role, if they've registered a character.
PlayerAuthenticationService - Class in mmud.services
 
PlayerAuthenticationService() - Constructor for class PlayerAuthenticationService
 
playGame(String, String, Long, Boolean) - Method in class GameRestService
Main function for executing a command in the game.
PONG - Enum constant in enum class MessageType
User generated ping response.
posession() - Method in enum class Sex
returns either "his" or "her"
position() - Method in record class Transform
Returns the value of the position record component.
Position - Record Class in mmud.database.entities.characters
 
Position(BigDecimal, BigDecimal, BigDecimal) - Constructor for record class Position
Creates an instance of a Position record class.
PostBoardCommand - Class in mmud.commands
Posts a message to a general board.
PostBoardCommand(String) - Constructor for class PostBoardCommand
 
posttime - Variable in class AdminBoardMessage
 
posttime - Variable in class News
 
posttime() - Method in record class PrivateBoardMessage
Returns the value of the posttime record component.
practises - Variable in class AdminCharacter
 
PrivateBoard - Record Class in mmud.rest.webentities
 
PrivateBoard(String, List<PrivateBoardMessage>) - Constructor for record class PrivateBoard
Creates an instance of a PrivateBoard record class.
PrivateBoard(Board, List<PrivateBoardMessage>) - Constructor for record class PrivateBoard
 
PrivateBoardMessage - Record Class in mmud.rest.webentities
 
PrivateBoardMessage(LocalDateTime, String, String) - Constructor for record class PrivateBoardMessage
Creates an instance of a PrivateBoardMessage record class.
PrivateBoardMessage(BoardMessage) - Constructor for record class PrivateBoardMessage
 
PrivateDisplay - Class in mmud.rest.webentities
 
PrivateDisplay() - Constructor for class PrivateDisplay
 
PrivateGuild - Class in mmud.rest.webentities
Information on a certain guild that is available to the members and guildmaster of a guild.
PrivateGuild() - Constructor for class PrivateGuild
 
PrivateHasMail() - Constructor for class PrivateRestService.PrivateHasMail
 
PrivateImage - Class in mmud.rest.webentities
 
PrivateImage() - Constructor for class PrivateImage
 
PrivateImage(Image) - Constructor for class PrivateImage
 
PrivateItem - Class in mmud.rest.webentities
 
PrivateItem() - Constructor for class PrivateItem
 
PrivateLog - Class in mmud.rest.webentities
 
PrivateLog() - Constructor for class PrivateLog
 
PrivateLogonMessage - Record Class in mmud.rest.webentities
 
PrivateLogonMessage(String, String, String, PrivateBoard) - Constructor for record class PrivateLogonMessage
Creates an instance of a PrivateLogonMessage record class.
PrivateMail - Class in mmud.rest.webentities
 
PrivateMail() - Constructor for class PrivateMail
 
PrivateMail(Mail) - Constructor for class PrivateMail
 
PrivateMail(MailReceiver) - Constructor for class PrivateMail
 
PrivatePassword - Class in mmud.rest.webentities
 
PrivatePassword() - Constructor for class PrivatePassword
 
PrivatePerson - Class in mmud.rest.webentities
 
PrivatePerson() - Constructor for class PrivatePerson
 
PrivateRank - Class in mmud.rest.webentities
 
PrivateRank() - Constructor for class PrivateRank
 
PrivateRank(Guildrank) - Constructor for class PrivateRank
 
PrivateRestService - Class in mmud.rest.services
Contains all rest calls that are available to a specific character, with authentication and authorization.
PrivateRestService() - Constructor for class PrivateRestService
 
PrivateRestService.PrivateHasMail - Class in mmud.rest.services
 
PrivateRoom - Record Class in mmud.rest.webentities
 
PrivateRoom(Long, String, String, String, Long, Long, Long, Long, Long, Long, List<PrivatePerson>, List<PrivateItem>, Position, Position, Position) - Constructor for record class PrivateRoom
Creates an instance of a PrivateRoom record class.
PrivateRoom(Room) - Constructor for record class PrivateRoom
 
PrivateService - Class in mmud.services
 
PrivateService() - Constructor for class PrivateService
 
PrivateWikipage - Class in mmud.rest.webentities
 
PrivateWikipage() - Constructor for class PrivateWikipage
 
PrivateWikipage(Wikipage) - Constructor for class PrivateWikipage
 
processRequest(HttpServletRequest, HttpServletResponse) - Method in class RedirectingServlet
Processes requests for both HTTP GET and POST methods.
PublicAdmin - Class in org.karchan.webentities
Data record containing admin information
PublicAdmin(User) - Constructor for class PublicAdmin
 
PublicFamily - Class in mmud.rest.webentities
 
PublicFamily() - Constructor for class PublicFamily
 
PublicGuild - Class in mmud.rest.webentities
Information on a certain guild that is available to the big unwashed public.
PublicGuild - Class in org.karchan.webentities
Information on a certain guild that is available to the big unwashed public.
PublicGuild() - Constructor for class PublicGuild
 
PublicGuild(Guild) - Constructor for class PublicGuild
 
PublicPerson - Class in mmud.rest.webentities
 
PublicPerson() - Constructor for class PublicPerson
 
PublicPerson(User, String) - Constructor for class PublicPerson
Used by the wholist.
PublicRestService - Class in mmud.rest.services
Contains all rest calls that are available to the world, without authentication or authorization.
PublicRestService() - Constructor for class PublicRestService
 
PublicService - Class in mmud.services
 
PublicService() - Constructor for class PublicService
 
punishment - Variable in class AdminCharacter
 
put(Item, Item, Person) - Method in class ItemService
Puts an item into a container.
PutCommand - Class in mmud.commands.items
Put an item into a container: "put ring in sack".
PutCommand(String) - Constructor for class PutCommand
 

Q

QUITE_HURT - Enum constant in enum class Health
 
QUITE_NICE - Enum constant in enum class Health
 
quitGame(String) - Method in class GameRestService
Stops a playing character from playing.

R

race - Variable in class AdminCharacter
 
race - Variable in class PrivatePerson
 
RankAssignCommand - Class in mmud.commands.guild
Makes you, as guildmaster, assign a rank to a member of the guild.
RankAssignCommand(String) - Constructor for class RankAssignCommand
 
RankChangeCommand - Class in mmud.commands.guild
Makes you, as guildmaster, create or change a rank of the guild.
RankChangeCommand(String) - Constructor for class RankChangeCommand
 
RankDeleteCommand - Class in mmud.commands.guild
Makes you, as guildmaster, delete a rank of the guild.
RankDeleteCommand(String) - Constructor for class RankDeleteCommand
 
ReadBoardCommand - Class in mmud.commands
Reads a general board.
ReadBoardCommand(String) - Constructor for class ReadBoardCommand
 
ReadCommand - Class in mmud.commands.items
Read stuff: "read sign".
ReadCommand(String) - Constructor for class ReadCommand
 
readdescr - Variable in class AdminItemDefinition
 
readValue(byte[]) - Method in class JsonbDeserializer
 
realname - Variable in class AdminCharacter
 
realname - Variable in class PrivatePerson
 
reason - Variable in class AdminBannedIP
 
reason - Variable in class AdminBannedName
 
receive(Item) - Method in class Person
 
RedirectingServlet - Class in com.karchan
Takes care to send the index.html file of Angular, so Angular routing can be done with bookmarks.
RedirectingServlet() - Constructor for class RedirectingServlet
 
regExpTest(String, String) - Static method in class RegularExpressions
 
RegularExpressionException - Exception Class in mmud.exceptions
A checked exception indicating that a value did not match the regular expression.
RegularExpressionException(String) - Constructor for exception class RegularExpressionException
 
RegularExpressionException(String, PatternSyntaxException) - Constructor for exception class RegularExpressionException
 
RegularExpressions - Class in mmud.database
A class to verify that input conforms to certain regular expressions.
reject_access - Variable in class PrivateRank
 
RejectCommand - Class in mmud.commands.guild
Makes you, as guildmaster, reject a person wanting to join your guild.
RejectCommand(String) - Constructor for class RejectCommand
 
remove(Integer) - Method in class EventRestService
 
remove(Integer) - Method in class ItemsRestService
 
remove(Integer) - Method in class UserCommandsRestService
 
remove(Long) - Method in class BlogsRestService
 
remove(Long) - Method in class BoardsRestService
 
remove(Long) - Method in class RoomsRestService
 
remove(String) - Method in class AreaRestService
 
remove(String) - Method in class AttributesRestService
 
remove(String) - Method in class GuildsRestService
 
remove(String) - Method in class ItemDefinitionsRestService
 
remove(String) - Method in class ManpagesRestService
 
remove(String) - Method in class MethodsRestService
 
remove(String) - Method in class PersonsRestService
 
remove(String) - Method in class WorldattributesRestService
 
remove(String, Long) - Method in class AttributesRestService
 
removeAnnoyingUser(User) - Method in class User
Removes a user from the big ignore list.
removeAttribute(String) - Method in class Person
 
removeAttribute(String) - Method in interface AttributeWrangler
Removes an attribute by name.
removeAttribute(String) - Method in class Room
 
removeAttribute(String) - Method in class Item
 
removeAttribute(String) - Method in class Item
 
removeAttribute(String) - Method in class Person
 
removeAttribute(String) - Method in class Room
 
removeBannedIP(String) - Method in class BanRestService
 
removeBannedName(String) - Method in class BanRestService
 
RemoveCommand - Class in mmud.commands.guild
Makes you, as guildmaster, remove a member of the guild forcibly.
RemoveCommand(String) - Constructor for class RemoveCommand
 
removed - Variable in class AdminBoardMessage
 
removeItem(Item) - Method in class Item
Actually destroys an item from this container.
removeItem(Item) - Method in class Person
Actually destroys an item from the inventory of this person.
removeItem(Item) - Method in class Room
Actually destroys an item from this room.
removeLoginToken(String) - Method in class KarchanRememberMeStore
 
removeMacro(String) - Method in class User
Removes a macro from the existing macros.
removeSillyName(String) - Method in class BanRestService
 
removeUnbannedName(String) - Method in class BanRestService
 
removeUser(String) - Method in class IdleUsersService
 
render(String) - Method in class WikiRenderer
 
resetPassword(String, String) - Method in class PrivateRestService
Resets your current password
resetUser(String) - Method in class IdleUsersService
 
RestUtilities - Class in mmud.rest.services
Primarily used for converting from entities to rest objects.
retrieve(Item, Item, Person) - Method in class ItemService
Retrieves an item from a container.
RetrieveCommand - Class in mmud.commands.items
/** Retrieve an item from a container: "retrieve ring from sack".
RetrieveCommand(String) - Constructor for class RetrieveCommand
 
retrievePerson(String) - Method in class Room
retrieve the character from the list of characters currently active in the current room.
retrieveUser(String) - Method in class Room
retrieve the player from the list of characters currently active in the current room.
returnEmotion(String) - Static method in class Emotions
returns the appropriate emotion for a third person view.
returnEmotionTo(String) - Static method in class Emotions
returns the appropriate emotion for a third person view.
returnValue(String) - Static method in enum class Wearing
 
returnValue(String) - Static method in enum class Wielding
 
returnWearings(Integer) - Static method in enum class Wearing
Receives an integer and returns a list of Wieldings to correspond.
returnWieldings(Integer) - Static method in enum class Wielding
Receives an integer and returns a list of Wieldings to correspond.
RibbitCommand - Class in mmud.commands
The Ribbit Command: "Rrribbit".
RibbitCommand(String) - Constructor for class RibbitCommand
 
Roles - Class in org.karchan.security
The different authorization roles.
Roles() - Constructor for class Roles
 
room - Variable in class AdminBoard
 
room - Variable in class AdminCharacter
 
room - Variable in class AdminEvent
 
room - Variable in class AdminUserCommand
 
room() - Method in record class AdminItem
Returns the value of the room record component.
Room - Class in mmud.database.entities.game
A room.
Room - Class in mmud.scripting.entities
 
Room() - Constructor for class Room
 
Room(Long) - Constructor for class Room
 
Room(Long, String, LocalDateTime, String) - Constructor for class Room
 
Room(Room) - Constructor for class Room
 
ROOM - Enum constant in enum class AdminMudType
 
Roomattribute - Class in mmud.database.entities.game
 
Roomattribute() - Constructor for class Roomattribute
 
Roomattribute(String, Room) - Constructor for class Roomattribute
 
RoomCommunicationService - Class in mmud.services
 
roomid() - Method in record class PrivateRoom
Returns the value of the roomid record component.
Rooms - Class in mmud.scripting
 
Rooms(RoomsInterface) - Constructor for class Rooms
 
RoomsInterface - Interface in mmud.scripting
 
RoomsRestService - Class in mmud.rest.services.admin
 
RoomsRestService() - Constructor for class RoomsRestService
 
RoomsService - Class in mmud.services
 
RoomsService() - Constructor for class RoomsService
 
rotation() - Method in record class Transform
Returns the value of the rotation record component.
Rotation - Record Class in mmud.database.entities.characters
 
Rotation(BigDecimal, BigDecimal, BigDecimal) - Constructor for record class Rotation
Creates an instance of a Rotation record class.
rrribbits - Variable in class AdminCharacter
 
run(String) - Method in class RunScript
Runs a specific function called "function event()".
run(String, User) - Method in class AdminCommand
 
run(String, User) - Method in class AfkCommand
 
run(String, User) - Method in class BogusCommand
 
run(String, User) - Method in class ClearCommand
 
run(String, User) - Method in interface Command
Runs the command.
run(String, User) - Method in class ChatCommand
 
run(String, User) - Method in class CreateChatCommand
 
run(String, User) - Method in class DeleteChatCommand
 
run(String, User) - Method in class EditChatCommand
 
run(String, User) - Method in class JoinChatCommand
 
run(String, User) - Method in class LeaveChatCommand
 
run(String, User) - Method in class OocCommand
 
run(String, User) - Method in class ConditionCommand
 
run(String, User) - Method in class DateCommand
 
run(String, User) - Method in class DeputiesCommand
 
run(String, User) - Method in class EyebrowCommand
 
run(String, User) - Method in class AcceptCommand
 
run(String, User) - Method in class ApplyCommand
 
run(String, User) - Method in class ChangeMasterCommand
 
run(String, User) - Method in class CreateGuildCommand
 
run(String, User) - Method in class DeleteGuildCommand
 
run(String, User) - Method in class DetailsCommand
 
run(String, User) - Method in class GuildMessageCommand
 
run(String, User) - Method in class LeaveCommand
 
run(String, User) - Method in class MessageCommand
 
run(String, User) - Method in class RankAssignCommand
 
run(String, User) - Method in class RankChangeCommand
 
run(String, User) - Method in class RankDeleteCommand
 
run(String, User) - Method in class RejectCommand
 
run(String, User) - Method in class RemoveCommand
 
run(String, User) - Method in class HeehawCommand
 
run(String, User) - Method in class HelpCommand
 
run(String, User) - Method in class BuyCommand
Tries out the buy command.
run(String, User) - Method in class CloseCommand
 
run(String, User) - Method in class DestroyCommand
 
run(String, User) - Method in class DisarmCommand
 
run(String, User) - Method in class DrinkCommand
 
run(String, User) - Method in class DropCommand
 
run(String, User) - Method in class EatCommand
 
run(String, User) - Method in class GetCommand
 
run(String, User) - Method in class GiveCommand
 
run(String, User) - Method in class InventoryCommand
 
run(String, User) - Method in class ItemCommand
 
run(String, User) - Method in class LockCommand
 
run(String, User) - Method in class LookAtCommand
 
run(String, User) - Method in class LookInCommand
 
run(String, User) - Method in class OpenCommand
 
run(String, User) - Method in class PutCommand
 
run(String, User) - Method in class ReadCommand
 
run(String, User) - Method in class RetrieveCommand
 
run(String, User) - Method in class SellCommand
Tries out the sell command.
run(String, User) - Method in class UndressCommand
 
run(String, User) - Method in class UnlockCommand
 
run(String, User) - Method in class UnwearCommand
 
run(String, User) - Method in class UnwieldCommand
 
run(String, User) - Method in class WearCommand
 
run(String, User) - Method in class WieldCommand
 
run(String, User) - Method in class LookCommand
 
run(String, User) - Method in class MacroCommand
 
run(String, User) - Method in class MeApostropheCommand
 
run(String, User) - Method in class MeCommand
 
run(String, User) - Method in class DownCommand
 
run(String, User) - Method in class EastCommand
 
run(String, User) - Method in class GoCommand
 
run(String, User) - Method in class NorthCommand
 
run(String, User) - Method in class SouthCommand
 
run(String, User) - Method in class UpCommand
 
run(String, User) - Method in class WestCommand
 
run(String, User) - Method in class NormalCommand
 
run(String, User) - Method in class OwnerCommand
 
run(String, User) - Method in class PostBoardCommand
 
run(String, User) - Method in class ReadBoardCommand
 
run(String, User) - Method in class RibbitCommand
 
run(String, User) - Method in class ScriptCommand
 
run(String, User) - Method in class SleepCommand
 
run(String, User) - Method in class StatsCommand
 
run(String, User) - Method in class TargetCommand
 
run(String, User) - Method in class TimeCommand
 
run(String, User) - Method in class TitleCommand
 
run(String, User) - Method in class WimpyCommand
 
run(Person, String) - Method in class RunScript
Runs a specific function called "function event(person)".
run(Person, String, String) - Method in class RunScript
Runs a specific function called "function command(person, command)".
run(Room, String) - Method in class RunScript
Runs a specific function called "function event(room)".
runCommand(User, String, List<UserCommand>) - Method in class CommandRunner
Runs a specific command.
RunScript - Class in mmud.scripting
Can run javascript source code.
RunScript(Persons, Rooms, Items, World, LogService) - Constructor for class RunScript
 
runSingleEvent(Integer, HttpServletRequest) - Method in class EventsRestService
 
runSingleEvent(Administrator, Integer) - Method in class EventsService
Runs a single event, right now.

S

sanitize(String) - Static method in class EbayPolicy
 
SAY - Enum constant in enum class CommType
 
SayCommand - Class in mmud.commands.communication
Say something : "say Good morning, everyone." or "say to Karn Good morning, Karn."
SayCommand(String) - Constructor for class SayCommand
 
scale() - Method in record class Transform
Returns the value of the scale record component.
Scale - Record Class in mmud.database.entities.characters
 
Scale(BigDecimal, BigDecimal, BigDecimal) - Constructor for record class Scale
Creates an instance of a Scale record class.
SCREAM - Enum constant in enum class CommType
 
ScreamCommand - Class in mmud.commands.communication
Scream to someone "scream Help!".
ScreamCommand(String) - Constructor for class ScreamCommand
 
ScriptCommand - Class in mmud.commands
The Script Command.
SEARCHPARAMETERS - Static variable in class SearchWikiMenu
 
SearchWikiMenu - Class in org.karchan.menus
 
SearchWikiMenu(String, String) - Constructor for class SearchWikiMenu
 
sec - Variable in class PublicPerson
 
security(String) - Static method in class InputSanitizer
Returns a safe string, containing no javascript at all.
seealso - Variable in class AdminManpage
 
sell(Item, User, Shopkeeper) - Method in class ItemService
Sells an item from a user to a shopkeeper.
SellCommand - Class in mmud.commands.items
Sells an item to a shopkeeper.
SellCommand(String) - Constructor for class SellCommand
 
send(String, Message) - Static method in class ChatLogEndPoint
 
sendChatBubble(Person, String) - Method in class PersonService
 
sendChatBubble(User, Person, String) - Method in class PersonCommunicationService
 
sendMessage(String) - Method in class Person
 
sendMessage(String) - Method in class Room
 
sendMessage(String) - Method in class GuildCommunicationService
communication method to everyone in the guild, that is active.
sendMessage(String) - Method in class RoomCommunicationService
room communication method to everyone in the room.
sendMessage(String, String) - Method in class Room
 
sendMessage(Person, String) - Method in class GuildCommunicationService
character communication method to everyone in the guild.
sendMessage(Person, String) - Method in class RoomCommunicationService
character communication method to everyone in the room.
sendMessage(Person, Person, String) - Method in class RoomCommunicationService
character communication method to everyone in the room.
sendMessage(Person, String) - Method in class Person
 
sendMessageExcl(String) - Method in class Person
Sends a message in the room, but not to myself.
sendMessageExcl(String, String) - Method in class Room
 
sendMessageExcl(Person, String) - Method in class RoomCommunicationService
character communication method to everyone in the room excluded the person mentioned in the parameters.
sendMessageExcl(Person, Person, String) - Method in class RoomCommunicationService
character communication method to everyone in the room except to the two persons mentioned in the header.
sendMessageExcl(Person, String) - Method in class Person
Sends a message in the room, but not to myself and the target toperson.
sendWall(String) - Method in class PersonService
Sends a message from an administrator to all players currently playing the game, irrespective of room they are in.
sendWall(String, Predicate<User>) - Method in class PersonService
 
serialize(T) - Method in class JsonbSerializer
 
setAcceptAccess(boolean) - Method in class Guildrank
 
setActive(Boolean) - Method in class Person
Make a person actively playing the game (or not).
setActive(Boolean) - Method in class Guild
 
setActiveMembers(SortedSet<User>) - Method in class Guild
 
setAddendum(String) - Method in class Eventlog
 
setAddendum(String) - Method in class Log
 
setAddress(String) - Method in class User
Sets the ip address or hostname of the person playing the game.
setAddress(String) - Method in class BanTable
 
setAdjectives(String) - Method in class ItemDefinition
 
setAdministration(boolean) - Method in class Wikipage
 
setAdministration(boolean) - Method in class WikipageHistory
 
setAfk(String) - Method in class Person
 
setAge(String) - Method in class Person
 
setAlignment(Integer) - Method in class Person
 
setAnswer(String) - Method in class Answer
 
setAnswer(String) - Method in class Faq
 
setAnswerPK(AnswerPK) - Method in class Answer
 
setArea(String) - Method in class Area
 
setArea(Area) - Method in class Room
 
setAreaCollection(Collection<Area>) - Method in class Admin
 
setArm(String) - Method in class Person
 
setAttribute(String, String) - Method in class Person
 
setAttribute(String, String) - Method in interface AttributeWrangler
Set the value of the attribute, creates the attribute if the attribute does not exist.
setAttribute(String, String) - Method in class Room
 
setAttribute(String, String) - Method in class Item
 
setAttribute(String, String) - Method in class Item
 
setAttribute(String, String) - Method in class Person
 
setAttribute(String, String) - Method in class Room
 
setAttributename(String) - Method in class Chatline
 
setAttributes(Set<Roomattribute>) - Method in class Room
 
setBandage(Integer) - Method in class Person
 
setBeard(String) - Method in class Person
 
setBirth(LocalDateTime) - Method in class Person
 
setBoard(Board) - Method in class BoardMessage
 
setBoardBean(BoardService) - Method in class PublicRestService
 
setBoardCollection(Collection<Board>) - Method in class Admin
 
setBody(String) - Method in class Display
 
setBody(String) - Method in class Mail
 
setBoss(User) - Method in class Guild
Sets the guildmaster of this guild.
setBound(boolean) - Method in class ItemDefinition
You cannot give this item to someone else.
setCallable(Boolean) - Method in class Event
 
setCallable(Boolean) - Method in class UserCommand
 
setCallback(CommandRunner) - Method in class NormalCommand
 
setCapacity(Integer) - Method in class ItemDefinition
 
setCgiAccept(String) - Method in class User
 
setCgiAuthType(String) - Method in class User
 
setCgiContentType(String) - Method in class User
 
setCgiGatewayInterface(String) - Method in class User
 
setCgiPathInfo(String) - Method in class User
 
setCgiPathTranslated(String) - Method in class User
 
setCgiRemoteAddr(String) - Method in class User
 
setCgiRemoteHost(String) - Method in class User
 
setCgiRemoteIdent(String) - Method in class User
 
setCgiRemoteUser(String) - Method in class User
 
setCgiRequestMethod(String) - Method in class User
 
setCgiScriptName(String) - Method in class User
 
setCgiServerName(String) - Method in class User
 
setCgiServerPort(String) - Method in class User
 
setCgiServerProtocol(String) - Method in class User
 
setCgiServerSoftware(String) - Method in class User
 
setCgiUserAgent(String) - Method in class User
 
setChatline(Chatline) - Method in class Chatlineusers
 
setChatname(String) - Method in class Chatline
 
setChildren(List<Wikipage>) - Method in class Wikipage
 
setCityofbirth(String) - Method in class CharacterInfo
 
setColour(String) - Method in class Chatline
 
setColour(String) - Method in class Guild
 
setCommand(String) - Method in class Commandlog
 
setCommand(String) - Method in class Help
 
setCommand(String) - Method in class UserCommand
 
setCommandCollection(Collection<UserCommand>) - Method in class Admin
 
setCommandCollection(Collection<UserCommand>) - Method in class Method
 
setComment(String) - Method in class HistoricTemplate
 
setComment(String) - Method in class HtmlTemplate
 
setComment(String) - Method in class Wikipage
 
setComment(String) - Method in class WikipageHistory
 
setComplexion(String) - Method in class Person
 
setConstitution(Integer) - Method in class Person
 
setContainer(Boolean) - Method in class ItemDefinition
Indicates that this item should be or should not be a container.
setContainer(Item) - Method in class Item
 
setContaintype(Integer) - Method in class ItemDefinition
 
setContent(byte[]) - Method in class Image
 
setContent(String) - Method in class HistoricTemplate
 
setContent(String) - Method in class HtmlTemplate
 
setContent(String) - Method in class Wikipage
 
setContent(String) - Method in class WikipageHistory
 
setContents(String) - Method in class Help
 
setContents(String) - Method in class Macro
 
setContents(String) - Method in class Room
 
setContents(String) - Method in class Worldattribute
 
setContents(String) - Method in class Blog
 
setCopper(Integer) - Method in class Person
Do not use this method ...
setCopper(Integer) - Method in class ItemDefinition
 
setCreated(LocalDateTime) - Method in class Admin
 
setCreated(LocalDateTime) - Method in class HistoricTemplate
 
setCreated(LocalDateTime) - Method in class HtmlTemplate
 
setCreated(Date) - Method in class Faq
 
setCreateDate(LocalDateTime) - Method in class Blog
 
setCreateDate(LocalDateTime) - Method in class Image
 
setCreateDate(LocalDateTime) - Method in class Wikipage
 
setCreateDate(LocalDateTime) - Method in class WikipageHistory
 
setCreation(LocalDateTime) - Method in class Person
 
setCreation(LocalDateTime) - Method in class Area
 
setCreation(LocalDateTime) - Method in class BannedName
 
setCreation(LocalDateTime) - Method in class Board
 
setCreation(LocalDateTime) - Method in class Event
 
setCreation(LocalDateTime) - Method in class Eventlog
 
setCreation(LocalDateTime) - Method in class Guild
 
setCreation(LocalDateTime) - Method in class Log
 
setCreation(LocalDateTime) - Method in class Method
 
setCreation(LocalDateTime) - Method in class Room
 
setCreation(LocalDateTime) - Method in class UserCommand
 
setCreation(LocalDateTime) - Method in class Worldattribute
 
setCreation(LocalDateTime) - Method in class Item
 
setCreation(LocalDateTime) - Method in class ItemDefinition
 
setCreation(LocalDateTime) - Method in class PaypalLog
 
setCreation(LocalDateTime) - Method in class Link
 
setDamageresistance(Integer) - Method in class ItemDefinition
 
setDatamodel(EntityManager, Map<String, Object>, Map<String, String[]>) - Method in class CommandReferenceMenu
 
setDatamodel(EntityManager, Map<String, Object>, Map<String, String[]>) - Method in class FaqMenu
 
setDatamodel(EntityManager, Map<String, Object>, Map<String, String[]>) - Method in class FortunesMenu
 
setDatamodel(EntityManager, Map<String, Object>, Map<String, String[]>) - Method in class GuildsMenu
 
setDatamodel(EntityManager, Map<String, Object>, Map<String, String[]>) - Method in class PeopleMenu
 
setDatamodel(EntityManager, Map<String, Object>, Map<String, String[]>) - Method in class SearchWikiMenu
 
setDatamodel(EntityManager, Map<String, Object>, Map<String, String[]>) - Method in class StatusMenu
 
setDatamodel(EntityManager, Map<String, Object>, Map<String, String[]>) - Method in class WelcomeMenu
 
setDatamodel(EntityManager, Map<String, Object>, Map<String, String[]>) - Method in class WikiMenu
 
setDatamodel(Menu, Map<String, Object>, Map<String, String[]>) - Method in class MenuFactory
 
setDate(LocalDateTime) - Method in class BanTable
 
setDateofbirth(String) - Method in class CharacterInfo
 
setDayofmonth(Integer) - Method in class Event
 
setDayofweek(Integer) - Method in class Event
 
setDays(Integer) - Method in class BannedName
 
setDays(Integer) - Method in class BanTable
 
setDaysguilddeath(Integer) - Method in class Guild
 
setDeleted(Boolean) - Method in class Mail
 
setDeleted(Boolean) - Method in class MailReceiver
 
setDeleted(Boolean) - Method in class Faq
 
setDeputy(boolean) - Method in class Log
 
setDeputy(String) - Method in class BannedName
 
setDeputy(String) - Method in class BanTable
 
setDescription(String) - Method in class Area
 
setDescription(String) - Method in class Board
 
setDescription(String) - Method in class ErrorMessage
 
setDescription(String) - Method in class Guild
 
setDescription(String) - Method in class ItemDefinition
 
setDescription(String) - Method in class FamilyValue
 
setDescription(String) - Method in class Room
 
setDescription(FamilyValue) - Method in class Family
 
setDexterity(Integer) - Method in class Person
 
setDiscriminator(Integer) - Method in class ItemDefinition
 
setDown(Room) - Method in class Room
 
setDown(Room) - Method in class Room
 
setDrinkable(String) - Method in class ItemDefinition
 
setDrinkstats(Integer) - Method in class Person
 
setDropable(Boolean) - Method in class ItemDefinition
 
setEast(Room) - Method in class Room
 
setEast(Room) - Method in class Room
 
setEatable(String) - Method in class ItemDefinition
 
setEatstats(Integer) - Method in class Person
 
setEditor(String) - Method in class HistoricTemplate
 
setEditor(String) - Method in class HtmlTemplate
 
setEmail(String) - Method in class User
 
setEmail(String) - Method in class Admin
 
setEntityManager(EntityManager) - Method in class GameRestService
 
setEntityManager(EntityManager) - Method in class GuildService
Should only be used for TESTING! You hear that!
setEntityManager(EntityManager) - Method in class PersonService
 
setEntityManager(EntityManager) - Method in class PlayerAuthenticationService
 
setEventCollection(Collection<Event>) - Method in class Admin
 
setEventCollection(Collection<Event>) - Method in class Method
 
setEventid(Integer) - Method in class Event
 
setExample1(String) - Method in class Help
 
setExample1a(String) - Method in class Help
 
setExample1b(String) - Method in class Help
 
setExample2(String) - Method in class Help
 
setExample2a(String) - Method in class Help
 
setExample2b(String) - Method in class Help
 
setExample2c(String) - Method in class Help
 
setEyes(String) - Method in class Person
 
setFace(String) - Method in class Person
 
setFamilyname(String) - Method in class Person
Sets the family name, see Person.getFamilyname().
setFamilyPK(FamilyPK) - Method in class Family
 
setFightable(Boolean) - Method in class Bot
Bots cannot fight.
setFightable(Boolean) - Method in class Mob
Mobs can fight.
setFightable(Boolean) - Method in class Person
 
setFightingwho(String) - Method in class Person
 
setFrogging(int) - Method in class User
 
setFysically(Integer) - Method in class Person
 
setGetable(Boolean) - Method in class ItemDefinition
 
setGuild(Guild) - Method in class User
Sets the guild a person (user) belongs to.
setGuild(Guild) - Method in class Guildrank
 
setGuildCollection(Collection<Guild>) - Method in class Admin
 
setGuildlevel(int) - Method in class GuildrankPK
 
setGuildname(String) - Method in class GuildrankPK
 
setGuildrank(Guildrank) - Method in class User
 
setGuildrankCollection(SortedSet<Guildrank>) - Method in class Guild
 
setGuildrankPK(GuildrankPK) - Method in class Guildrank
 
setHair(String) - Method in class Person
 
setHaveread(Boolean) - Method in class MailReceiver
 
setHeehawTime(String, LocalDateTime) - Method in class HeehawCommand
 
setHeight(String) - Method in class Person
 
setHitincrease(Integer) - Method in class ItemDefinition
 
setHomepage(String) - Method in class Guild
 
setHomepageurl(String) - Method in class CharacterInfo
 
setHour(Integer) - Method in class Event
 
setHtmlContent(String) - Method in class Wikipage
Set the appropriate HTML format of the wikipage.
setId(long) - Method in class Chatline
 
setId(long) - Method in class Chatlineusers
 
setId(Integer) - Method in class UserCommand
 
setId(Integer) - Method in class Item
 
setId(Integer) - Method in class FamilyValue
 
setId(Long) - Method in class Board
 
setId(Long) - Method in class BoardMessage
 
setId(Long) - Method in class Commandlog
 
setId(Long) - Method in class Eventlog
 
setId(Long) - Method in class Log
 
setId(Long) - Method in class Mail
 
setId(Long) - Method in class MailReceiver
 
setId(Long) - Method in class Room
 
setId(Long) - Method in class ItemDefinition
 
setId(Long) - Method in class PaypalLog
 
setId(Long) - Method in class Blog
 
setId(Long) - Method in class Faq
 
setId(Long) - Method in class HistoricTemplate
 
setId(Long) - Method in class HtmlTemplate
 
setId(Long) - Method in class Image
 
setId(Long) - Method in class WikipageHistory
 
setIdleUsersService(IdleUsersService) - Method in class PublicRestService
 
setImage(String) - Method in class Display
 
setImage(String) - Method in class Guild
Sets an url pointing to an image.
setImage(String) - Method in class ItemDefinition
 
setImageurl(String) - Method in class CharacterInfo
 
setIntelligence(Integer) - Method in class Person
 
setIp(String) - Method in class Admin
 
setIp(String) - Method in class BanTable
 
setItem(Item) - Method in class Itemattribute
 
setItemCollection(Collection<Item>) - Method in class Admin
 
setItemCollection(Collection<Item>) - Method in class ItemDefinition
 
setItemDefinition(ItemDefinition) - Method in class Item
 
setItemDefinitionCollection(Collection<ItemDefinition>) - Method in class Admin
 
setItems(Set<Item>) - Method in class Room
 
setItems(Set<Item>) - Method in class Item
 
setJackassing(int) - Method in class User
 
setJumpmana(Integer) - Method in class Person
 
setJumpmove(Integer) - Method in class Person
 
setJumpvital(Integer) - Method in class Person
 
setKey(ItemDefinition) - Method in class ItemDefinition
Sets the item (the definition to be exact) that can lock/ unlock this container.
setLastlogin(LocalDateTime) - Method in class User
 
setLeg(String) - Method in class Person
 
setLightable(boolean) - Method in class ItemDefinition
 
setLinkname(String) - Method in class Link
 
setLogonmessage(String) - Method in class Guild
 
setLogonmessageAccess(boolean) - Method in class Guildrank
 
setLogService(LogService) - Method in class GraphicsRestService
 
setLogService(LogService) - Method in class PrivateRestService
 
setMacroname(String) - Method in class MacroPK
 
setMacroPK(MacroPK) - Method in class Macro
 
setMail(Mail) - Method in class MailReceiver
 
setMainTitle(String) - Method in class Display
 
setManaincrease(Integer) - Method in class ItemDefinition
 
setManastats(Integer) - Method in class Person
 
setMaxguilddeath(Integer) - Method in class Guild
 
setMaximumPoint(Position) - Method in class Room
Sets the maximum point of a cube.
setMaxmana(Integer) - Method in class Person
 
setMaxmove(Integer) - Method in class Person
 
setMaxvital(Integer) - Method in class Person
 
setMembers(SortedSet<User>) - Method in class Guild
 
setMentally(Integer) - Method in class Person
 
setMessage(String) - Method in class BoardMessage
 
setMessage(String) - Method in class Eventlog
 
setMessage(String) - Method in class Log
 
setMessage(String) - Method in class PaypalLog
 
setMethod(Method) - Method in class Event
 
setMethodCollection(Collection<Method>) - Method in class Admin
 
setMethodName(Method) - Method in class UserCommand
 
setMimeType(String) - Method in class Image
 
setMinguildlevel(Integer) - Method in class Guild
 
setMinguildmembers(Integer) - Method in class Guild
 
setMinimumPoint(Position) - Method in class Room
Sets the minimum point of a cube.
setMinute(Integer) - Method in class Event
 
setMmCommandsCollection(Collection<UserCommand>) - Method in class Admin
 
setMmCommandsCollection(Collection<UserCommand>) - Method in class Method
 
setModified(LocalDateTime) - Method in class HistoricTemplate
 
setModified(LocalDateTime) - Method in class HtmlTemplate
 
setModified(Date) - Method in class Faq
 
setModifiedDate(LocalDateTime) - Method in class Blog
 
setModifiedDate(LocalDateTime) - Method in class Wikipage
 
setModifiedDate(LocalDateTime) - Method in class WikipageHistory
 
setMonth(Integer) - Method in class Event
 
setMovementincrease(Integer) - Method in class ItemDefinition
 
setMovementstats(Integer) - Method in class Person
 
setMsg(String) - Method in class ErrorMessage
 
setName(String) - Method in class Person
Sets the name of the person.
setName(String) - Method in class Admin
 
setName(String) - Method in class AnswerPK
 
setName(String) - Method in class BannedName
 
setName(String) - Method in class BanTable
 
setName(String) - Method in class Board
 
setName(String) - Method in class Commandlog
 
setName(String) - Method in class Eventlog
 
setName(String) - Method in class Guild
 
setName(String) - Method in class Log
 
setName(String) - Method in class MacroPK
 
setName(String) - Method in class Method
 
setName(String) - Method in class SillyName
 
setName(String) - Method in class UnbanTable
 
setName(String) - Method in class Worldattribute
 
setName(String) - Method in class ItemDefinition
 
setName(String) - Method in class CharacterInfo
 
setName(String) - Method in class FamilyPK
 
setName(String) - Method in class HistoricTemplate
 
setName(String) - Method in class HtmlTemplate
 
setName(String) - Method in class Link
 
setName(String) - Method in class Users
 
setName(String) - Method in class Wikipage
 
setName(String) - Method in class WikipageHistory
 
setName(String) - Method in class Menu
Primary use here is to set the name in the case the name is not known until the datamodel has been evaluated.
setName(Person) - Method in class Mail
Sets the sender of the mail.
setNewmail(Boolean) - Method in class MailReceiver
 
setNewpassword(String) - Method in class User
Sets the password of the person.
setNorth(Room) - Method in class Room
 
setNorth(Room) - Method in class Room
 
setNotes(String) - Method in class Person
 
setNotes(String) - Method in class ItemDefinition
 
setOffensive(Boolean) - Method in class BoardMessage
 
setOoc(boolean) - Method in class User
 
setOpenable(Boolean) - Method in class ItemDefinition
 
setOrdering(Integer) - Method in class Wikipage
 
setOrdering(Integer) - Method in class WikipageHistory
 
setOwner(User) - Method in class Chatline
 
setOwner(User) - Method in class Image
 
setOwner(Admin) - Method in class Person
 
setOwner(Admin) - Method in class Area
 
setOwner(Admin) - Method in class Board
 
setOwner(Admin) - Method in class Event
 
setOwner(Admin) - Method in class Guild
 
setOwner(Admin) - Method in class Method
 
setOwner(Admin) - Method in class Room
 
setOwner(Admin) - Method in class UserCommand
 
setOwner(Admin) - Method in class Worldattribute
 
setOwner(Admin) - Method in class Item
 
setOwner(Admin) - Method in class ItemDefinition
 
setOwner(Admin) - Method in interface Ownage
Sets the owner, the administrator, of this object.
setOwner(Admin) - Method in class Blog
 
setParent(Wikipage) - Method in class Wikipage
 
setParent(Menu) - Method in class Menu
 
setParentTitle(String) - Method in class WikipageHistory
 
setPasdefense(Integer) - Method in class ItemDefinition
 
setPassword(String) - Method in class Users
 
setPerson(Person) - Method in class Answer
 
setPerson(Person) - Method in class Charattribute
 
setPerson(Person) - Method in class Event
 
setPerson(Person) - Method in class Macro
 
setPerson(User) - Method in class BoardMessage
 
setPersonBean(PersonService) - Method in class PublicRestService
 
setPersonCollection(Collection<Person>) - Method in class Admin
 
setPicture(String) - Method in class Room
 
setPicture(String) - Method in class Room
 
setPinned(Boolean) - Method in class BoardMessage
 
setPlayerAuthenticationService(PlayerAuthenticationService) - Method in class GraphicsRestService
 
setPlayerAuthenticationService(PlayerAuthenticationService) - Method in class GuildRestService
 
setPlayerAuthenticationService(PlayerAuthenticationService) - Method in class PrivateRestService
 
setPosttime(LocalDateTime) - Method in class BoardMessage
 
setPractises(Integer) - Method in class Person
 
setPublicService(PublicService) - Method in class PublicRestService
 
setPunishment(Integer) - Method in class User
 
setQuestion(String) - Method in class AnswerPK
 
setQuestion(String) - Method in class Faq
 
setRace(String) - Method in class Person
 
setReaddescription(String) - Method in class ItemDefinition
Set the text to be shown when the item is read.
setRealname(String) - Method in class User
 
setReason(String) - Method in class BannedName
 
setReason(String) - Method in class BanTable
 
setRejectAccess(boolean) - Method in class Guildrank
 
setRemoved(Boolean) - Method in class BoardMessage
 
setRibbitTime(String, LocalDateTime) - Method in class RibbitCommand
 
setRoom(String, String) - Method in class GraphicsRestService
Adds or updates your current characters room.
setRoom(Room) - Method in class Person
sets the room of the character.
setRoom(Room) - Method in class Board
Sets the room in which this message board resides.
setRoom(Room) - Method in class Event
 
setRoom(Room) - Method in class Roomattribute
 
setRoom(Room) - Method in class UserCommand
 
setRoom(Room) - Method in class Person
 
setRoomCollection(Collection<Room>) - Method in class Admin
 
setRoomCollection(Collection<Room>) - Method in class Area
 
setRoomCollection(Collection<Room>) - Method in class Room
 
setRoomCollection1(Collection<Room>) - Method in class Room
 
setRoomCollection2(Collection<Room>) - Method in class Room
 
setRoomCollection3(Collection<Room>) - Method in class Room
 
setRoomCollection4(Collection<Room>) - Method in class Room
 
setRoomCollection5(Collection<Room>) - Method in class Room
 
setSeealso(String) - Method in class Help
 
setServices(PersonService, LogService, GuildService, ItemService, EventsService, AdminService, HelpService, ChatService) - Method in class CommandRunner
 
setSettingsAccess(boolean) - Method in class Guildrank
 
setSex(Sex) - Method in class Person
 
setShopkeeper(Shopkeeper) - Method in class ShopkeeperList
 
setShortdescription(String) - Method in class Area
 
setSleep(Boolean) - Method in class Person
sets the sleep status of the character.
setSouth(Room) - Method in class Room
 
setSouth(Room) - Method in class Room
 
setSrc(String) - Method in class Method
 
setStacktrace(String) - Method in class PaypalLog
 
setStamp(LocalDateTime) - Method in class Commandlog
 
setState(String) - Method in class Person
sets the state/condition of the character.
setStoryline(String) - Method in class CharacterInfo
 
setStrength(Integer) - Method in class Person
 
setSubject(String) - Method in class Mail
 
setSummary(String) - Method in class Wikipage
 
setSummary(String) - Method in class WikipageHistory
 
setSynopsis(String) - Method in class Help
 
setTimeout(int) - Method in class User
Sets the timeout, i.e.
settings_access - Variable in class PrivateRank
 
setTitle(String) - Method in class Person
sets the title of the character.
setTitle(String) - Method in class Guild
 
setTitle(String) - Method in class Guildrank
 
setTitle(String) - Method in class Room
 
setTitle(String) - Method in class ItemDefinition
 
setTitle(String) - Method in class Blog
 
setTitle(String) - Method in class Wikipage
 
setTitle(String) - Method in class WikipageHistory
 
setToname(String) - Method in class Mail
Sets the receiver of the mail.
setToname(String) - Method in class FamilyPK
 
setToname(Person) - Method in class MailReceiver
Sets the receiver of the mail.
setTraining(Integer) - Method in class Person
 
setTransform(String, String) - Method in class GraphicsRestService
Adds or updates your current character transform (position, rotation, scale).
setTransform(Transform) - Method in class Person
 
setTxnId(String) - Method in class PaypalLog
 
setType(int) - Method in class Link
 
setType(String) - Method in class Worldattribute
 
setUp(Room) - Method in class Room
 
setUp(Room) - Method in class Room
 
setUrl(String) - Method in class Image
 
setUrl(String) - Method in class Link
 
setUrlTitle(String) - Method in class Blog
 
setUser(User) - Method in class Chatlineusers
 
setValiduntil(LocalDate) - Method in class Admin
 
setValue(String) - Method in interface Attribute
 
setValue(String) - Method in class Charattribute
 
setValue(String) - Method in class Roomattribute
 
setValue(String) - Method in class Itemattribute
 
setValueType(String) - Method in interface Attribute
 
setValueType(String) - Method in class Charattribute
 
setValueType(String) - Method in class Roomattribute
 
setValueType(String) - Method in class Itemattribute
 
setVersion(String) - Method in class Wikipage
 
setVersion(String) - Method in class WikipageHistory
 
setVersion(BigDecimal) - Method in class HistoricTemplate
 
setVisible(boolean) - Method in class Administrator
Sets an administrator visible or invisible.
setVisible(boolean) - Method in class Person
Empty implementation.
setVisible(Boolean) - Method in class ItemDefinition
 
setVitalincrease(Integer) - Method in class ItemDefinition
 
setWearable(String) - Method in class ItemDefinition
 
setWebsocketSupport(boolean) - Method in class Person
 
setWeight(int) - Method in class ItemDefinition
 
setWest(Room) - Method in class Room
 
setWest(Room) - Method in class Room
 
setWhensent(LocalDateTime) - Method in class Mail
 
setWidth(String) - Method in class Person
 
setWieldable(String) - Method in class ItemDefinition
 
setWimpy(Health) - Method in class Person
sets the wimpy of the character.
setWisdom(Integer) - Method in class Person
 
sex - Variable in class AdminCharacter
 
sex - Variable in class PrivatePerson
 
sex - Variable in class PublicPerson
 
Sex - Enum Class in mmud.database.enums
Enumerated type for the male/female thing.
SexConverter - Class in mmud.database.entities.characters
 
SexConverter() - Constructor for class SexConverter
 
SHA_1 - Enum constant in enum class Hash
 
SHA_256 - Enum constant in enum class Hash
 
SHA_384 - Enum constant in enum class Hash
 
SHA_512 - Enum constant in enum class Hash
 
shopkeeper() - Method in record class AdminItem
Returns the value of the shopkeeper record component.
Shopkeeper - Class in mmud.database.entities.characters
A shopkeeper in the game.
Shopkeeper() - Constructor for class Shopkeeper
 
SHOPKEEPER - Enum constant in enum class God
 
ShopkeeperList - Class in mmud.database.entities.items
 
ShopkeeperList() - Constructor for class ShopkeeperList
 
ShopkeeperList(ItemDefinition) - Constructor for class ShopkeeperList
 
SHOPKEEPERLIST - Enum constant in enum class ItemCategory
In the database this is the discriminator "1".
shortdesc - Variable in class AdminArea
 
SHOUT - Enum constant in enum class CommType
 
ShoutCommand - Class in mmud.commands.communication
Shout to someone "shout Help!".
ShoutCommand(String) - Constructor for class ShoutCommand
 
SillyName - Class in mmud.database.entities.game
 
SillyName() - Constructor for class SillyName
 
SillyName(String) - Constructor for class SillyName
 
silver - Variable in class Fortune
 
SimpleMenu - Class in org.karchan.menus
A simple menu that does not require a datamodel of any kind.
SimpleMenu(String, String) - Constructor for class SimpleMenu
 
SimpleMenu(String, String, List<Menu>) - Constructor for class SimpleMenu
 
SING - Enum constant in enum class CommType
 
SingCommand - Class in mmud.commands.communication
Sing something : "sing Good morning, everyone." or "sing to Karn Good morning, Karn."
SingCommand(String) - Constructor for class SingCommand
 
size - Variable in class PrivateLog
 
sleep - Variable in class AdminCharacter
 
sleep - Variable in class PublicPerson
 
SleepCommand - Class in mmud.commands
Makes your character fall asleep: "sleep".
SleepCommand(String) - Constructor for class SleepCommand
 
SLIGHTLY_FATIGUED - Enum constant in enum class Movement
 
SLIGHTLY_HURT - Enum constant in enum class Health
 
SLIGHTLY_TIRED - Enum constant in enum class Movement
 
Sobriety - Enum Class in mmud.database.enums
Indicates how drunk you are, or how thirsty.
south - Variable in class AdminRoom
 
south - Variable in class PrivateDisplay
 
south() - Method in record class PrivateRoom
Returns the value of the south record component.
SouthCommand - Class in mmud.commands.movement
Go south: "south".
SouthCommand(String) - Constructor for class SouthCommand
 
src - Variable in class AdminMethod
 
src - Variable in class DeputyScript
 
STARTERS_ROOM - Static variable in class Room
The first room that new characters appear in.
startWithCapital(String) - Static method in class OutputFormatter
Changes a sentence to always start with a capital.
StatsCommand - Class in mmud.commands
Show the statistics of a player.
StatsCommand(String) - Constructor for class StatsCommand
 
status() - Method in class AdminRestService
Returns single information of the currently logged in deputy.
status() - Method in class PublicRestService
Returns a List of current active and paid up deputies.
StatusMenu - Class in org.karchan.menus
 
StatusMenu(String, String) - Constructor for class StatusMenu
 
storyline - Variable in class PrivatePerson
 
storyline - Variable in class PublicPerson
 
StreamerHelper - Class in mmud.rest.services.admin
 
strength - Variable in class AdminCharacter
 
subject - Variable in class PrivateMail
 
summary - Variable in class PrivateWikipage
 
synopsis - Variable in class AdminManpage
 

T

TargetCommand - Class in mmud.commands
Indicates a command that needs or can have a target, like "action to Marvin" but necessarily, like "bow".
TargetCommand(String) - Constructor for class TargetCommand
 
TELL - Enum constant in enum class CommType
 
TellCommand - Class in mmud.commands.communication
Tell to someone something.
TellCommand(String) - Constructor for class TellCommand
 
TemplatesRestService - Class in mmud.rest.services.admin
The REST service for dealing with Templates.
TemplatesRestService() - Constructor for class TemplatesRestService
 
TERRIBLY_HURT - Enum constant in enum class Health
 
THIRSTY - Enum constant in enum class Sobriety
 
TimeCommand - Class in mmud.commands
Displays the current time: "time".
TimeCommand(String) - Constructor for class TimeCommand
 
timeout - Variable in class AdminCharacter
 
timestamp - Variable in class ErrorDetails
 
title - Variable in class AdminAdmin
 
title - Variable in class AdminBlog
 
title - Variable in class AdminCharacter
 
title - Variable in class AdminGuild
 
title - Variable in class AdminItemDefinition
 
title - Variable in class AdminRoom
 
title - Variable in class PrivateDisplay
 
title - Variable in class PrivatePerson
 
title - Variable in class PrivateRank
 
title - Variable in class PrivateWikipage
 
title - Variable in class PublicGuild
 
title - Variable in class PublicPerson
 
title() - Method in record class PrivateRoom
Returns the value of the title record component.
TitleCommand - Class in mmud.commands
Change your current title : "title Ruler of the Land".
TitleCommand(String) - Constructor for class TitleCommand
 
to - Variable in class Message
 
toInt() - Method in enum class Wearing
Returns the numerical representation of the format.
toInt() - Method in enum class Wielding
Returns the numerical representation of the format.
toJson() - Method in class AdminAdmin
 
toJson() - Method in class AdminArea
 
toJson() - Method in class AdminAttribute
 
toJson() - Method in class AdminBoard
 
toJson() - Method in class AdminBoardMessage
 
toJson() - Method in class AdminCharacter
 
toJson() - Method in class AdminEvent
 
toJson() - Method in class AdminGuild
 
toJson() - Method in class AdminGuildmember
 
toJson() - Method in class AdminHistoricTemplate
 
toJson() - Method in record class AdminItem
 
toJson() - Method in class AdminItemDefinition
 
toJson() - Method in class AdminLog
 
toJson() - Method in class AdminManpage
 
toJson() - Method in class AdminMethod
 
toJson() - Method in class AdminRoom
 
toJson() - Method in class AdminTemplate
 
toJson() - Method in class AdminUserCommand
 
toJson() - Method in class AdminWorldattribute
 
toJson() - Method in class AdminBannedIP
 
toJson() - Method in class AdminBannedName
 
toJson() - Method in class AdminSillyName
 
toJson() - Method in class AdminUnbannedName
 
toJson() - Method in class Message
 
toJson() - Method in class PrivateImage
 
toJson() - Method in class PrivateLog
 
toJson() - Method in record class PrivateLogonMessage
 
toJson() - Method in class PrivateMail
 
toJson() - Method in class PrivatePassword
 
toJson() - Method in record class PrivateRoom
 
toJson() - Method in class PrivateWikipage
 
toJson() - Method in class PublicPerson
 
toJson(Object) - Static method in class JsonUtils
 
toname - Variable in class PrivateMail
 
toname - Variable in class PublicFamily
 
toResponse(Exception) - Method in class CustomExceptionMapper
 
toResponse(MudWebException) - Method in class CustomWebExceptionMapper
 
toString() - Method in class CommandFactory.UserCommandInfo
 
toString() - Method in enum class CommType
returns the communication type.
toString() - Method in record class Colours.Colour
Returns a string representation of this record class.
toString() - Method in record class Emotions.Emotion
Returns a string representation of this record class.
toString() - Method in class Person
 
toString() - Method in record class Position
Returns a string representation of this record class.
toString() - Method in record class Rotation
Returns a string representation of this record class.
toString() - Method in record class Scale
Returns a string representation of this record class.
toString() - Method in record class Transform
Returns a string representation of this record class.
toString() - Method in class Admin
 
toString() - Method in class Answer
 
toString() - Method in class AnswerPK
 
toString() - Method in class Area
 
toString() - Method in class BannedName
 
toString() - Method in class BanTable
 
toString() - Method in class Board
 
toString() - Method in class BoardMessage
 
toString() - Method in class Charattribute
 
toString() - Method in class Commandlog
 
toString() - Method in class ErrorMessage
 
toString() - Method in class Event
 
toString() - Method in class Eventlog
 
toString() - Method in class Guild
 
toString() - Method in class Guildrank
 
toString() - Method in class GuildrankPK
 
toString() - Method in class Help
 
toString() - Method in class Log
 
toString() - Method in class Macro
 
toString() - Method in class MacroPK
 
toString() - Method in class Mail
 
toString() - Method in class MailReceiver
 
toString() - Method in class Method
 
toString() - Method in class Room
 
toString() - Method in class Roomattribute
 
toString() - Method in class SillyName
 
toString() - Method in class UnbanTable
 
toString() - Method in class UserCommand
 
toString() - Method in class Worldattribute
 
toString() - Method in class Item
 
toString() - Method in class Itemattribute
 
toString() - Method in class ItemDefinition
 
toString() - Method in class Blog
 
toString() - Method in class CharacterInfo
 
toString() - Method in class Family
 
toString() - Method in class FamilyPK
 
toString() - Method in class FamilyValue
 
toString() - Method in class Faq
 
toString() - Method in class HistoricTemplate
 
toString() - Method in class HtmlTemplate
 
toString() - Method in class Image
 
toString() - Method in class Link
 
toString() - Method in class Wikipage
 
toString() - Method in class WikipageHistory
 
toString() - Method in enum class Sex
returns either "male" or "female"
toString() - Method in enum class Wearing
Returns the name of the format.
toString() - Method in enum class Wielding
Returns the name of the format.
toString() - Method in record class AdminItem
Returns a string representation of this record class.
toString() - Method in class AdminItemDefinition
 
toString() - Method in class News
 
toString() - Method in record class PrivateBoard
Returns a string representation of this record class.
toString() - Method in record class PrivateBoardMessage
Returns a string representation of this record class.
toString() - Method in record class PrivateLogonMessage
Returns a string representation of this record class.
toString() - Method in record class PrivateRoom
Returns a string representation of this record class.
toString() - Method in class Freemarker
 
toString() - Method in class Menu
 
TOTALLY_DRUNK - Enum constant in enum class Sobriety
 
totalsize - Variable in class PrivateLog
 
training - Variable in class AdminCharacter
 
transferMoney(Integer, Person) - Method in class Person
Transfers money from one person (this one) to another.
transferMoney(Integer, Person) - Method in class Person
Transfers money from one person (this one) to another.
Transform - Record Class in mmud.database.entities.characters
 
Transform(Position, Rotation, Scale) - Constructor for record class Transform
Creates an instance of a Transform record class.
TRUSTWORTHY - Enum constant in enum class Alignment
 
TWENTYFOUR_HOURS - Static variable in class KarchanAuthenticationMechanism
 
type - Variable in class AdminWorldattribute
 
type - Variable in class Message
 

U

UnbanTable - Class in mmud.database.entities.game
 
UnbanTable() - Constructor for class UnbanTable
 
UnbanTable(String) - Constructor for class UnbanTable
 
UndressCommand - Class in mmud.commands.items
You start stripping.
UndressCommand(String) - Constructor for class UndressCommand
 
unlock() - Method in class Item
 
UnlockCommand - Class in mmud.commands.items
Unlocks a container with a key: "unlock chest with key".
UnlockCommand(String) - Constructor for class UnlockCommand
 
UNTRUSTWORTHY - Enum constant in enum class Alignment
 
unused(Item) - Method in class Person
Determines if the item is being used or not.
UnwearCommand - Class in mmud.commands.items
Stop you wearing an item on you.
UnwearCommand(String) - Constructor for class UnwearCommand
 
UnwieldCommand - Class in mmud.commands.items
Stops you wielding an item.
UnwieldCommand(String) - Constructor for class UnwieldCommand
 
up - Variable in class AdminRoom
 
up - Variable in class PrivateDisplay
 
up() - Method in record class PrivateRoom
Returns the value of the up record component.
UpCommand - Class in mmud.commands.movement
Moves the character to the room above: "up".
UpCommand(String) - Constructor for class UpCommand
 
updateCharacterSheet(String, PrivatePerson) - Method in class PrivateRestService
Adds or updates your current character info.
updateFamilyvalues(String, String, Integer) - Method in class PrivateRestService
Add or updates some family values from your family tree.
updateGuild(String, PrivateGuild) - Method in class GuildRestService
Updates the guild.
updateGuildRank(String, Integer, PrivateRank) - Method in class GuildRestService
Update a rank of the guild of the user.
updateMember(String, String, PrivatePerson) - Method in class GuildRestService
Set or deletes the rank of a member of the guild of the user.
updateTime() - Method in class Chatline
Updates the time with when the last chat message was sent.
updateWikipage(String, String) - Method in class WikipageRestService
Adds or updates a wikipage.
url - Variable in class PrivateImage
 
url - Variable in class PublicPerson
 
URL_MESSAGE - Static variable in class RegularExpressions
 
URL_REGEXP - Static variable in class RegularExpressions
 
urlTitle - Variable in class AdminBlog
 
UrlValidator - Class in mmud.database.entities.web
 
user - Variable in class ErrorDetails
 
User - Class in mmud.database.entities.characters
A user in the game.
User() - Constructor for class User
 
UserCommand - Class in mmud.database.entities.game
 
UserCommand() - Constructor for class UserCommand
 
UserCommand(Integer) - Constructor for class UserCommand
 
UserCommand(Integer, String, LocalDateTime) - Constructor for class UserCommand
 
UserCommandInfo(int, String, String) - Constructor for class CommandFactory.UserCommandInfo
constructor for creating a user command for all rooms.
UserCommandInfo(int, String, String, Long) - Constructor for class CommandFactory.UserCommandInfo
constructor for creating a user command for a specific room.
UserCommandsRestService - Class in mmud.rest.services.admin
 
UserCommandsRestService() - Constructor for class UserCommandsRestService
 
Users - Class in mmud.database.entities.web
 
Users() - Constructor for class Users
 
Utils - Class in mmud
 

V

validate(Credential) - Method in class KarchanAuthenticationStore
 
validate(RememberMeCredential) - Method in class KarchanRememberMeStore
 
validateRequest(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in class KarchanAuthenticationMechanism
 
validateRequest(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in class KarchanDummyAuthenticationMechanism
 
validateToken(String) - Method in class JsonWebTokenProvider
 
validationTypes() - Method in class KarchanAuthenticationStore
 
validationTypes() - Method in class KarchanAuthorizationStore
 
ValidationUtils - Class in mmud.rest.services.admin
 
validuntil - Variable in class AdminAdmin
 
value - Variable in class AdminAttribute
 
value() - Method in record class Colours.Colour
Returns the value of the value record component.
valueOf(String) - Static method in enum class CommType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ItemCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class Alignment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class Appetite
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class God
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class Health
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class Movement
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class Sex
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class Sobriety
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class Wearing
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class Wielding
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class Hash
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class AdminMudType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class MessageType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class CommType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ItemCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class Alignment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class Appetite
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class God
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class Health
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class Movement
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class Sex
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class Sobriety
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class Wearing
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class Wielding
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class Hash
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class AdminMudType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class MessageType
Returns an array containing the constants of this enum class, in the order they are declared.
valueType - Variable in class AdminAttribute
 
VALUETYPE_BOOLEAN - Static variable in class Attributes
 
VALUETYPE_STRING - Static variable in class Attributes
 
verifyAttribute(String, String) - Method in class Person
 
verifyAttribute(String, String) - Method in interface AttributeWrangler
Verify if the attribute exists, and has the proper value.
verifyAttribute(String, String) - Method in class Room
 
verifyAttribute(String, String) - Method in class Item
 
verifyPassword(String) - Method in class User
Verifies if the password is the correct one.
version - Variable in class AdminHistoricTemplate
 
version - Variable in class AdminTemplate
 
version - Variable in class PrivateWikipage
 
VERY_BAD - Enum constant in enum class Health
 
VERY_DRUNK - Enum constant in enum class Sobriety
 
VERY_TIRED - Enum constant in enum class Movement
 
VERY_WELL - Enum constant in enum class Health
 
visible - Variable in class AdminCharacter
 
visible - Variable in class AdminItemDefinition
 
vitalincrease - Variable in class AdminItemDefinition
 
vitals - Variable in class AdminCharacter
 
VPS386 - Static variable in class GameRestService
The ip address of the karchan server (vps386.directvps.nl).

W

wear(Item, Wearing) - Method in class Person
Makes you wear an item at a specific position
wearable - Variable in class AdminItemDefinition
 
wearaboutbody - Variable in class AdminCharacter
 
weararms - Variable in class AdminCharacter
 
WearCommand - Class in mmud.commands.items
Starts you wear an item on you.
WearCommand(String) - Constructor for class WearCommand
 
wearears - Variable in class AdminCharacter
 
weareyes - Variable in class AdminCharacter
 
wearfeet - Variable in class AdminCharacter
 
wearfloatingnearby - Variable in class AdminCharacter
 
wearhands - Variable in class AdminCharacter
 
wearhead - Variable in class AdminCharacter
 
Wearing - Enum Class in mmud.database.enums
Different position on the body that can wear clothes of some kind.
wearleftfinger - Variable in class AdminCharacter
 
wearleftwrist - Variable in class AdminCharacter
 
wearlegs - Variable in class AdminCharacter
 
wearneck - Variable in class AdminCharacter
 
wearrightfinger - Variable in class AdminCharacter
 
wearrightwrist - Variable in class AdminCharacter
 
wears(String) - Method in class Person
Returns the item that is being worn at that position.
wears(Wearing) - Method in class Person
Returns the item being worn at that position.
weartorso - Variable in class AdminCharacter
 
wearwaist - Variable in class AdminCharacter
 
WebsiteServlet - Class in org.karchan
 
WebsiteServlet() - Constructor for class WebsiteServlet
 
websockets - Variable in class PrivatePerson
 
weight - Variable in class AdminItemDefinition
 
WelcomeMenu - Class in org.karchan.menus
 
WelcomeMenu(String, String) - Constructor for class WelcomeMenu
 
WELL - Enum constant in enum class Health
 
west - Variable in class AdminRoom
 
west - Variable in class PrivateDisplay
 
west() - Method in record class PrivateRoom
Returns the value of the west record component.
WestCommand - Class in mmud.commands.movement
Go to the room in the west : "west".
WestCommand(String) - Constructor for class WestCommand
 
whensent - Variable in class PrivateMail
 
whimpy - Variable in class AdminCharacter
 
WHISPER - Enum constant in enum class CommType
 
WhisperCommand - Class in mmud.commands.communication
Whisper something : "whisper Anybody here?"
WhisperCommand(String) - Constructor for class WhisperCommand
 
who() - Method in class PublicRestService
Returns a List of people currently online.
width - Variable in class AdminCharacter
 
width - Variable in class PrivatePerson
 
wield(Item, Wielding) - Method in class Person
Makes you wield an item at a specific position
WIELD_BOTH - Enum constant in enum class Wielding
 
WIELD_LEFT - Enum constant in enum class Wielding
 
WIELD_RIGHT - Enum constant in enum class Wielding
 
wieldable - Variable in class AdminItemDefinition
 
wieldboth - Variable in class AdminCharacter
 
WieldCommand - Class in mmud.commands.items
Starts you wielding an item.
WieldCommand(String) - Constructor for class WieldCommand
 
Wielding - Enum Class in mmud.database.enums
 
wieldleft - Variable in class AdminCharacter
 
wieldright - Variable in class AdminCharacter
 
wields(String) - Method in class Person
Returns the item that is being wielded at that position.
wields(Wielding) - Method in class Person
Returns the item being wielded at that position.
WikiMenu - Class in org.karchan.menus
 
WikiMenu(String, String) - Constructor for class WikiMenu
 
Wikipage - Class in mmud.database.entities.web
 
Wikipage() - Constructor for class Wikipage
 
Wikipage(String) - Constructor for class Wikipage
 
Wikipage(String, String, LocalDateTime, LocalDateTime, String, String) - Constructor for class Wikipage
 
WIKIPAGE_TITLE_MESSAGE - Static variable in class RegularExpressions
 
WIKIPAGE_TITLE_REGEXP - Static variable in class RegularExpressions
 
WikipageHistory - Class in mmud.database.entities.web
 
WikipageHistory() - Constructor for class WikipageHistory
 
WikipageHistory(Wikipage) - Constructor for class WikipageHistory
 
WikipagePreviewServlet - Class in org.karchan
 
WikipagePreviewServlet() - Constructor for class WikipagePreviewServlet
 
WikipageRestService - Class in mmud.rest.services
Allows getting wikipages, creating new ones and editing them.
WikipageRestService() - Constructor for class WikipageRestService
 
WikiRenderer - Class in org.karchan.wiki
 
WikiRenderer() - Constructor for class WikiRenderer
 
willDecode(String) - Method in class MessageDecoder
 
WimpyCommand - Class in mmud.commands
Sets the wimpy or displays the wimpy of the user: "wimpy".
WimpyCommand(String) - Constructor for class WimpyCommand
 
wisdom - Variable in class AdminCharacter
 
World - Class in mmud.scripting
Intended to retrieve worldwide settings.
World(WorldInterface) - Constructor for class World
 
Worldattribute - Class in mmud.database.entities.game
 
Worldattribute() - Constructor for class Worldattribute
 
Worldattribute(String) - Constructor for class Worldattribute
 
Worldattribute(String, String) - Constructor for class Worldattribute
 
WorldattributesRestService - Class in mmud.rest.services.admin
 
WorldattributesRestService() - Constructor for class WorldattributesRestService
 
WorldInterface - Interface in mmud.scripting
 
writeCommandLog(Person, String) - Method in class LogService
write a command to the database.
writeDeputyLog(Admin, String) - Method in class LogService
write a log message to the database.
writeDeputyLog(Admin, String, String) - Method in class LogService
write a deputy log message to the database.
writeLog(String) - Method in class LogService
write a log message to the database.
writeLog(String, String) - Method in class LogService
write a log message to the database.
writeLog(Person, String) - Method in class LogService
write a log message to the database.
writeLog(Person, String, String) - Method in class LogService
write a log message to the database.
writeLogException(String, Throwable) - Method in class LogService
write a log message of an exception to the database.
writeLogException(Throwable) - Method in class LogService
write a log message of an exception to the database.
writeLogException(Person, String, Throwable) - Method in class LogService
write a log message of an exception to the database.
writeLogException(Person, Throwable) - Method in class LogService
write a log message of an exception to the database.
writeMacros() - Method in class User
 
writeMessage(String) - Method in class PersonCommunicationService
writes a message to the log file of the character that contains all communication and messages.
writeMessage(Person, String) - Method in class PersonCommunicationService
writes a message to the log file of the character that contains all communication and messages.
writeMessage(Person, Person, String) - Method in class PersonCommunicationService
writes a message to the log file of the character that contains all communication and messages.
writeValueAsBytes(T) - Method in class JsonbSerializer
 

X

X_FORWARDED_FOR - Static variable in class GameRestService
If the call was forwarded from an Internet proxy, then the original ip is stored in this http header.
xPosition() - Method in record class Position
Returns the value of the xPosition record component.
xRotation() - Method in record class Rotation
Returns the value of the xRotation record component.
xScale() - Method in record class Scale
Returns the value of the xScale record component.

Y

yPosition() - Method in record class Position
Returns the value of the yPosition record component.
yRotation() - Method in record class Rotation
Returns the value of the yRotation record component.
yScale() - Method in record class Scale
Returns the value of the yScale record component.

Z

zPosition() - Method in record class Position
Returns the value of the zPosition record component.
zRotation() - Method in record class Rotation
Returns the value of the zRotation record component.
zScale() - Method in record class Scale
Returns the value of the zScale record component.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form