Uses of Interface
com.booksaw.betterTeams.message.Message
Packages that use Message
Package
Description
This package will contain most, if not all of the classes that you will
require while hooking a plugin in with better teams.
-
Uses of Message in com.booksaw.betterTeams
Constructors in com.booksaw.betterTeams with parameters of type MessageModifierConstructorDescriptionCommandResponse
(boolean success, Message message) Used when you want to send a more complex message to the userCommandResponse
(Message message) Used when you want to send a more complex message to the user -
Uses of Message in com.booksaw.betterTeams.message
Subinterfaces of Message in com.booksaw.betterTeams.messageClasses in com.booksaw.betterTeams.message that implement MessageModifier and TypeClassDescriptionclass
class
Used when the program needs to send multiple messages to the userclass
class
Used when sending a message to the user which has a fixed format and is loaded from messages.ymlclass
This type of message is used when you are referencing a message stored in messages.ymlclass
class
This class is used for any messages which should be sent as normal (literally just a message)class
class
Methods in com.booksaw.betterTeams.message that return types with arguments of type MessageConstructors in com.booksaw.betterTeams.message with parameters of type MessageConstructor parameters in com.booksaw.betterTeams.message with type arguments of type Message -
Uses of Message in com.booksaw.betterTeams.team
Methods in com.booksaw.betterTeams.team with parameters of type MessageModifier and TypeMethodDescriptionvoid
TeamPlayerSetComponent.broadcastMessage
(@NotNull Message message) Sends the specified message to all team players stored in the listvoid
TeamPlayerSetComponent.broadcastTitle
(@NotNull Message message) Sends the specified title to all team players stored in the list