Interface ICustomPacketHandler.IClientConfigurationPacketHandler

All Superinterfaces:
ICustomPacketHandler
All Known Implementing Classes:
ClientConfigurationPacketHandler
Enclosing interface:
ICustomPacketHandler

public static interface ICustomPacketHandler.IClientConfigurationPacketHandler extends ICustomPacketHandler
Used with RegisterConfigurationTasksEvent to send packets to the client during the configuration phase.
  • Method Details

    • handlePacket

      void handlePacket(PacketCustom packet, net.minecraft.client.Minecraft mc)
      Called on the client to handle a configuration phase packet.
      Parameters:
      packet - The packet.
      mc - The Minecraft instance.