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
-
Method Summary
Modifier and TypeMethodDescriptiongetMod()
void
void
registerPacketHandlers
(PacketHandler packetHandler) Register packet handlers.Methods inherited from class org.cyclops.cyclopscore.proxy.CommonProxyComponent
registerKeyBindings
Methods inherited from class org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
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
registerRenderer, registerRenderers, registerTickHandlers
-
Constructor Details
-
CommonProxy
public CommonProxy()
-
-
Method Details
-
getMod
- Returns:
- The mod for this proxy.
-
registerEventHooks
public void registerEventHooks()- Specified by:
registerEventHooks
in interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon
- Overrides:
registerEventHooks
in classorg.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
-
registerPacketHandlers
Description copied from interface:ICommonProxy
Register packet handlers.- Specified by:
registerPacketHandlers
in interfaceICommonProxy
- Overrides:
registerPacketHandlers
in classCommonProxyComponent
- Parameters:
packetHandler
- The packet handler.
-