Uses of Class
mmud.database.entities.game.Chatline
Packages that use Chatline
Package
Description
Provides the JPA Database Entities for Characters.
Provides the JPA Database Entities.
-
Uses of Chatline in mmud.database.entities.characters
Methods in mmud.database.entities.characters that return types with arguments of type ChatlineMethods in mmud.database.entities.characters with parameters of type Chatline -
Uses of Chatline in mmud.database.entities.game
Methods in mmud.database.entities.game that return ChatlineMethods in mmud.database.entities.game with parameters of type Chatline -
Uses of Chatline in mmud.services
Methods in mmud.services that return ChatlineModifier and TypeMethodDescriptionChatService.createChatline
(String chatlinename, String attribute, String colour, User aUser) Methods in mmud.services that return types with arguments of type ChatlineModifier and TypeMethodDescriptionChatService.getChatline
(String chatlinename) ChatService.getChatlines()