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:
ClientProxyNeoForge
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.voidregisterPackets(org.cyclops.cyclopscore.network.IPacketHandler packetHandler) Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
getBlockEntityRenderers, getCommonProxyComponent, 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
getModMethods 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
-
registerPackets
public void registerPackets(org.cyclops.cyclopscore.network.IPacketHandler packetHandler) - Specified by:
registerPacketsin interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon- Overrides:
registerPacketsin classorg.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
-
registerEventHooks
public void registerEventHooks()- Specified by:
registerEventHooksin interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon- Overrides:
registerEventHooksin classorg.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
-