Package codechicken.lib.packet
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.-
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) Deprecated, for removal: This API element is subject to removal in a future version.Called on the client to handle a configuration phase packet.
-
Method Details
-
handlePacket
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.
-