| public static int | | a(int arg0) | | method_7420(int arg0) | | getVarIntSizeBytes(int size) | | getVarIntSize(int input) |
|
| public int | | a() | | method_7419() | | readVarInt() | | readVarIntFromBuffer() |
|
| public void | | b(int arg0) | | method_7425(int arg0) | | writeVarInt(int i) | | writeVarIntToBuffer(int input) |
|
| public void | |
| public NbtCompound | | b() | | method_7424() | | readNbtCompound() | | readNBTTagCompoundFromBuffer() |
|
| public void | |
| public ItemStack | | c() | | method_7426() | | readItem() | | readItemStackFromBuffer() |
|
| public String | | c(int arg0) | | method_7427(int arg0) | | readString(int maxLength) | | readStringFromBuffer(int maxLength) |
|
| public void | |
| public int | | capacity() | | capacity() | | capacity() |
|
| public io.netty.buffer.ByteBuf | | capacity(int arg0) | | capacity(int arg0) | | capacity(int arg0) |
|
| public int | | maxCapacity() | | maxCapacity() | | maxCapacity() |
|
| public io.netty.buffer.ByteBufAllocator | |
| public ByteOrder | |
| public io.netty.buffer.ByteBuf | |
| public io.netty.buffer.ByteBuf | |
| public boolean | | isDirect() | | isDirect() | | isDirect() |
|
| public int | | readerIndex() | | readerIndex() | | readerIndex() |
|
| public io.netty.buffer.ByteBuf | | readerIndex(int arg0) | | readerIndex(int arg0) | | readerIndex(int arg0) |
|
| public int | | writerIndex() | | writerIndex() | | writerIndex() |
|
| public io.netty.buffer.ByteBuf | | writerIndex(int arg0) | | writerIndex(int arg0) | | writerIndex(int arg0) |
|
| public io.netty.buffer.ByteBuf | | setIndex(int arg0, int arg1) | | setIndex(int arg0, int arg1) | | setIndex(int arg0, int arg1) |
|
| public int | | readableBytes() | | readableBytes() | | readableBytes() |
|
| public int | | writableBytes() | | writableBytes() | | writableBytes() |
|
| public int | | maxWritableBytes() | | maxWritableBytes() | | maxWritableBytes() |
|
| public boolean | | isReadable() | | isReadable() | | isReadable() |
|
| public boolean | | isReadable(int arg0) | | isReadable(int arg0) | | isReadable(int arg0) |
|
| public boolean | | isWritable() | | isWritable() | | isWritable() |
|
| public boolean | | isWritable(int arg0) | | isWritable(int arg0) | | isWritable(int arg0) |
|
| public io.netty.buffer.ByteBuf | |
| public io.netty.buffer.ByteBuf | | markReaderIndex() | | markReaderIndex() | | markReaderIndex() |
|
| public io.netty.buffer.ByteBuf | | resetReaderIndex() | | resetReaderIndex() | | resetReaderIndex() |
|
| public io.netty.buffer.ByteBuf | | markWriterIndex() | | markWriterIndex() | | markWriterIndex() |
|
| public io.netty.buffer.ByteBuf | | resetWriterIndex() | | resetWriterIndex() | | resetWriterIndex() |
|
| public io.netty.buffer.ByteBuf | | discardReadBytes() | | discardReadBytes() | | discardReadBytes() |
|
| public io.netty.buffer.ByteBuf | | discardSomeReadBytes() | | discardSomeReadBytes() | | discardSomeReadBytes() |
|
| public io.netty.buffer.ByteBuf | | ensureWritable(int arg0) | | ensureWritable(int arg0) | | ensureWritable(int arg0) |
|
| public int | | ensureWritable(int arg0, boolean arg1) | | ensureWritable(int arg0, boolean arg1) | | ensureWritable(int arg0, boolean arg1) |
|
| public boolean | | getBoolean(int arg0) | | getBoolean(int arg0) | | getBoolean(int arg0) |
|
| public byte | | getByte(int arg0) | | getByte(int arg0) | | getByte(int arg0) |
|
| public short | | getUnsignedByte(int arg0) | | getUnsignedByte(int arg0) | | getUnsignedByte(int arg0) |
|
| public short | | getShort(int arg0) | | getShort(int arg0) | | getShort(int arg0) |
|
| public int | | getUnsignedShort(int arg0) | | getUnsignedShort(int arg0) | | getUnsignedShort(int arg0) |
|
| public int | | getMedium(int arg0) | | getMedium(int arg0) | | getMedium(int arg0) |
|
| public int | | getUnsignedMedium(int arg0) | | getUnsignedMedium(int arg0) | | getUnsignedMedium(int arg0) |
|
| public int | | getInt(int arg0) | | getInt(int arg0) | | getInt(int arg0) |
|
| public long | | getUnsignedInt(int arg0) | | getUnsignedInt(int arg0) | | getUnsignedInt(int arg0) |
|
| public long | | getLong(int arg0) | | getLong(int arg0) | | getLong(int arg0) |
|
| public char | | getChar(int arg0) | | getChar(int arg0) | | getChar(int arg0) |
|
| public float | | getFloat(int arg0) | | getFloat(int arg0) | | getFloat(int arg0) |
|
| public double | | getDouble(int arg0) | | getDouble(int arg0) | | getDouble(int arg0) |
|
| public io.netty.buffer.ByteBuf | | getBytes(int arg0, io.netty.buffer.ByteBuf arg1) | | getBytes(int arg0, io.netty.buffer.ByteBuf arg1) | | getBytes(int arg0, io.netty.buffer.ByteBuf arg1) |
|
| public io.netty.buffer.ByteBuf | | getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) | | getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) | | getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) |
|
| public io.netty.buffer.ByteBuf | | getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) | | getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) | | getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) |
|
| public io.netty.buffer.ByteBuf | | getBytes(int arg0, byte[] arg1) | | getBytes(int arg0, byte[] arg1) | | getBytes(int arg0, byte[] arg1) |
|
| public io.netty.buffer.ByteBuf | | getBytes(int arg0, byte[] arg1, int arg2, int arg3) | | getBytes(int arg0, byte[] arg1, int arg2, int arg3) | | getBytes(int arg0, byte[] arg1, int arg2, int arg3) |
|
| public io.netty.buffer.ByteBuf | |
| public io.netty.buffer.ByteBuf | |
| public int | |
| public io.netty.buffer.ByteBuf | | setBoolean(int arg0, boolean arg1) | | setBoolean(int arg0, boolean arg1) | | setBoolean(int arg0, boolean arg1) |
|
| public io.netty.buffer.ByteBuf | | setByte(int arg0, int arg1) | | setByte(int arg0, int arg1) | | setByte(int arg0, int arg1) |
|
| public io.netty.buffer.ByteBuf | | setShort(int arg0, int arg1) | | setShort(int arg0, int arg1) | | setShort(int arg0, int arg1) |
|
| public io.netty.buffer.ByteBuf | | setMedium(int arg0, int arg1) | | setMedium(int arg0, int arg1) | | setMedium(int arg0, int arg1) |
|
| public io.netty.buffer.ByteBuf | | setInt(int arg0, int arg1) | | setInt(int arg0, int arg1) | | setInt(int arg0, int arg1) |
|
| public io.netty.buffer.ByteBuf | | setLong(int arg0, long arg1) | | setLong(int arg0, long arg1) | | setLong(int arg0, long arg1) |
|
| public io.netty.buffer.ByteBuf | | setChar(int arg0, int arg1) | | setChar(int arg0, int arg1) | | setChar(int arg0, int arg1) |
|
| public io.netty.buffer.ByteBuf | | setFloat(int arg0, float arg1) | | setFloat(int arg0, float arg1) | | setFloat(int arg0, float arg1) |
|
| public io.netty.buffer.ByteBuf | | setDouble(int arg0, double arg1) | | setDouble(int arg0, double arg1) | | setDouble(int arg0, double arg1) |
|
| public io.netty.buffer.ByteBuf | | setBytes(int arg0, io.netty.buffer.ByteBuf arg1) | | setBytes(int arg0, io.netty.buffer.ByteBuf arg1) | | setBytes(int arg0, io.netty.buffer.ByteBuf arg1) |
|
| public io.netty.buffer.ByteBuf | | setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) | | setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) | | setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) |
|
| public io.netty.buffer.ByteBuf | | setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) | | setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) | | setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) |
|
| public io.netty.buffer.ByteBuf | | setBytes(int arg0, byte[] arg1) | | setBytes(int arg0, byte[] arg1) | | setBytes(int arg0, byte[] arg1) |
|
| public io.netty.buffer.ByteBuf | | setBytes(int arg0, byte[] arg1, int arg2, int arg3) | | setBytes(int arg0, byte[] arg1, int arg2, int arg3) | | setBytes(int arg0, byte[] arg1, int arg2, int arg3) |
|
| public io.netty.buffer.ByteBuf | |
| public int | |
| public int | |
| public io.netty.buffer.ByteBuf | | setZero(int arg0, int arg1) | | setZero(int arg0, int arg1) | | setZero(int arg0, int arg1) |
|
| public boolean | | readBoolean() | | readBoolean() | | readBoolean() |
|
| public byte | | readByte() | | readByte() | | readByte() |
|
| public short | | readUnsignedByte() | | readUnsignedByte() | | readUnsignedByte() |
|
| public short | | readShort() | | readShort() | | readShort() |
|
| public int | | readUnsignedShort() | | readUnsignedShort() | | readUnsignedShort() |
|
| public int | | readMedium() | | readMedium() | | readMedium() |
|
| public int | | readUnsignedMedium() | | readUnsignedMedium() | | readUnsignedMedium() |
|
| public int | | readInt() | | readInt() | | readInt() |
|
| public long | | readUnsignedInt() | | readUnsignedInt() | | readUnsignedInt() |
|
| public long | | readLong() | | readLong() | | readLong() |
|
| public char | | readChar() | | readChar() | | readChar() |
|
| public float | | readFloat() | | readFloat() | | readFloat() |
|
| public double | | readDouble() | | readDouble() | | readDouble() |
|
| public io.netty.buffer.ByteBuf | | readBytes(int arg0) | | readBytes(int arg0) | | readBytes(int arg0) |
|
| public io.netty.buffer.ByteBuf | | readSlice(int arg0) | | readSlice(int arg0) | | readSlice(int arg0) |
|
| public io.netty.buffer.ByteBuf | | readBytes(io.netty.buffer.ByteBuf arg0) | | readBytes(io.netty.buffer.ByteBuf arg0) | | readBytes(io.netty.buffer.ByteBuf arg0) |
|
| public io.netty.buffer.ByteBuf | | readBytes(io.netty.buffer.ByteBuf arg0, int arg1) | | readBytes(io.netty.buffer.ByteBuf arg0, int arg1) | | readBytes(io.netty.buffer.ByteBuf arg0, int arg1) |
|
| public io.netty.buffer.ByteBuf | | readBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) | | readBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) | | readBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) |
|
| public io.netty.buffer.ByteBuf | | readBytes(byte[] arg0) | | readBytes(byte[] arg0) | | readBytes(byte[] arg0) |
|
| public io.netty.buffer.ByteBuf | | readBytes(byte[] arg0, int arg1, int arg2) | | readBytes(byte[] arg0, int arg1, int arg2) | | readBytes(byte[] arg0, int arg1, int arg2) |
|
| public io.netty.buffer.ByteBuf | |
| public io.netty.buffer.ByteBuf | |
| public int | |
| public io.netty.buffer.ByteBuf | | skipBytes(int arg0) | | skipBytes(int arg0) | | skipBytes(int arg0) |
|
| public io.netty.buffer.ByteBuf | | writeBoolean(boolean arg0) | | writeBoolean(boolean arg0) | | writeBoolean(boolean arg0) |
|
| public io.netty.buffer.ByteBuf | | writeByte(int arg0) | | writeByte(int arg0) | | writeByte(int arg0) |
|
| public io.netty.buffer.ByteBuf | | writeShort(int arg0) | | writeShort(int arg0) | | writeShort(int arg0) |
|
| public io.netty.buffer.ByteBuf | | writeMedium(int arg0) | | writeMedium(int arg0) | | writeMedium(int arg0) |
|
| public io.netty.buffer.ByteBuf | | writeInt(int arg0) | | writeInt(int arg0) | | writeInt(int arg0) |
|
| public io.netty.buffer.ByteBuf | | writeLong(long arg0) | | writeLong(long arg0) | | writeLong(long arg0) |
|
| public io.netty.buffer.ByteBuf | | writeChar(int arg0) | | writeChar(int arg0) | | writeChar(int arg0) |
|
| public io.netty.buffer.ByteBuf | | writeFloat(float arg0) | | writeFloat(float arg0) | | writeFloat(float arg0) |
|
| public io.netty.buffer.ByteBuf | | writeDouble(double arg0) | | writeDouble(double arg0) | | writeDouble(double arg0) |
|
| public io.netty.buffer.ByteBuf | | writeBytes(io.netty.buffer.ByteBuf arg0) | | writeBytes(io.netty.buffer.ByteBuf arg0) | | writeBytes(io.netty.buffer.ByteBuf arg0) |
|
| public io.netty.buffer.ByteBuf | | writeBytes(io.netty.buffer.ByteBuf arg0, int arg1) | | writeBytes(io.netty.buffer.ByteBuf arg0, int arg1) | | writeBytes(io.netty.buffer.ByteBuf arg0, int arg1) |
|
| public io.netty.buffer.ByteBuf | | writeBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) | | writeBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) | | writeBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) |
|
| public io.netty.buffer.ByteBuf | | writeBytes(byte[] arg0) | | writeBytes(byte[] arg0) | | writeBytes(byte[] arg0) |
|
| public io.netty.buffer.ByteBuf | | writeBytes(byte[] arg0, int arg1, int arg2) | | writeBytes(byte[] arg0, int arg1, int arg2) | | writeBytes(byte[] arg0, int arg1, int arg2) |
|
| public io.netty.buffer.ByteBuf | |
| public int | |
| public int | |
| public io.netty.buffer.ByteBuf | | writeZero(int arg0) | | writeZero(int arg0) | | writeZero(int arg0) |
|
| public int | | indexOf(int arg0, int arg1, byte arg2) | | indexOf(int arg0, int arg1, byte arg2) | | indexOf(int arg0, int arg1, byte arg2) |
|
| public int | | bytesBefore(byte arg0) | | bytesBefore(byte arg0) | | bytesBefore(byte arg0) |
|
| public int | | bytesBefore(int arg0, byte arg1) | | bytesBefore(int arg0, byte arg1) | | bytesBefore(int arg0, byte arg1) |
|
| public int | | bytesBefore(int arg0, int arg1, byte arg2) | | bytesBefore(int arg0, int arg1, byte arg2) | | bytesBefore(int arg0, int arg1, byte arg2) |
|
| public int | | forEachByte(io.netty.buffer.ByteBufProcessor arg0) | | forEachByte(io.netty.buffer.ByteBufProcessor arg0) | | forEachByte(io.netty.buffer.ByteBufProcessor arg0) |
|
| public int | | forEachByte(int arg0, int arg1, io.netty.buffer.ByteBufProcessor arg2) | | forEachByte(int arg0, int arg1, io.netty.buffer.ByteBufProcessor arg2) | | forEachByte(int arg0, int arg1, io.netty.buffer.ByteBufProcessor arg2) |
|
| public int | | forEachByteDesc(io.netty.buffer.ByteBufProcessor arg0) | | forEachByteDesc(io.netty.buffer.ByteBufProcessor arg0) | | forEachByteDesc(io.netty.buffer.ByteBufProcessor arg0) |
|
| public int | | forEachByteDesc(int arg0, int arg1, io.netty.buffer.ByteBufProcessor arg2) | | forEachByteDesc(int arg0, int arg1, io.netty.buffer.ByteBufProcessor arg2) | | forEachByteDesc(int arg0, int arg1, io.netty.buffer.ByteBufProcessor arg2) |
|
| public io.netty.buffer.ByteBuf | |
| public io.netty.buffer.ByteBuf | | copy(int arg0, int arg1) | | copy(int arg0, int arg1) | | copy(int arg0, int arg1) |
|
| public io.netty.buffer.ByteBuf | |
| public io.netty.buffer.ByteBuf | | slice(int arg0, int arg1) | | slice(int arg0, int arg1) | | slice(int arg0, int arg1) |
|
| public io.netty.buffer.ByteBuf | | duplicate() | | duplicate() | | duplicate() |
|
| public int | | nioBufferCount() | | nioBufferCount() | | nioBufferCount() |
|
| public ByteBuffer | | nioBuffer() | | nioBuffer() | | nioBuffer() |
|
| public ByteBuffer | | nioBuffer(int arg0, int arg1) | | nioBuffer(int arg0, int arg1) | | nioBuffer(int arg0, int arg1) |
|
| public ByteBuffer | | internalNioBuffer(int arg0, int arg1) | | internalNioBuffer(int arg0, int arg1) | | internalNioBuffer(int arg0, int arg1) |
|
| public ByteBuffer[] | | nioBuffers() | | nioBuffers() | | nioBuffers() |
|
| public ByteBuffer[] | | nioBuffers(int arg0, int arg1) | | nioBuffers(int arg0, int arg1) | | nioBuffers(int arg0, int arg1) |
|
| public boolean | | hasArray() | | hasArray() | | hasArray() |
|
| public byte[] | |
| public int | | arrayOffset() | | arrayOffset() | | arrayOffset() |
|
| public boolean | | hasMemoryAddress() | | hasMemoryAddress() | | hasMemoryAddress() |
|
| public long | | memoryAddress() | | memoryAddress() | | memoryAddress() |
|
| public String | |
| public String | | toString(int arg0, int arg1, Charset arg2) | | toString(int arg0, int arg1, Charset arg2) | | toString(int arg0, int arg1, Charset arg2) |
|
| public int | | compareTo(io.netty.buffer.ByteBuf arg0) | | compareTo(io.netty.buffer.ByteBuf arg0) | | compareTo(io.netty.buffer.ByteBuf arg0) |
|
| public io.netty.buffer.ByteBuf | | retain(int arg0) | | retain(int arg0) | | retain(int arg0) |
|
| public io.netty.buffer.ByteBuf | |
| public int | |
| public boolean | | release() | | release() | | release() |
|
| public boolean | | release(int arg0) | | release(int arg0) | | release(int arg0) |
|