public void processPacket(INetHandlerPlayClient p_149199_1_) {
   p_149199_1_.handleJoinGame(this);
 }
 /** Passes this Packet on to the NetHandler for processing. */
 public void processPacket(INetHandlerPlayClient handler) {
   handler.handleJoinGame(this);
 }