Package net.minecraft.network.status
Interface IServerStatusNetHandler
-
- All Superinterfaces:
INetHandler
- All Known Implementing Classes:
ServerStatusNetHandler
public interface IServerStatusNetHandler extends INetHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handlePingRequest(CPingPacket p_147311_1_)
void
handleStatusRequest(CServerQueryPacket p_147312_1_)
-
Methods inherited from interface net.minecraft.network.INetHandler
getConnection, onDisconnect
-
-
-
-
Method Detail
-
handlePingRequest
void handlePingRequest(CPingPacket p_147311_1_)
-
handleStatusRequest
void handleStatusRequest(CServerQueryPacket p_147312_1_)
-
-