Package org.cyclops.cyclopscore.proxy
Class CommonProxy
java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
org.cyclops.cyclopscore.proxy.CommonProxyComponent
org.cyclops.cyclopscore.proxy.CommonProxy
- All Implemented Interfaces:
ICommonProxy,org.cyclops.cyclopscore.proxy.ICommonProxyCommon
Proxy for server and client side.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMod()voidvoidregisterPacketHandlers(PacketHandler packetHandler) Register packet handlers.Methods inherited from class org.cyclops.cyclopscore.proxy.CommonProxyComponent
registerKeyBindingsMethods inherited from class org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
registerPackets, registerRenderer, registerRenderers, 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.ICommonProxy
registerPacketsMethods inherited from interface org.cyclops.cyclopscore.proxy.ICommonProxyCommon
registerRenderer, registerRenderers, registerTickHandlers
-
Constructor Details
-
CommonProxy
public CommonProxy()
-
-
Method Details
-
getMod
- Returns:
- The mod for this proxy.
-
registerEventHooks
public void registerEventHooks()- Specified by:
registerEventHooksin interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon- Overrides:
registerEventHooksin classorg.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
-
registerPacketHandlers
Description copied from interface:ICommonProxyRegister packet handlers.- Specified by:
registerPacketHandlersin interfaceICommonProxy- Overrides:
registerPacketHandlersin classCommonProxyComponent- Parameters:
packetHandler- The packet handler.
-