History - net.minecraft.network.PacketByteBuf
1.7.10
Names
et
net.minecraft.class_1967
net.minecraft.network.PacketByteBuf
net.minecraft.network.PacketBuffer
Fields
io.netty.buffer.ByteBuf: a, field_8455, delegate, buf
Constructors
(io.netty.buffer.ByteBuf)
Methods
int (int): a, method_7420, getVarIntSizeBytes, getVarIntSize
int (): a, method_7419, readVarInt, readVarIntFromBuffer
void (int): b, method_7425, writeVarInt, writeVarIntToBuffer
void (NbtCompound): a, method_7422, writeNbtCompound, writeNBTTagCompoundToBuffer
NbtCompound (): b, method_7424, readNbtCompound, readNBTTagCompoundFromBuffer
void (ItemStack): a, method_7421, writeItem, writeItemStackToBuffer
ItemStack (): c, method_7426, readItem, readItemStackFromBuffer
String (int): c, method_7427, readString, readStringFromBuffer
void (String): a, method_7423, writeString, writeStringToBuffer
int (): capacity, capacity, capacity
io.netty.buffer.ByteBuf (int): capacity, capacity, capacity
int (): maxCapacity, maxCapacity, maxCapacity
io.netty.buffer.ByteBufAllocator (): alloc, alloc, alloc
ByteOrder (): order, order, order
io.netty.buffer.ByteBuf (ByteOrder): order, order, order
io.netty.buffer.ByteBuf (): unwrap, unwrap, unwrap
boolean (): isDirect, isDirect, isDirect
int (): readerIndex, readerIndex, readerIndex
io.netty.buffer.ByteBuf (int): readerIndex, readerIndex, readerIndex
int (): writerIndex, writerIndex, writerIndex
io.netty.buffer.ByteBuf (int): writerIndex, writerIndex, writerIndex
io.netty.buffer.ByteBuf (int, int): setIndex, setIndex, setIndex
int (): readableBytes, readableBytes, readableBytes
int (): writableBytes, writableBytes, writableBytes
int (): maxWritableBytes, maxWritableBytes, maxWritableBytes
boolean (): isReadable, isReadable, isReadable
boolean (int): isReadable, isReadable, isReadable
boolean (): isWritable, isWritable, isWritable
boolean (int): isWritable, isWritable, isWritable
io.netty.buffer.ByteBuf (): clear, clear, clear
io.netty.buffer.ByteBuf (): markReaderIndex, markReaderIndex, markReaderIndex
io.netty.buffer.ByteBuf (): resetReaderIndex, resetReaderIndex, resetReaderIndex
io.netty.buffer.ByteBuf (): markWriterIndex, markWriterIndex, markWriterIndex
io.netty.buffer.ByteBuf (): resetWriterIndex, resetWriterIndex, resetWriterIndex
io.netty.buffer.ByteBuf (): discardReadBytes, discardReadBytes, discardReadBytes
io.netty.buffer.ByteBuf (): discardSomeReadBytes, discardSomeReadBytes, discardSomeReadBytes
io.netty.buffer.ByteBuf (int): ensureWritable, ensureWritable, ensureWritable
int (int, boolean): ensureWritable, ensureWritable, ensureWritable
boolean (int): getBoolean, getBoolean, getBoolean
byte (int): getByte, getByte, getByte
short (int): getUnsignedByte, getUnsignedByte, getUnsignedByte
short (int): getShort, getShort, getShort
int (int): getUnsignedShort, getUnsignedShort, getUnsignedShort
int (int): getMedium, getMedium, getMedium
int (int): getUnsignedMedium, getUnsignedMedium, getUnsignedMedium
int (int): getInt, getInt, getInt
long (int): getUnsignedInt, getUnsignedInt, getUnsignedInt
long (int): getLong, getLong, getLong
char (int): getChar, getChar, getChar
float (int): getFloat, getFloat, getFloat
double (int): getDouble, getDouble, getDouble
io.netty.buffer.ByteBuf (int, io.netty.buffer.ByteBuf): getBytes, getBytes, getBytes
io.netty.buffer.ByteBuf (int, io.netty.buffer.ByteBuf, int): getBytes, getBytes, getBytes
io.netty.buffer.ByteBuf (int, io.netty.buffer.ByteBuf, int, int): getBytes, getBytes, getBytes
io.netty.buffer.ByteBuf (int, byte[]): getBytes, getBytes, getBytes
io.netty.buffer.ByteBuf (int, byte[], int, int): getBytes, getBytes, getBytes
io.netty.buffer.ByteBuf (int, ByteBuffer): getBytes, getBytes, getBytes
io.netty.buffer.ByteBuf (int, OutputStream, int): getBytes, getBytes, getBytes
int (int, GatheringByteChannel, int): getBytes, getBytes, getBytes
io.netty.buffer.ByteBuf (int, boolean): setBoolean, setBoolean, setBoolean
io.netty.buffer.ByteBuf (int, int): setByte, setByte, setByte
io.netty.buffer.ByteBuf (int, int): setShort, setShort, setShort
io.netty.buffer.ByteBuf (int, int): setMedium, setMedium, setMedium
io.netty.buffer.ByteBuf (int, int): setInt, setInt, setInt
io.netty.buffer.ByteBuf (int, long): setLong, setLong, setLong
io.netty.buffer.ByteBuf (int, int): setChar, setChar, setChar
io.netty.buffer.ByteBuf (int, float): setFloat, setFloat, setFloat
io.netty.buffer.ByteBuf (int, double): setDouble, setDouble, setDouble
io.netty.buffer.ByteBuf (int, io.netty.buffer.ByteBuf): setBytes, setBytes, setBytes
io.netty.buffer.ByteBuf (int, io.netty.buffer.ByteBuf, int): setBytes, setBytes, setBytes
io.netty.buffer.ByteBuf (int, io.netty.buffer.ByteBuf, int, int): setBytes, setBytes, setBytes
io.netty.buffer.ByteBuf (int, byte[]): setBytes, setBytes, setBytes
io.netty.buffer.ByteBuf (int, byte[], int, int): setBytes, setBytes, setBytes
io.netty.buffer.ByteBuf (int, ByteBuffer): setBytes, setBytes, setBytes
int (int, InputStream, int): setBytes, setBytes, setBytes
int (int, ScatteringByteChannel, int): setBytes, setBytes, setBytes
io.netty.buffer.ByteBuf (int, int): setZero, setZero, setZero
boolean (): readBoolean, readBoolean, readBoolean
byte (): readByte, readByte, readByte
short (): readUnsignedByte, readUnsignedByte, readUnsignedByte
short (): readShort, readShort, readShort
int (): readUnsignedShort, readUnsignedShort, readUnsignedShort
int (): readMedium, readMedium, readMedium
int (): readUnsignedMedium, readUnsignedMedium, readUnsignedMedium
int (): readInt, readInt, readInt
long (): readUnsignedInt, readUnsignedInt, readUnsignedInt
long (): readLong, readLong, readLong
char (): readChar, readChar, readChar
float (): readFloat, readFloat, readFloat
double (): readDouble, readDouble, readDouble
io.netty.buffer.ByteBuf (int): readBytes, readBytes, readBytes
io.netty.buffer.ByteBuf (int): readSlice, readSlice, readSlice
io.netty.buffer.ByteBuf (io.netty.buffer.ByteBuf): readBytes, readBytes, readBytes
io.netty.buffer.ByteBuf (io.netty.buffer.ByteBuf, int): readBytes, readBytes, readBytes
io.netty.buffer.ByteBuf (io.netty.buffer.ByteBuf, int, int): readBytes, readBytes, readBytes
io.netty.buffer.ByteBuf (byte[]): readBytes, readBytes, readBytes
io.netty.buffer.ByteBuf (byte[], int, int): readBytes, readBytes, readBytes
io.netty.buffer.ByteBuf (ByteBuffer): readBytes, readBytes, readBytes
io.netty.buffer.ByteBuf (OutputStream, int): readBytes, readBytes, readBytes
int (GatheringByteChannel, int): readBytes, readBytes, readBytes
io.netty.buffer.ByteBuf (int): skipBytes, skipBytes, skipBytes
io.netty.buffer.ByteBuf (boolean): writeBoolean, writeBoolean, writeBoolean
io.netty.buffer.ByteBuf (int): writeByte, writeByte, writeByte
io.netty.buffer.ByteBuf (int): writeShort, writeShort, writeShort
io.netty.buffer.ByteBuf (int): writeMedium, writeMedium, writeMedium
io.netty.buffer.ByteBuf (int): writeInt, writeInt, writeInt
io.netty.buffer.ByteBuf (long): writeLong, writeLong, writeLong
io.netty.buffer.ByteBuf (int): writeChar, writeChar, writeChar
io.netty.buffer.ByteBuf (float): writeFloat, writeFloat, writeFloat
io.netty.buffer.ByteBuf (double): writeDouble, writeDouble, writeDouble
io.netty.buffer.ByteBuf (io.netty.buffer.ByteBuf): writeBytes, writeBytes, writeBytes
io.netty.buffer.ByteBuf (io.netty.buffer.ByteBuf, int): writeBytes, writeBytes, writeBytes
io.netty.buffer.ByteBuf (io.netty.buffer.ByteBuf, int, int): writeBytes, writeBytes, writeBytes
io.netty.buffer.ByteBuf (byte[]): writeBytes, writeBytes, writeBytes
io.netty.buffer.ByteBuf (byte[], int, int): writeBytes, writeBytes, writeBytes
io.netty.buffer.ByteBuf (ByteBuffer): writeBytes, writeBytes, writeBytes
int (InputStream, int): writeBytes, writeBytes, writeBytes
int (ScatteringByteChannel, int): writeBytes, writeBytes, writeBytes
io.netty.buffer.ByteBuf (int): writeZero, writeZero, writeZero
int (int, int, byte): indexOf, indexOf, indexOf
int (byte): bytesBefore, bytesBefore, bytesBefore
int (int, byte): bytesBefore, bytesBefore, bytesBefore
int (int, int, byte): bytesBefore, bytesBefore, bytesBefore
int (io.netty.buffer.ByteBufProcessor): forEachByte, forEachByte, forEachByte
int (int, int, io.netty.buffer.ByteBufProcessor): forEachByte, forEachByte, forEachByte
int (io.netty.buffer.ByteBufProcessor): forEachByteDesc, forEachByteDesc, forEachByteDesc
int (int, int, io.netty.buffer.ByteBufProcessor): forEachByteDesc, forEachByteDesc, forEachByteDesc
io.netty.buffer.ByteBuf (): copy, copy, copy
io.netty.buffer.ByteBuf (int, int): copy, copy, copy
io.netty.buffer.ByteBuf (): slice, slice, slice
io.netty.buffer.ByteBuf (int, int): slice, slice, slice
io.netty.buffer.ByteBuf (): duplicate, duplicate, duplicate
int (): nioBufferCount, nioBufferCount, nioBufferCount
ByteBuffer (): nioBuffer, nioBuffer, nioBuffer
ByteBuffer (int, int): nioBuffer, nioBuffer, nioBuffer
ByteBuffer (int, int): internalNioBuffer, internalNioBuffer, internalNioBuffer
ByteBuffer[] (): nioBuffers, nioBuffers, nioBuffers
ByteBuffer[] (int, int): nioBuffers, nioBuffers, nioBuffers
boolean (): hasArray, hasArray, hasArray
byte[] (): array, array, array
int (): arrayOffset, arrayOffset, arrayOffset
boolean (): hasMemoryAddress, hasMemoryAddress, hasMemoryAddress
long (): memoryAddress, memoryAddress, memoryAddress
String (Charset): toString, toString, toString
String (int, int, Charset): toString, toString, toString
int (io.netty.buffer.ByteBuf): compareTo, compareTo, compareTo
io.netty.buffer.ByteBuf (int): retain, retain, retain
io.netty.buffer.ByteBuf (): retain, retain, retain
int (): refCnt, refCnt, refCnt
boolean (): release, release, release
boolean (int): release, release, release