Package org.cyclops.cyclopscore.proxy
Class ClientProxyNeoForge
java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponent
org.cyclops.cyclopscore.proxy.ClientProxyNeoForge
- 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
registerEventHooks, registerKeyBindings, registerPackets
Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
getBlockEntityRenderers, getCommonProxyComponent, 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.ICommonProxyCommon
registerRenderer, registerTickHandlers
-
Constructor Details
-
ClientProxyNeoForge
public ClientProxyNeoForge()
-
-
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
-