Class ClientProxy

java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponent
org.cyclops.cyclopscore.proxy.ClientProxyComponent
org.cyclops.integrateddynamics.proxy.ClientProxy
All Implemented Interfaces:
org.cyclops.cyclopscore.proxy.IClientProxy, org.cyclops.cyclopscore.proxy.ICommonProxy

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.ClientProxyComponent

    blockEntityRenderers
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    canEqual, equals, getBlockEntityRenderers, getCommonProxyComponent, hashCode, registerPacketHandlers, registerRenderer, registerRenderers, registerTickHandlers, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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.ICommonProxy
      Overrides:
      registerEventHooks in class org.cyclops.cyclopscore.proxy.ClientProxyComponent
    • registerKeyBindings

      public void registerKeyBindings(org.cyclops.cyclopscore.client.key.IKeyRegistry keyRegistry, net.minecraftforge.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.minecraftforge.client.event.TextureStitchEvent.Post event)
    • onPlayerLoggedOut

      public void onPlayerLoggedOut(net.minecraftforge.client.event.ClientPlayerNetworkEvent.LoggingOut event)