Class SocialPayloadChannels
java.lang.Object
ovh.mythmc.social.api.network.channel.channels.SocialPayloadChannels
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SocialBonjourChannelstatic final SocialChannelCloseAllChannelstatic final SocialChannelCloseChannelstatic final SocialChannelMentionChannelstatic final SocialMessagePreviewChannelstatic final SocialChannelOpenChannelstatic final SocialChannelsRefreshChannelstatic final SocialChannelSwitchChannel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Iterable<NetworkChannelWrapper> getAll()static Optional<NetworkChannelWrapper> getByIdentifier(@NotNull NetworkChannelIdentifier identifier) static Optional<NetworkChannelWrapper> getByNamespacedString(@NotNull String namespacedString)
-
Field Details
-
BONJOUR
-
CLOSE_ALL_CHANNELS
-
CLOSE_CHANNEL
-
MENTION
-
OPEN_CHANNEL
-
REFRESH_CHANNELS
-
SWITCH_CHANNEL
-
MESSAGE_PREVIEW
-
-
Constructor Details
-
SocialPayloadChannels
public SocialPayloadChannels()
-
-
Method Details
-
getAll
-
getByIdentifier
public static Optional<NetworkChannelWrapper> getByIdentifier(@NotNull @NotNull NetworkChannelIdentifier identifier) -
getByNamespacedString
public static Optional<NetworkChannelWrapper> getByNamespacedString(@NotNull @NotNull String namespacedString)
-