Package codechicken.lib.packet
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.-
Nested Class Summary
Nested classes/interfaces inherited from interface codechicken.lib.packet.ICustomPacketHandler
ICustomPacketHandler.IClientConfigurationPacketHandler, ICustomPacketHandler.IClientPacketHandler, ICustomPacketHandler.IServerConfigurationPacketHandler, ICustomPacketHandler.IServerPacketHandler -
Method Summary
Modifier and TypeMethodDescriptionvoidhandlePacket(PacketCustom packet, net.minecraft.client.Minecraft mc) Called on the client to handle a configuration phase packet.
-
Method Details
-
handlePacket
Called on the client to handle a configuration phase packet.- Parameters:
packet- The packet.mc- The Minecraft instance.
-