Class SocialBonjourChannel
java.lang.Object
ovh.mythmc.social.api.network.channel.AbstractNetworkChannelWrapper.C2S<SocialBonjourPayload>
ovh.mythmc.social.api.network.channel.channels.SocialBonjourChannel
- All Implemented Interfaces:
C2SNetworkChannelWrapper<SocialBonjourPayload>,NetworkChannelWrapper
public final class SocialBonjourChannel
extends AbstractNetworkChannelWrapper.C2S<SocialBonjourPayload>
-
Nested Class Summary
Nested classes/interfaces inherited from interface ovh.mythmc.social.api.network.channel.NetworkChannelWrapper
NetworkChannelWrapper.Type -
Method Summary
Methods inherited from class ovh.mythmc.social.api.network.channel.AbstractNetworkChannelWrapper.C2S
typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ovh.mythmc.social.api.network.channel.NetworkChannelWrapper
identifier, isBidirectional, isClientToServer, isServerToClient
-
Method Details
-
decode
@NotNull public @NotNull SocialBonjourPayload decode(@NotNull @NotNull SocialPayloadEncoder encoder) -
identifier
- Specified by:
identifierin interfaceNetworkChannelWrapper
-