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 TypeClassDescriptionclassclassUsed when the program needs to send multiple messages to the userclassclassUsed when sending a message to the user which has a fixed format and is loaded from messages.ymlclassThis type of message is used when you are referencing a message stored in messages.ymlclassclassThis class is used for any messages which should be sent as normal (literally just a message)classclassMethods 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 TypeMethodDescriptionvoidTeamPlayerSetComponent.broadcastMessage(@NotNull Message message) Sends the specified message to all team players stored in the listvoidTeamPlayerSetComponent.broadcastTitle(@NotNull Message message) Sends the specified title to all team players stored in the list