- generateKeyPair() - Static method in class net.raphimc.netminecraft.netty.crypto.CryptUtil
-
- generateSecretKey() - Static method in class net.raphimc.netminecraft.netty.crypto.CryptUtil
-
- getAddress() - Method in class net.raphimc.netminecraft.util.ServerAddress
-
- getBoolean(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a boolean at the specified absolute (@code index) in this buffer.
- getById(int) - Static method in enum net.raphimc.netminecraft.constants.ConnectionState
-
- getByte(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a byte at the specified absolute index in this buffer.
- getBytes(int, ByteBuf) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index until the destination becomes
non-writable.
- getBytes(int, ByteBuf, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index.
- getBytes(int, ByteBuf, int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index.
- getBytes(int, byte[]) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index.
- getBytes(int, byte[], int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index.
- getBytes(int, ByteBuffer) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index until the destination's position
reaches its limit.
- getBytes(int, OutputStream, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified stream starting at the
specified absolute index.
- getBytes(int, GatheringByteChannel, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified channel starting at the
specified absolute index.
- getBytes(int, FileChannel, long, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data starting at the specified absolute index
to the specified channel starting at the given file position.
- getBytesRead() - Method in class net.raphimc.netminecraft.netty.sizer.VarIntByteDecoder
-
- getChannel() - Method in class net.raphimc.netminecraft.netty.connection.NetClient
-
- getChannel() - Method in class net.raphimc.netminecraft.netty.connection.NetServer
-
- getChannelFuture() - Method in class net.raphimc.netminecraft.netty.connection.NetClient
-
- getChannelFuture() - Method in class net.raphimc.netminecraft.netty.connection.NetServer
-
- getChar(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 2-byte UTF-16 character at the specified absolute
index in this buffer.
- getCharSequence(int, int, Charset) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a CharSequence with the given length at the given index.
- getDecryptOutputSize(int) - Method in class net.raphimc.netminecraft.netty.crypto.AESEncryption
-
- getDirection() - Method in enum net.raphimc.netminecraft.constants.MCPackets
-
- getDouble(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 64-bit floating point number at the specified absolute
index in this buffer.
- getEncryptOutputSize(int) - Method in class net.raphimc.netminecraft.netty.crypto.AESEncryption
-
- getFloat(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 32-bit floating point number at the specified absolute
index in this buffer.
- getId() - Method in enum net.raphimc.netminecraft.constants.ConnectionState
-
- getId(int) - Method in enum net.raphimc.netminecraft.constants.MCPackets
-
- getIdByPacket(Class<? extends IPacket>) - Method in class net.raphimc.netminecraft.packet.registry.PacketRegistry
-
- getInt(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 32-bit integer at the specified absolute index in
this buffer.
- getIntLE(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 32-bit integer at the specified absolute index in
this buffer with Little Endian Byte Order.
- getLong(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 64-bit long integer at the specified absolute index in
this buffer.
- getLongLE(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 64-bit long integer at the specified absolute index in
this buffer in Little Endian Byte Order.
- getMedium(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 24-bit medium integer at the specified absolute index in
this buffer.
- getMediumLE(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 24-bit medium integer at the specified absolute index in
this buffer in the Little Endian Byte Order.
- getPacket(ConnectionState, PacketDirection, int, int) - Static method in enum net.raphimc.netminecraft.constants.MCPackets
-
- getPacketById(int) - Method in class net.raphimc.netminecraft.packet.registry.PacketRegistry
-
- getPort() - Method in class net.raphimc.netminecraft.util.ServerAddress
-
- getRawAddress() - Method in class net.raphimc.netminecraft.util.ServerAddress
-
- getReadVarint() - Method in class net.raphimc.netminecraft.netty.sizer.VarIntByteDecoder
-
- getResult() - Method in class net.raphimc.netminecraft.netty.sizer.VarIntByteDecoder
-
- getShort(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 16-bit short integer at the specified absolute index in
this buffer.
- getShortLE(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 16-bit short integer at the specified absolute index in
this buffer in Little Endian Byte Order.
- getState() - Method in enum net.raphimc.netminecraft.constants.MCPackets
-
- getTargetClassByPacket(Class<? extends IPacket>) - Method in class net.raphimc.netminecraft.packet.registry.PacketRegistry
-
- getUnsignedByte(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned byte at the specified absolute index in this
buffer.
- getUnsignedInt(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 32-bit integer at the specified absolute index
in this buffer.
- getUnsignedIntLE(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 32-bit integer at the specified absolute index
in this buffer in Little Endian Byte Order.
- getUnsignedMedium(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 24-bit medium integer at the specified absolute
index in this buffer.
- getUnsignedMediumLE(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 24-bit medium integer at the specified absolute
index in this buffer in Little Endian Byte Order.
- getUnsignedShort(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 16-bit short integer at the specified absolute
index in this buffer.
- getUnsignedShortLE(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 16-bit short integer at the specified absolute
index in this buffer in Little Endian Byte Order.
- getValue() - Method in class net.raphimc.netminecraft.util.LazyLoadBase
-
- getVarIntLength(int) - Static method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns the number of bytes needed to encode
value as a
var int.
- read(PacketByteBuf) - Method in interface net.raphimc.netminecraft.packet.IPacket
-
- read(PacketByteBuf) - Method in class net.raphimc.netminecraft.packet.UnknownPacket
-
- readableBytes() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns the number of readable bytes which is equal to
(this.writerIndex - this.readerIndex).
- readBoolean() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a boolean at the current readerIndex and increases
the readerIndex by 1 in this buffer.
- readByte() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a byte at the current readerIndex and increases
the readerIndex by 1 in this buffer.
- readByteArray() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Reads an array of primitive bytes from this buf.
- readByteArray(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Reads an array of primitive bytes from this buf.
- readBytes(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to a newly created buffer starting at
the current readerIndex and increases the readerIndex
by the number of the transferred bytes (= length).
- readBytes(ByteBuf) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex until the destination becomes
non-writable, and increases the readerIndex by the number of the
transferred bytes.
- readBytes(ByteBuf, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex and increases the readerIndex
by the number of the transferred bytes (= length).
- readBytes(ByteBuf, int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex and increases the readerIndex
by the number of the transferred bytes (= length).
- readBytes(byte[]) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex and increases the readerIndex
by the number of the transferred bytes (= dst.length).
- readBytes(byte[], int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex and increases the readerIndex
by the number of the transferred bytes (= length).
- readBytes(ByteBuffer) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex until the destination's position
reaches its limit, and increases the readerIndex by the
number of the transferred bytes.
- readBytes(OutputStream, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified stream starting at the
current readerIndex.
- readBytes(GatheringByteChannel, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data to the specified stream starting at the
current readerIndex.
- readBytes(FileChannel, long, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers this buffer's data starting at the current readerIndex
to the specified channel starting at the given file position.
- readChar() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 2-byte UTF-16 character at the current readerIndex
and increases the readerIndex by 2 in this buffer.
- readCharSequence(int, Charset) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a CharSequence with the given length at the current readerIndex
and increases the readerIndex by the given length.
- readDouble() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 64-bit floating point number at the current readerIndex
and increases the readerIndex by 8 in this buffer.
- readerIndex() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns the readerIndex of this buffer.
- readerIndex(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the readerIndex of this buffer.
- readFloat() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 32-bit floating point number at the current readerIndex
and increases the readerIndex by 4 in this buffer.
- readInt() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 32-bit integer at the current readerIndex
and increases the readerIndex by 4 in this buffer.
- readIntArray() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Reads an array of primitive ints from this buf.
- readIntArray(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Reads an array of primitive ints from this buf.
- readIntLE() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 32-bit integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 4 in this buffer.
- readLong() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 64-bit integer at the current readerIndex
and increases the readerIndex by 8 in this buffer.
- readLongArray() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Reads an array of primitive longs from this buf.
- readLongArray(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Reads an array of primitive longs from this buf.
- readLongLE() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 64-bit integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 8 in this buffer.
- readMedium() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 24-bit medium integer at the current readerIndex
and increases the readerIndex by 3 in this buffer.
- readMediumLE() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 24-bit medium integer at the current readerIndex
in the Little Endian Byte Order and increases the
readerIndex by 3 in this buffer.
- readReadableBytes() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
- readRetainedSlice(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns a new retained slice of this buffer's sub-region starting at the current
readerIndex and increases the readerIndex by the size
of the new slice (= length).
- readShort() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 16-bit short integer at the current readerIndex
and increases the readerIndex by 2 in this buffer.
- readShortLE() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets a 16-bit short integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 2 in this buffer.
- readSlice(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns a new slice of this buffer's sub-region starting at the current
readerIndex and increases the readerIndex by the size
of the new slice (= length).
- readString(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Reads a string from this buf.
- readUnsignedByte() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned byte at the current readerIndex and increases
the readerIndex by 1 in this buffer.
- readUnsignedInt() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 32-bit integer at the current readerIndex
and increases the readerIndex by 4 in this buffer.
- readUnsignedIntLE() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 32-bit integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 4 in this buffer.
- readUnsignedMedium() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 24-bit medium integer at the current readerIndex
and increases the readerIndex by 3 in this buffer.
- readUnsignedMediumLE() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 24-bit medium integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 3 in this buffer.
- readUnsignedShort() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 16-bit short integer at the current readerIndex
and increases the readerIndex by 2 in this buffer.
- readUnsignedShortLE() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Gets an unsigned 16-bit short integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 2 in this buffer.
- readUuid() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Reads a UUID (universally unique identifier) from this buf.
- readVarInt() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Reads a single var int from this buf.
- refCnt() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns the reference count of this object.
- registerC2SPacket(int, Supplier<IPacket>) - Method in class net.raphimc.netminecraft.packet.registry.PacketRegistry
-
- registerS2CPacket(int, Supplier<IPacket>) - Method in class net.raphimc.netminecraft.packet.registry.PacketRegistry
-
- release() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Decreases the reference count by 1 and deallocates this object if the reference count reaches at
0.
- release(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Decreases the reference count by the specified decrement and deallocates this object if the reference
count reaches at 0.
- resetReaderIndex() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Repositions the current readerIndex to the marked
readerIndex in this buffer.
- resetWriterIndex() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Repositions the current writerIndex to the marked
writerIndex in this buffer.
- retain(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
- retain() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
- retainedDuplicate() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns a retained buffer which shares the whole region of this buffer.
- retainedSlice() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns a retained slice of this buffer's readable bytes.
- retainedSlice(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns a retained slice of this buffer's sub-region.
- SERVER_EPOLL_CHILD_EVENTLOOP - Static variable in class net.raphimc.netminecraft.util.LazyLoadBase
-
- SERVER_EPOLL_PARENT_EVENTLOOP - Static variable in class net.raphimc.netminecraft.util.LazyLoadBase
-
- SERVER_NIO_CHILD_EVENTLOOP - Static variable in class net.raphimc.netminecraft.util.LazyLoadBase
-
- SERVER_NIO_PARENT_EVENTLOOP - Static variable in class net.raphimc.netminecraft.util.LazyLoadBase
-
- ServerAddress - Class in net.raphimc.netminecraft.util
-
- ServerAddress(String, int) - Constructor for class net.raphimc.netminecraft.util.ServerAddress
-
- setBoolean(int, boolean) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified boolean at the specified absolute index in this
buffer.
- setByte(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified byte at the specified absolute index in this
buffer.
- setBytes(int, ByteBuf) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index until the source buffer becomes
unreadable.
- setBytes(int, ByteBuf, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index.
- setBytes(int, ByteBuf, int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index.
- setBytes(int, byte[]) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source array's data to this buffer starting at
the specified absolute index.
- setBytes(int, byte[], int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source array's data to this buffer starting at
the specified absolute index.
- setBytes(int, ByteBuffer) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index until the source buffer's position
reaches its limit.
- setBytes(int, InputStream, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the content of the specified source stream to this buffer
starting at the specified absolute index.
- setBytes(int, ScatteringByteChannel, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the content of the specified source channel to this buffer
starting at the specified absolute index.
- setBytes(int, FileChannel, long, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the content of the specified source channel starting at the given file position
to this buffer starting at the specified absolute index.
- setChar(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 2-byte UTF-16 character at the specified absolute
index in this buffer.
- setCharSequence(int, CharSequence, Charset) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Writes the specified CharSequence at the current writerIndex and increases
the writerIndex by the written bytes.
- setDaemon(boolean) - Method in class net.raphimc.netminecraft.util.ThreadFactoryBuilder
-
Sets daemon or not for new threads created with this ThreadFactory.
- setDouble(int, double) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 64-bit floating-point number at the specified
absolute index in this buffer.
- setFloat(int, float) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 32-bit floating-point number at the specified
absolute index in this buffer.
- setIndex(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the readerIndex and writerIndex of this buffer
in one shot.
- setInt(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 32-bit integer at the specified absolute
index in this buffer.
- setIntLE(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 32-bit integer at the specified absolute
index in this buffer with Little Endian byte order
.
- setLong(int, long) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 64-bit long integer at the specified absolute
index in this buffer.
- setLongLE(int, long) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 64-bit long integer at the specified absolute
index in this buffer in Little Endian Byte Order.
- setMedium(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 24-bit medium integer at the specified absolute
index in this buffer.
- setMediumLE(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 24-bit medium integer at the specified absolute
index in this buffer in the Little Endian Byte Order.
- setNameFormat(String) - Method in class net.raphimc.netminecraft.util.ThreadFactoryBuilder
-
Sets the naming format to use when naming threads (Thread.setName(java.lang.String)) which are created
with this ThreadFactory.
- setPriority(int) - Method in class net.raphimc.netminecraft.util.ThreadFactoryBuilder
-
Sets the priority for new threads created with this ThreadFactory.
- setShort(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 16-bit short integer at the specified absolute
index in this buffer.
- setShortLE(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 16-bit short integer at the specified absolute
index in this buffer with the Little Endian Byte Order.
- setThreadFactory(ThreadFactory) - Method in class net.raphimc.netminecraft.util.ThreadFactoryBuilder
-
Sets the backing ThreadFactory for new threads created with this ThreadFactory.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class net.raphimc.netminecraft.util.ThreadFactoryBuilder
-
Sets the Thread.UncaughtExceptionHandler for new threads created with this ThreadFactory.
- setZero(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Fills this buffer with NUL (0x00) starting at the specified
absolute index.
- signNonce(PrivateKey, byte[], long) - Static method in class net.raphimc.netminecraft.netty.crypto.CryptUtil
-
- SIZER_HANDLER - Static variable in class net.raphimc.netminecraft.constants.MCPipeline
-
- SIZER_HANDLER_NAME - Static variable in class net.raphimc.netminecraft.constants.MCPipeline
-
- skipBytes(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Increases the current readerIndex by the specified
length in this buffer.
- slice() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns a slice of this buffer's readable bytes.
- slice(int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns a slice of this buffer's sub-region.
- writableBytes() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns the number of writable bytes which is equal to
(this.capacity - this.writerIndex).
- write(PacketByteBuf) - Method in interface net.raphimc.netminecraft.packet.IPacket
-
- write(PacketByteBuf) - Method in class net.raphimc.netminecraft.packet.UnknownPacket
-
- writeBoolean(boolean) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified boolean at the current writerIndex
and increases the writerIndex by 1 in this buffer.
- writeByte(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified byte at the current writerIndex
and increases the writerIndex by 1 in this buffer.
- writeByteArray(byte[]) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Writes an array of primitive bytes to this buf.
- writeBytes(ByteBuf) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex until the source buffer becomes
unreadable, and increases the writerIndex by the number of
the transferred bytes.
- writeBytes(ByteBuf, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex and increases the writerIndex
by the number of the transferred bytes (= length).
- writeBytes(ByteBuf, int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex and increases the writerIndex
by the number of the transferred bytes (= length).
- writeBytes(byte[]) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex and increases the writerIndex
by the number of the transferred bytes (= src.length).
- writeBytes(byte[], int, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex and increases the writerIndex
by the number of the transferred bytes (= length).
- writeBytes(ByteBuffer) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex until the source buffer's position
reaches its limit, and increases the writerIndex by the
number of the transferred bytes.
- writeBytes(InputStream, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the content of the specified stream to this buffer
starting at the current writerIndex and increases the
writerIndex by the number of the transferred bytes.
- writeBytes(ScatteringByteChannel, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the content of the specified channel to this buffer
starting at the current writerIndex and increases the
writerIndex by the number of the transferred bytes.
- writeBytes(FileChannel, long, int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Transfers the content of the specified channel starting at the given file position
to this buffer starting at the current writerIndex and increases the
writerIndex by the number of the transferred bytes.
- writeChar(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 2-byte UTF-16 character at the current
writerIndex and increases the writerIndex by 2
in this buffer.
- writeCharSequence(CharSequence, Charset) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Writes the specified CharSequence at the current writerIndex and increases
the writerIndex by the written bytes.
- writeDouble(double) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 64-bit floating point number at the current
writerIndex and increases the writerIndex by 8
in this buffer.
- writeFloat(float) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 32-bit floating point number at the current
writerIndex and increases the writerIndex by 4
in this buffer.
- writeInt(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 32-bit integer at the current writerIndex
and increases the writerIndex by 4 in this buffer.
- writeIntArray(int[]) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Writes an array of primitive ints to this buf.
- writeIntLE(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 32-bit integer at the current writerIndex
in the Little Endian Byte Order and increases the writerIndex
by 4 in this buffer.
- writeLong(long) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 64-bit long integer at the current
writerIndex and increases the writerIndex by 8
in this buffer.
- writeLongArray(long[]) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Writes an array of primitive longs to this buf.
- writeLongLE(long) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 64-bit long integer at the current
writerIndex in the Little Endian Byte Order and
increases the writerIndex by 8
in this buffer.
- writeMedium(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 24-bit medium integer at the current
writerIndex and increases the writerIndex by 3
in this buffer.
- writeMediumLE(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 24-bit medium integer at the current
writerIndex in the Little Endian Byte Order and
increases the writerIndex by 3 in this
buffer.
- writerIndex() - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Returns the writerIndex of this buffer.
- writerIndex(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the writerIndex of this buffer.
- writeShort(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 16-bit short integer at the current
writerIndex and increases the writerIndex by 2
in this buffer.
- writeShortLE(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Sets the specified 16-bit short integer in the Little Endian Byte
Order at the current writerIndex and increases the
writerIndex by 2 in this buffer.
- writeString(String) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Writes a string to this buf.
- writeUuid(UUID) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Writes a UUID (universally unique identifier) to this buf.
- writeVarInt(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Writes a single var int to this buf.
- writeZero(int) - Method in class net.raphimc.netminecraft.packet.PacketByteBuf
-
Fills this buffer with NUL (0x00) starting at the current
writerIndex and increases the writerIndex by the
specified length.