Class ClientProxy

java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponent
org.cyclops.integrateddynamics.proxy.ClientProxy
All Implemented Interfaces:
org.cyclops.cyclopscore.proxy.IClientProxy, org.cyclops.cyclopscore.proxy.IClientProxyCommon, org.cyclops.cyclopscore.proxy.ICommonProxy, org.cyclops.cyclopscore.proxy.ICommonProxyCommon

public class ClientProxy extends org.cyclops.cyclopscore.proxy.ClientProxyComponent
Client Proxy
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    static final net.minecraft.client.KeyMapping
     
    static final net.minecraft.client.KeyMapping
     

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

    blockEntityRenderers
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.cyclops.cyclopscore.init.ModBase
     
    void
    onPlayerLoggedOut(net.neoforged.neoforge.client.event.ClientPlayerNetworkEvent.LoggingOut event)
     
    void
    onPostTextureStitch(net.neoforged.neoforge.client.event.TextureAtlasStitchedEvent event)
     
    void
     
    void
    registerKeyBindings(org.cyclops.cyclopscore.client.key.IKeyRegistry keyRegistry, net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent event)
     

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

    registerPacketHandlers

    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

    registerPackets

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

    registerRenderer, registerRenderers, registerTickHandlers
  • Field Details

    • DIAGNOSTICS_SERVER

      public static DiagnosticsWebServer DIAGNOSTICS_SERVER
    • FOCUS_LP_RENAME

      public static final net.minecraft.client.KeyMapping FOCUS_LP_RENAME
  • Constructor Details

    • ClientProxy

      public ClientProxy()
  • Method Details

    • getMod

      public org.cyclops.cyclopscore.init.ModBase getMod()
    • registerEventHooks

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

      public void registerKeyBindings(org.cyclops.cyclopscore.client.key.IKeyRegistry keyRegistry, net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent event)
      Specified by:
      registerKeyBindings in interface org.cyclops.cyclopscore.proxy.ICommonProxy
      Overrides:
      registerKeyBindings in class org.cyclops.cyclopscore.proxy.ClientProxyComponent
    • onPostTextureStitch

      public void onPostTextureStitch(net.neoforged.neoforge.client.event.TextureAtlasStitchedEvent event)
    • onPlayerLoggedOut

      public void onPlayerLoggedOut(net.neoforged.neoforge.client.event.ClientPlayerNetworkEvent.LoggingOut event)