Class SocialChannelCloseChannel
java.lang.Object
ovh.mythmc.social.api.network.channel.AbstractNetworkChannelWrapper.S2C<SocialChannelClosePayload>
ovh.mythmc.social.api.network.channel.channels.SocialChannelCloseChannel
- All Implemented Interfaces:
NetworkChannelWrapper,S2CNetworkChannelWrapper<SocialChannelClosePayload>
public final class SocialChannelCloseChannel
extends AbstractNetworkChannelWrapper.S2C<SocialChannelClosePayload>
-
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.S2C
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
-
encode
@NotNull public @NotNull SocialPayloadEncoder encode(@NotNull @NotNull SocialChannelClosePayload payload) -
identifier
- Specified by:
identifierin interfaceNetworkChannelWrapper
-