Class WrapperCommonServerPing<T extends WrapperCommonServerPing<T>>

java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<T>
com.github.retrooper.packetevents.wrapper.common.server.WrapperCommonServerPing<T>
Direct Known Subclasses:
WrapperConfigServerPing, WrapperPlayServerPing

public class WrapperCommonServerPing<T extends WrapperCommonServerPing<T>> extends PacketWrapper<T>
This packet is currently used by mods to synchronize the client with the server. It is not used by the vanilla server. Most likely added as a replacement to the removed Window Confirmation packet.
See Also: