/** Passes this Packet on to the NetHandler for processing. */
 public void processPacket(INetHandlerPlayServer handler) {
   handler.processTabComplete(this);
 }
 public void func_180756_a(INetHandlerPlayServer p_180756_1_) {
   p_180756_1_.processTabComplete(this);
 }