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, registerPacketsMethods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
getBlockEntityRenderers, getCommonProxyComponent, getMainKeyCategory, 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.IClientProxyCommon
getMainKeyCategoryMethods 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:
registerRenderersin interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon- Overrides:
registerRenderersin classorg.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
-