Uses of Enum Class
com.booksaw.betterTeams.team.controller.TeamMessageController.TeamMessageType
Packages that use TeamMessageController.TeamMessageType
Package
Description
-
Uses of TeamMessageController.TeamMessageType in com.booksaw.betterTeams.customEvents
Methods in com.booksaw.betterTeams.customEvents that return TeamMessageController.TeamMessageTypeModifier and TypeMethodDescriptionTeamSendMessageEvent.getMessageType()If the message is being sent to the ally chat, false if only to the team chatConstructors in com.booksaw.betterTeams.customEvents with parameters of type TeamMessageController.TeamMessageTypeModifierConstructorDescriptionTeamSendMessageEvent(@NotNull Team team, @NotNull TeamPlayer sender, @NotNull String rawMessage, @NotNull String proposedFormat, @NotNull String senderNamePrefix, @NotNull Collection<TeamPlayer> recipients, TeamMessageController.TeamMessageType messageType) Creates an event with the original data for the message. -
Uses of TeamMessageController.TeamMessageType in com.booksaw.betterTeams.customEvents.post
Methods in com.booksaw.betterTeams.customEvents.post that return TeamMessageController.TeamMessageTypeModifier and TypeMethodDescriptionPostTeamSendMessageEvent.getMessageType()If the message is being sent to the ally chat, false if only to the team chatConstructors in com.booksaw.betterTeams.customEvents.post with parameters of type TeamMessageController.TeamMessageTypeModifierConstructorDescriptionPostTeamSendMessageEvent(@NotNull Team team, @NotNull TeamPlayer sender, @NotNull String formattedMessage, @NotNull Collection<TeamPlayer> recipients, TeamMessageController.TeamMessageType messageType) Creates an event with the original data for the message. -
Uses of TeamMessageController.TeamMessageType in com.booksaw.betterTeams.message
Methods in com.booksaw.betterTeams.message with parameters of type TeamMessageController.TeamMessageTypeModifier and TypeMethodDescriptionstatic ChatMessageChatMessage.teamChat(@NotNull Team team, @NotNull TeamPlayer teamPlayer, @Nullable String prefix, @NotNull String message, @NotNull String syntax, TeamMessageController.TeamMessageType messageType) -
Uses of TeamMessageController.TeamMessageType in com.booksaw.betterTeams.team.controller
Methods in com.booksaw.betterTeams.team.controller that return TeamMessageController.TeamMessageTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TeamMessageController.TeamMessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.booksaw.betterTeams.team.controller with parameters of type TeamMessageController.TeamMessageTypeModifier and TypeMethodDescriptionTeamMessageController.getChatSyntax(TeamPlayer sender, TeamMessageController.TeamMessageType messageType) Used to get the chat syntax and apply placeholders when possible