Interface ICustomPacketHandler.IClientConfigurationPacketHandler

All Superinterfaces:
ICustomPacketHandler
Enclosing interface:
ICustomPacketHandler

@Deprecated(forRemoval=true) public static interface ICustomPacketHandler.IClientConfigurationPacketHandler extends ICustomPacketHandler
Deprecated, for removal: This API element is subject to removal in a future version.
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)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Called on the client to handle a configuration phase packet.
      Parameters:
      packet - The packet.
      mc - The Minecraft instance.