Interface ServerboundConfigurationChannelEvents.Register

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

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

    • onChannelRegister

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