Class CommonProxy
java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
org.cyclops.cyclopscore.proxy.CommonProxyComponent
org.cyclops.integrateddynamics.proxy.CommonProxy
- All Implemented Interfaces:
org.cyclops.cyclopscore.proxy.ICommonProxy
,org.cyclops.cyclopscore.proxy.ICommonProxyCommon
public class CommonProxy
extends org.cyclops.cyclopscore.proxy.CommonProxyComponent
Common proxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.cyclops.cyclopscore.init.ModBaseNeoForge
getMod()
void
registerPackets
(org.cyclops.cyclopscore.network.IPacketHandler packetHandler) Methods inherited from class org.cyclops.cyclopscore.proxy.CommonProxyComponent
registerKeyBindings
Methods inherited from class org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
registerEventHooks, registerRenderer, registerRenderers, 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
registerEventHooks, registerRenderer, registerRenderers, registerTickHandlers
-
Constructor Details
-
CommonProxy
public CommonProxy()
-
-
Method Details
-
getMod
public org.cyclops.cyclopscore.init.ModBaseNeoForge getMod() -
registerPackets
public void registerPackets(org.cyclops.cyclopscore.network.IPacketHandler packetHandler) - Specified by:
registerPackets
in interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon
- Overrides:
registerPackets
in classorg.cyclops.cyclopscore.proxy.CommonProxyComponent
-