Interface C2SPlayChannelEvents.Unregister

Enclosing class:
C2SPlayChannelEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Environment(CLIENT)
@FunctionalInterface
public static interface C2SPlayChannelEvents.Unregister
See Also:
C2SPlayChannelEvents.UNREGISTER
  • Method Summary

    Modifier and Type Method Description
    void onChannelUnregister​(net.minecraft.client.network.ClientPlayNetworkHandler handler, PacketSender sender, net.minecraft.client.MinecraftClient client, List<net.minecraft.util.Identifier> channels)  
  • Method Details

    • onChannelUnregister

      void onChannelUnregister​(net.minecraft.client.network.ClientPlayNetworkHandler handler, PacketSender sender, net.minecraft.client.MinecraftClient client, List<net.minecraft.util.Identifier> channels)