public void processPacket(INetHandlerPlayServer p_148833_1_) {
   p_148833_1_.processEnchantItem(this);
 }
Exemplo n.º 2
0
 /** Passes this Packet on to the NetHandler for processing. */
 public void processPacket(INetHandlerPlayServer handler) {
   handler.processEnchantItem(this);
 }