Uses of Class
net.minecraft.network.packet.Packet254ServerPing

Packages that use Packet254ServerPing
net.minecraft.network   
net.minecraft.network.packet   
 

Uses of Packet254ServerPing in net.minecraft.network
 

Methods in net.minecraft.network with parameters of type Packet254ServerPing
 void NetLoginHandler.handleServerPing(Packet254ServerPing par1Packet254ServerPing)
          Handle a server ping packet.
 

Uses of Packet254ServerPing in net.minecraft.network.packet
 

Methods in net.minecraft.network.packet with parameters of type Packet254ServerPing
 void NetHandler.handleServerPing(Packet254ServerPing par1Packet254ServerPing)
          Handle a server ping packet.