Interface ICommonProxy

All Superinterfaces:
org.cyclops.cyclopscore.proxy.ICommonProxyCommon
All Known Subinterfaces:
IClientProxy
All Known Implementing Classes:
ClientProxyComponent, ClientProxyNeoForge, CommonProxyComponent, CommonProxyNeoForge

public interface ICommonProxy extends org.cyclops.cyclopscore.proxy.ICommonProxyCommon
Interface for common proxies.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    registerKeyBindings(IKeyRegistry keyRegistry, net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent event)
    Register key bindings.

    Methods inherited from interface org.cyclops.cyclopscore.proxy.ICommonProxyCommon

    registerEventHooks, registerPackets, registerRenderer, registerRenderers, registerTickHandlers
  • Method Details

    • getMod

      ModBaseNeoForge getMod()
      Specified by:
      getMod in interface org.cyclops.cyclopscore.proxy.ICommonProxyCommon
      Returns:
      The mod for this proxy.
    • registerKeyBindings

      void registerKeyBindings(IKeyRegistry keyRegistry, net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent event)
      Register key bindings.
      Parameters:
      keyRegistry - The key registry to register to.
      event - Register mappings event