Interface C2SConfigurationChannelEvents.Register

Enclosing class:
C2SConfigurationChannelEvents
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 C2SConfigurationChannelEvents.Register
See Also:
  • Method Summary

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

    • onChannelRegister

      void onChannelRegister(net.minecraft.client.multiplayer.ClientConfigurationPacketListenerImpl handler, PacketSender sender, net.minecraft.client.Minecraft client, List<net.minecraft.resources.Identifier> channels)