Package org.cyclops.cyclopscore.proxy
Class ClientProxyComponent
java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponent
- All Implemented Interfaces:
IClientProxy,org.cyclops.cyclopscore.proxy.IClientProxyCommon,ICommonProxy,org.cyclops.cyclopscore.proxy.ICommonProxyCommon
- Direct Known Subclasses:
ClientProxy
public abstract class ClientProxyComponent
extends org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
implements ICommonProxy, IClientProxy
Base proxy for the client side.
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
blockEntityRenderers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidregisterKeyBindings(IKeyRegistry keyRegistry, net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent event) Register key bindings.voidregisterPacketHandlers(PacketHandler packetHandler) Register packet handlers.Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
getBlockEntityRenderers, getCommonProxyComponent, registerPackets, registerRenderer, registerRenderers, registerTickHandlersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cyclops.cyclopscore.proxy.ICommonProxy
getMod, registerPacketsMethods inherited from interface org.cyclops.cyclopscore.proxy.ICommonProxyCommon
registerRenderer, registerRenderers, registerTickHandlers
-
Constructor Details
-
ClientProxyComponent
-
-
Method Details
-
registerKeyBindings
public void registerKeyBindings(IKeyRegistry keyRegistry, net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent event) Description copied from interface:ICommonProxyRegister key bindings.- Specified by:
registerKeyBindingsin interfaceICommonProxy- Parameters:
keyRegistry- The key registry to register to.event- Register mappings event
-
registerPacketHandlers
Description copied from interface:ICommonProxyRegister packet handlers.- Specified by:
registerPacketHandlersin interfaceICommonProxy- Parameters:
packetHandler- The packet handler.
-
registerEventHooks
public void registerEventHooks()- Specified by:
registerEventHooksin interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon- Overrides:
registerEventHooksin classorg.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
-