Interface ServerboundPlayChannelEvents.Unregister

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

@FunctionalInterface public static interface ServerboundPlayChannelEvents.Unregister
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onChannelUnregister(net.minecraft.client.multiplayer.ClientPacketListener listener, PacketSender sender, net.minecraft.client.Minecraft client, List<net.minecraft.resources.Identifier> channels)
     
  • Method Details

    • onChannelUnregister

      void onChannelUnregister(net.minecraft.client.multiplayer.ClientPacketListener listener, PacketSender sender, net.minecraft.client.Minecraft client, List<net.minecraft.resources.Identifier> channels)