Class ClientProxy
java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponent
org.cyclops.commoncapabilities.proxy.ClientProxy
- All Implemented Interfaces:
 org.cyclops.cyclopscore.proxy.IClientProxy,org.cyclops.cyclopscore.proxy.IClientProxyCommon,org.cyclops.cyclopscore.proxy.ICommonProxy,org.cyclops.cyclopscore.proxy.ICommonProxyCommon
public class ClientProxy
extends org.cyclops.cyclopscore.proxy.ClientProxyComponent
Proxy for the client side.
- 
Field Summary
Fields inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
blockEntityRenderers - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.cyclops.cyclopscore.init.ModBaseNeoForge<CommonCapabilities> getMod()Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponent
registerEventHooks, registerKeyBindings, registerPacketsMethods 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.ICommonProxyCommon
registerRenderer, registerRenderers, registerTickHandlers 
- 
Constructor Details
- 
ClientProxy
public ClientProxy() 
 - 
 - 
Method Details
- 
getMod
 
 -