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