net.minecraft.network.protocol.status

public class StatusPacketTypes

akw
net.minecraft.network.protocol.status.StatusPacketTypes
net.minecraft.class_9102

Field summary

Modifier and TypeField
public static final PacketType<ClientboundStatusResponsePacket>
a
CLIENTBOUND_STATUS_RESPONSE
field_48261
public static final PacketType<ServerboundStatusRequestPacket>
b
SERVERBOUND_STATUS_REQUEST
field_48262

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
private static <T extends Packet<ClientStatusPacketListener>> PacketType<T>
a(String arg0)
createClientbound(String arg0)
method_56027(String arg0)
private static <T extends Packet<ServerStatusPacketListener>> PacketType<T>
b(String arg0)
createServerbound(String arg0)
method_56028(String arg0)