Package codechicken.lib.internal.network
Class ClientConfigurationPacketHandler
java.lang.Object
codechicken.lib.internal.network.ClientConfigurationPacketHandler
- All Implemented Interfaces:
ICustomPacketHandler,ICustomPacketHandler.IClientConfigurationPacketHandler
public class ClientConfigurationPacketHandler
extends Object
implements ICustomPacketHandler.IClientConfigurationPacketHandler
Created by covers1624 on 5/3/20.
-
Nested Class Summary
Nested classes/interfaces inherited from interface codechicken.lib.packet.ICustomPacketHandler
ICustomPacketHandler.IClientConfigurationPacketHandler, ICustomPacketHandler.IClientPacketHandler, ICustomPacketHandler.IServerConfigurationPacketHandler, ICustomPacketHandler.IServerPacketHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandlePacket(PacketCustom packet, net.minecraft.client.Minecraft mc) Called on the client to handle a configuration phase packet.
-
Constructor Details
-
ClientConfigurationPacketHandler
public ClientConfigurationPacketHandler()
-
-
Method Details
-
handlePacket
Description copied from interface:ICustomPacketHandler.IClientConfigurationPacketHandlerCalled on the client to handle a configuration phase packet.- Specified by:
handlePacketin interfaceICustomPacketHandler.IClientConfigurationPacketHandler- Parameters:
packet- The packet.mc- The Minecraft instance.
-