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

public class CommonProxyNeoForge extends CommonProxyComponent
Proxy for server and client side.
  • Constructor Details

    • CommonProxyNeoForge

      public CommonProxyNeoForge()
  • Method Details

    • getMod

      public ModBaseNeoForge getMod()
      Returns:
      The mod for this proxy.
    • registerEventHooks

      public void registerEventHooks()
      Specified by:
      registerEventHooks in interface org.cyclops.cyclopscore.proxy.ICommonProxyCommon
      Overrides:
      registerEventHooks in class org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
    • registerPackets

      public void registerPackets(org.cyclops.cyclopscore.network.IPacketHandler packetHandler)
      Specified by:
      registerPackets in interface org.cyclops.cyclopscore.proxy.ICommonProxyCommon
      Overrides:
      registerPackets in class CommonProxyComponent