net.minecraft.network.protocol.cookie

public class CookiePacketTypes

acn
net.minecraft.network.protocol.cookie.CookiePacketTypes
net.minecraft.class_9089
net.minecraft.network.packet.CookiePackets
net.minecraft.network.protocol.cookie.CookiePacketTypes

Field summary

Modifier and TypeField
public static final PacketType<ClientboundCookieRequestPacket>
a
CLIENTBOUND_COOKIE_REQUEST
field_47893
COOKIE_REQUEST
public static final PacketType<ServerboundCookieResponsePacket>
b
SERVERBOUND_COOKIE_RESPONSE
field_47894
COOKIE_RESPONSE

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
private static <T extends Packet<ClientCookiePacketListener>> PacketType<T>
a(String arg0)
createClientbound(String arg0)
method_55849(String arg0)
s2c(String id)
private static <T extends Packet<ServerCookiePacketListener>> PacketType<T>
b(String arg0)
createServerbound(String arg0)
method_55850(String arg0)
c2s(String id)