Interface ProxyHelper.ReadPacketInterceptor

Enclosing class:
ProxyHelper

public static interface ProxyHelper.ReadPacketInterceptor
Callback invoked before each processReadPackets call.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onBeforeProcessRead

      void onBeforeProcessRead(Object netMgr, Object player)
      Parameters:
      netMgr - real INetworkManager instance
      player - injected EntityPlayerMP instance