Class ClientProxyComponent

java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponent
All Implemented Interfaces:
IClientProxy, org.cyclops.cyclopscore.proxy.IClientProxyCommon, ICommonProxy, org.cyclops.cyclopscore.proxy.ICommonProxyCommon
Direct Known Subclasses:
ClientProxyNeoForge

public abstract class ClientProxyComponent extends org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon implements ICommonProxy, IClientProxy
Base proxy for the client side.
  • Field Summary

    Fields inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon

    blockEntityRenderers
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    registerKeyBindings(IKeyRegistry keyRegistry, net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent event)
    Register key bindings.
    void
    registerPackets(org.cyclops.cyclopscore.network.IPacketHandler packetHandler)
     

    Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon

    getBlockEntityRenderers, getCommonProxyComponent, 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

    getMod

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

    registerRenderer, registerRenderers, registerTickHandlers
  • Constructor Details

  • Method Details

    • registerKeyBindings

      public void registerKeyBindings(IKeyRegistry keyRegistry, net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent event)
      Description copied from interface: ICommonProxy
      Register key bindings.
      Specified by:
      registerKeyBindings in interface ICommonProxy
      Parameters:
      keyRegistry - The key registry to register to.
      event - Register mappings event
    • registerPackets

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

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