Class CommonProxy
java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponent
org.cyclops.integrateddynamics.proxy.CommonProxy
- All Implemented Interfaces:
org.cyclops.cyclopscore.proxy.ICommonProxy
public class CommonProxy
extends org.cyclops.cyclopscore.proxy.CommonProxyComponent
Common proxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.cyclops.cyclopscore.init.ModBasegetMod()voidregisterPacketHandlers(org.cyclops.cyclopscore.network.PacketHandler packetHandler) Methods inherited from class org.cyclops.cyclopscore.proxy.CommonProxyComponent
registerEventHooks, registerKeyBindings, 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:
registerPacketHandlersin interfaceorg.cyclops.cyclopscore.proxy.ICommonProxy- Overrides:
registerPacketHandlersin classorg.cyclops.cyclopscore.proxy.CommonProxyComponent
-