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
-
Method Summary
Modifier and TypeMethodDescriptionorg.cyclops.cyclopscore.init.ModBase
getMod()
void
registerPacketHandlers
(org.cyclops.cyclopscore.network.PacketHandler packetHandler) Methods inherited from class org.cyclops.cyclopscore.proxy.CommonProxyComponent
registerKeyBindings
Methods inherited from class org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
registerEventHooks, registerPackets, 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.ICommonProxy
registerPackets
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.ModBase getMod() -
registerPacketHandlers
public void registerPacketHandlers(org.cyclops.cyclopscore.network.PacketHandler packetHandler) - Specified by:
registerPacketHandlers
in interfaceorg.cyclops.cyclopscore.proxy.ICommonProxy
- Overrides:
registerPacketHandlers
in classorg.cyclops.cyclopscore.proxy.CommonProxyComponent
-