net.minecraft.network.packet

public abstract class Packet

ft
net.minecraft.class_700
net.minecraft.network.packet.Packet
net.minecraft.network.Packet

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_8512
LOGGER
logger

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static Packet
a(com.google.common.collect.BiMap arg0, int arg1)
method_7534(com.google.common.collect.BiMap arg0, int arg1)
create(com.google.common.collect.BiMap map, int id)
generatePacket(com.google.common.collect.BiMap protocolMap, int packetId)
public static void
a(io.netty.buffer.ByteBuf arg0, byte[] arg1)
method_7537(io.netty.buffer.ByteBuf arg0, byte[] arg1)
writeByteArray(io.netty.buffer.ByteBuf buffer, byte[] bytes)
writeBlob(io.netty.buffer.ByteBuf buffer, byte[] blob)
public static byte[]
a(io.netty.buffer.ByteBuf arg0)
method_7536(io.netty.buffer.ByteBuf arg0)
readByteArray(io.netty.buffer.ByteBuf buffer)
readBlob(io.netty.buffer.ByteBuf buffer)
public abstract void
a(et arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf buffer)
readPacketData(PacketBuffer data)
public abstract void
b(et arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf buffer)
writePacketData(PacketBuffer data)
public abstract void
a(fb arg0)
method_1831(class_701 arg0)
handle(PacketHandler handler)
processPacket(INetHandler handler)
public boolean
a()
method_7533()
canBeHandledOffMainThread()
hasPriority()
public String
b()
method_7538()
asString()
serialize()