Package org.cyclops.cyclopscore.proxy
Class ClientProxy
java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponent
org.cyclops.cyclopscore.proxy.ClientProxy
- All Implemented Interfaces:
IClientProxy,org.cyclops.cyclopscore.proxy.IClientProxyCommon,ICommonProxy,org.cyclops.cyclopscore.proxy.ICommonProxyCommon
Proxy for the client side.
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
blockEntityRenderers -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponent
registerKeyBindings, registerPacketHandlersMethods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
getBlockEntityRenderers, getCommonProxyComponent, registerPackets, registerRenderer, 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
registerPacketsMethods inherited from interface org.cyclops.cyclopscore.proxy.ICommonProxyCommon
registerRenderer, registerTickHandlers
-
Constructor Details
-
ClientProxy
public ClientProxy()
-
-
Method Details
-
getMod
- Returns:
- The mod for this proxy.
-
registerRenderers
public void registerRenderers()- Specified by:
registerRenderersin interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon- Overrides:
registerRenderersin classorg.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
-
registerEventHooks
public void registerEventHooks()- Specified by:
registerEventHooksin interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon- Overrides:
registerEventHooksin classClientProxyComponent
-