Package org.cyclops.cyclopscore.proxy
Class CommonProxyNeoForge
java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
org.cyclops.cyclopscore.proxy.CommonProxyComponent
org.cyclops.cyclopscore.proxy.CommonProxyNeoForge
- All Implemented Interfaces:
ICommonProxy
,org.cyclops.cyclopscore.proxy.ICommonProxyCommon
Proxy for server and client side.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMod()
void
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
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
registerRenderer, registerRenderers, registerTickHandlers
-
Constructor Details
-
CommonProxyNeoForge
public CommonProxyNeoForge()
-
-
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
-
registerPackets
public void registerPackets(org.cyclops.cyclopscore.network.IPacketHandler packetHandler) - Specified by:
registerPackets
in interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon
- Overrides:
registerPackets
in classCommonProxyComponent
-