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:
ClientProxy

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
    Register packet handlers.

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

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

    getMod, registerPackets

    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
    • registerPacketHandlers

      public void registerPacketHandlers(PacketHandler packetHandler)
      Description copied from interface: ICommonProxy
      Register packet handlers.
      Specified by:
      registerPacketHandlers in interface ICommonProxy
      Parameters:
      packetHandler - The packet handler.
    • registerEventHooks

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