net.minecraft.network.protocol.ping

public class PingPacketTypes

akq
net.minecraft.network.protocol.ping.PingPacketTypes
net.minecraft.class_9100
net.minecraft.network.packet.PingPackets
net.minecraft.network.protocol.ping.PingPacketTypes

Field summary

Modifier and TypeField
public static final PacketType<ClientboundPongResponsePacket>
a
CLIENTBOUND_PONG_RESPONSE
field_48255
PONG_RESPONSE
public static final PacketType<ServerboundPingRequestPacket>
b
SERVERBOUND_PING_REQUEST
field_48256
PING_REQUEST

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
private static <T extends Packet<ClientPongPacketListener>> PacketType<T>
a(String arg0)
createClientbound(String arg0)
method_56023(String arg0)
s2c(String id)
private static <T extends Packet<ServerPingPacketListener>> PacketType<T>
b(String arg0)
createServerbound(String arg0)
method_56024(String arg0)
c2s(String id)