Class ClientProxy

java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponent
org.cyclops.commoncapabilities.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
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
    org.cyclops.cyclopscore.init.ModBase
     

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

    registerEventHooks, registerKeyBindings, 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
  • Constructor Details

    • ClientProxy

      public ClientProxy()
  • Method Details

    • getMod

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