Interface IClientStatusNetHandler
-
- All Superinterfaces:
INetHandler
public interface IClientStatusNetHandler extends INetHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handlePongResponse(SPongPacket p_147398_1_)
void
handleStatusResponse(SServerInfoPacket p_147397_1_)
-
Methods inherited from interface net.minecraft.network.INetHandler
getConnection, onDisconnect
-
-
-
-
Method Detail
-
handleStatusResponse
void handleStatusResponse(SServerInfoPacket p_147397_1_)
-
handlePongResponse
void handlePongResponse(SPongPacket p_147398_1_)
-
-