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
-
Method Summary
Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponent
registerKeyBindings, registerPacketHandlers
Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
getBlockEntityRenderers, getCommonProxyComponent, registerPackets, registerRenderer, registerTickHandlers
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cyclops.cyclopscore.proxy.ICommonProxy
registerPackets
Methods 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:
registerRenderers
in interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon
- Overrides:
registerRenderers
in classorg.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
-
registerEventHooks
public void registerEventHooks()- Specified by:
registerEventHooks
in interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon
- Overrides:
registerEventHooks
in classClientProxyComponent
-