| public <T> T |
| readWithCodecTrusted(com.mojang.serialization.DynamicOps<Tag> ops, com.mojang.serialization.Codec<T> codec) |
| method_52954(com.mojang.serialization.DynamicOps<class_2520> arg0, com.mojang.serialization.Codec<T> arg1) |
| decode(com.mojang.serialization.DynamicOps<NbtElement> ops, com.mojang.serialization.Codec<T> codec) |
|
| public <T> T |
| readWithCodec(com.mojang.serialization.DynamicOps<Tag> ops, com.mojang.serialization.Codec<T> codec, NbtAccounter accounter) |
| method_29171(com.mojang.serialization.DynamicOps<class_2520> arg0, com.mojang.serialization.Codec<T> arg1, class_2505 arg2) |
| decode(com.mojang.serialization.DynamicOps<NbtElement> ops, com.mojang.serialization.Codec<T> codec, NbtSizeTracker sizeTracker) |
|
| public <T> PacketByteBuf |
| writeWithCodec(com.mojang.serialization.DynamicOps<Tag> ops, com.mojang.serialization.Codec<T> codec, T value) |
| method_29172(com.mojang.serialization.DynamicOps<class_2520> arg0, com.mojang.serialization.Codec<T> arg1, T arg2) |
| encode(com.mojang.serialization.DynamicOps<NbtElement> ops, com.mojang.serialization.Codec<T> codec, T value) |
|
| public <T> T |
| readLenientJsonWithCodec(com.mojang.serialization.Codec<T> codec) |
| method_49394(com.mojang.serialization.Codec<T> arg0) |
| decodeAsJson(com.mojang.serialization.Codec<T> codec) |
|
| public <T> void |
| writeJsonWithCodec(com.mojang.serialization.Codec<T> codec, T value) |
| method_49395(com.mojang.serialization.Codec<T> arg0, T arg1) |
| encodeAsJson(com.mojang.serialization.Codec<T> codec, T value) |
|
| public static <T> IntFunction<T> |
|
| public <T, C extends Collection<T>> C |
|
| public <T> void |
|
| public <T> List<T> |
|
| public it.unimi.dsi.fastutil.ints.IntList |
| readIntIdList() |
| method_34059() |
| readIntList() |
|
| public void |
| writeIntIdList(it.unimi.dsi.fastutil.ints.IntList ids) |
| method_34060(it.unimi.dsi.fastutil.ints.IntList arg0) |
| writeIntList(it.unimi.dsi.fastutil.ints.IntList list) |
|
| public <K, V, M extends Map<K, V>> M |
| readMap(IntFunction<M> ctor, StreamDecoder<? super FriendlyByteBuf, K> keyDecoder, StreamDecoder<? super FriendlyByteBuf, V> valueDecoder) |
| method_34069(IntFunction<M> arg0, class_9141<? super class_2540, K> arg1, class_9141<? super class_2540, V> arg2) |
| readMap(IntFunction<M> mapFactory, PacketDecoder<? super PacketByteBuf, K> keyReader, PacketDecoder<? super PacketByteBuf, V> valueReader) |
|
| public <K, V> Map<K, V> |
|
| public <K, V> void |
| writeMap(Map<K, V> map, StreamEncoder<? super FriendlyByteBuf, K> keyEncoder, StreamEncoder<? super FriendlyByteBuf, V> valueEncoder) |
| method_34063(Map<K, V> arg0, class_9142<? super class_2540, K> arg1, class_9142<? super class_2540, V> arg2) |
| writeMap(Map<K, V> map, PacketEncoder<? super PacketByteBuf, K> keyWriter, PacketEncoder<? super PacketByteBuf, V> valueWriter) |
|
| public void |
|
| public <E extends Enum<E>> void |
|
| public <E extends Enum<E>> EnumSet<E> |
| readEnumSet(Class<E> clazz) |
| method_46251(Class<E> arg0) |
| readEnumSet(Class<E> type) |
|
| public <T> void |
|
| public <T> Optional<T> |
|
| public <L, R> void |
| writeEither(com.mojang.datafixers.util.Either<L, R> value, StreamEncoder<? super FriendlyByteBuf, L> leftWriter, StreamEncoder<? super FriendlyByteBuf, R> rightWriter) |
| method_70966(com.mojang.datafixers.util.Either<L, R> arg0, class_9142<? super class_2540, L> arg1, class_9142<? super class_2540, R> arg2) |
| writeEither(com.mojang.datafixers.util.Either<L, R> either, PacketEncoder<? super PacketByteBuf, L> leftEncoder, PacketEncoder<? super PacketByteBuf, R> rightEncoder) |
|
| public <L, R> com.mojang.datafixers.util.Either<L, R> |
|
| public <T> T |
|
| public static <T, B extends io.netty.buffer.ByteBuf> T |
|
| public <T> void |
|
| public static <T, B extends io.netty.buffer.ByteBuf> void |
| writeNullable(B output, T value, StreamEncoder<? super B, T> valueEncoder) |
| method_56892(B arg0, T arg1, class_9142<? super B, T> arg2) |
| writeNullable(B buf, T value, PacketEncoder<? super B, T> writer) |
|
| public byte[] |
| readByteArray() |
| method_10795() |
| readByteArray() |
|
| public static byte[] |
| readByteArray(io.netty.buffer.ByteBuf input) |
| method_56890(io.netty.buffer.ByteBuf arg0) |
| readByteArray(io.netty.buffer.ByteBuf buf) |
|
| public PacketByteBuf |
| writeByteArray(byte[] bytes) |
| method_10813(byte[] arg0) |
| writeByteArray(byte[] array) |
|
| public static void |
| writeByteArray(io.netty.buffer.ByteBuf output, byte[] bytes) |
| method_56894(io.netty.buffer.ByteBuf arg0, byte[] arg1) |
| writeByteArray(io.netty.buffer.ByteBuf buf, byte[] array) |
|
| public byte[] |
| readByteArray(int maxSize) |
| method_10803(int arg0) |
| readByteArray(int maxSize) |
|
| public static byte[] |
| readByteArray(io.netty.buffer.ByteBuf input, int maxSize) |
| method_56891(io.netty.buffer.ByteBuf arg0, int arg1) |
| readByteArray(io.netty.buffer.ByteBuf buf, int maxSize) |
|
| public PacketByteBuf |
| writeVarIntArray(int[] ints) |
| method_10806(int[] arg0) |
| writeIntArray(int[] array) |
|
| public int[] |
| readVarIntArray() |
| method_10787() |
| readIntArray() |
|
| public int[] |
| readVarIntArray(int maxSize) |
| method_10799(int arg0) |
| readIntArray(int maxSize) |
|
| public PacketByteBuf |
| writeLongArray(long[] longs) |
| method_10789(long[] arg0) |
| writeLongArray(long[] values) |
|
| public static void |
| writeLongArray(io.netty.buffer.ByteBuf output, long[] longs) |
| method_68085(io.netty.buffer.ByteBuf arg0, long[] arg1) |
| writeLongArray(io.netty.buffer.ByteBuf buf, long[] values) |
|
| public PacketByteBuf |
| writeFixedSizeLongArray(long[] longs) |
| method_68087(long[] arg0) |
| writeFixedLengthLongArray(long[] values) |
|
| public static void |
| writeFixedSizeLongArray(io.netty.buffer.ByteBuf output, long[] longs) |
| method_68086(io.netty.buffer.ByteBuf arg0, long[] arg1) |
| writeFixedLengthLongArray(io.netty.buffer.ByteBuf buf, long[] values) |
|
| public long[] |
| readLongArray() |
| method_33134() |
| readLongArray() |
|
| public long[] |
| readFixedSizeLongArray(long[] output) |
| method_68089(long[] arg0) |
| readFixedLengthLongArray(long[] values) |
|
| public static long[] |
| readLongArray(io.netty.buffer.ByteBuf input) |
| method_10801(io.netty.buffer.ByteBuf arg0) |
| readLongArray(io.netty.buffer.ByteBuf buf) |
|
| public static long[] |
| readFixedSizeLongArray(io.netty.buffer.ByteBuf input, long[] output) |
| method_68088(io.netty.buffer.ByteBuf arg0, long[] arg1) |
| readFixedLengthLongArray(io.netty.buffer.ByteBuf buf, long[] values) |
|
| public BlockPos |
| readBlockPos() |
| method_10811() |
| readBlockPos() |
|
| public static BlockPos |
| readBlockPos(io.netty.buffer.ByteBuf input) |
| method_56335(io.netty.buffer.ByteBuf arg0) |
| readBlockPos(io.netty.buffer.ByteBuf buf) |
|
| public PacketByteBuf |
|
| public static void |
| writeBlockPos(io.netty.buffer.ByteBuf output, BlockPos pos) |
| method_56336(io.netty.buffer.ByteBuf arg0, class_2338 arg1) |
| writeBlockPos(io.netty.buffer.ByteBuf buf, BlockPos pos) |
|
| public ChunkPos |
| readChunkPos() |
| method_36133() |
| readChunkPos() |
|
| public PacketByteBuf |
|
| public static ChunkPos |
| readChunkPos(io.netty.buffer.ByteBuf input) |
| method_64264(io.netty.buffer.ByteBuf arg0) |
| readChunkPos(io.netty.buffer.ByteBuf buf) |
|
| public static void |
| writeChunkPos(io.netty.buffer.ByteBuf output, ChunkPos chunkPos) |
| method_64263(io.netty.buffer.ByteBuf arg0, class_1923 arg1) |
| writeChunkPos(io.netty.buffer.ByteBuf buf, ChunkPos pos) |
|
| public GlobalPos |
| readGlobalPos() |
| method_44117() |
| readGlobalPos() |
|
| public void |
|
| public org.joml.Vector3f |
| readVector3f() |
| method_49069() |
| readVector3f() |
|
| public static org.joml.Vector3f |
| readVector3f(io.netty.buffer.ByteBuf input) |
| method_56342(io.netty.buffer.ByteBuf arg0) |
| readVector3f(io.netty.buffer.ByteBuf buf) |
|
| public void |
| writeVector3f(org.joml.Vector3f v) |
| method_49068(org.joml.Vector3f arg0) |
| writeVector3f(org.joml.Vector3f vector3f) |
|
| public static void |
| writeVector3f(io.netty.buffer.ByteBuf output, org.joml.Vector3fc v) |
| method_56339(io.netty.buffer.ByteBuf arg0, org.joml.Vector3fc arg1) |
| writeVector3f(io.netty.buffer.ByteBuf buf, org.joml.Vector3fc vec) |
|
| public org.joml.Quaternionf |
| readQuaternion() |
| method_49070() |
| readQuaternionf() |
|
| public static org.joml.Quaternionf |
| readQuaternion(io.netty.buffer.ByteBuf input) |
| method_56343(io.netty.buffer.ByteBuf arg0) |
| readQuaternionf(io.netty.buffer.ByteBuf buf) |
|
| public void |
| writeQuaternion(org.joml.Quaternionf q) |
| method_49067(org.joml.Quaternionf arg0) |
| writeQuaternionf(org.joml.Quaternionf quaternionf) |
|
| public static void |
| writeQuaternion(io.netty.buffer.ByteBuf output, org.joml.Quaternionfc value) |
| method_56338(io.netty.buffer.ByteBuf arg0, org.joml.Quaternionfc arg1) |
| writeQuaternionf(io.netty.buffer.ByteBuf buf, org.joml.Quaternionfc quaternion) |
|
| public <T extends Enum<T>> T |
| readEnum(Class<T> clazz) |
| method_10818(Class<T> arg0) |
| readEnumConstant(Class<T> enumClass) |
|
| public PacketByteBuf |
| writeEnum(Enum<?> value) |
| method_10817(Enum<?> arg0) |
| writeEnumConstant(Enum<?> instance) |
|
| public <T> T |
|
| public <T> PacketByteBuf |
|
| public int |
| readVarInt() |
| method_10816() |
| readVarInt() |
|
| public long |
| readVarLong() |
| method_10792() |
| readVarLong() |
|
| public PacketByteBuf |
| writeUUID(UUID uuid) |
| method_10797(UUID arg0) |
| writeUuid(UUID uuid) |
|
| public static void |
| writeUUID(io.netty.buffer.ByteBuf output, UUID uuid) |
| method_56337(io.netty.buffer.ByteBuf arg0, UUID arg1) |
| writeUuid(io.netty.buffer.ByteBuf buf, UUID uuid) |
|
| public UUID |
| readUUID() |
| method_10790() |
| readUuid() |
|
| public static UUID |
| readUUID(io.netty.buffer.ByteBuf input) |
| method_56344(io.netty.buffer.ByteBuf arg0) |
| readUuid(io.netty.buffer.ByteBuf buf) |
|
| public PacketByteBuf |
| writeVarInt(int value) |
| method_10804(int arg0) |
| writeVarInt(int value) |
|
| public PacketByteBuf |
| writeVarLong(long value) |
| method_10791(long arg0) |
| writeVarLong(long value) |
|
| public PacketByteBuf |
|
| public static void |
| writeNbt(io.netty.buffer.ByteBuf output, Tag tag) |
| method_56341(io.netty.buffer.ByteBuf arg0, class_2520 arg1) |
| writeNbt(io.netty.buffer.ByteBuf buf, NbtElement nbt) |
|
| public NbtCompound |
| readNbt() |
| method_10798() |
| readNbt() |
|
| public static NbtCompound |
| readNbt(io.netty.buffer.ByteBuf input) |
| method_56345(io.netty.buffer.ByteBuf arg0) |
| readNbt(io.netty.buffer.ByteBuf buf) |
|
| public static NbtElement |
| readNbt(io.netty.buffer.ByteBuf input, NbtAccounter accounter) |
| method_56340(io.netty.buffer.ByteBuf arg0, class_2505 arg1) |
| readNbt(io.netty.buffer.ByteBuf buf, NbtSizeTracker sizeTracker) |
|
| public NbtElement |
|
| public String |
| readUtf() |
| method_19772() |
| readString() |
|
| public String |
| readUtf(int maxLength) |
| method_10800(int arg0) |
| readString(int maxLength) |
|
| public PacketByteBuf |
|
| public PacketByteBuf |
| writeUtf(String value, int maxLength) |
| method_10788(String arg0, int arg1) |
| writeString(String string, int maxLength) |
|
| public Identifier |
| readIdentifier() |
| method_10810() |
| readIdentifier() |
|
| public PacketByteBuf |
|
| public <T> RegistryKey<T> |
|
| public void |
|
| public <T> RegistryKey<? extends Registry<T>> |
| readRegistryKey() |
| method_53006() |
| readRegistryRefKey() |
|
| public Instant |
| readInstant() |
| method_44118() |
| readInstant() |
|
| public void |
|
| public PublicKey |
| readPublicKey() |
| method_44119() |
| readPublicKey() |
|
| public PacketByteBuf |
|
| public BlockHitResult |
| readBlockHitResult() |
| method_17814() |
| readBlockHitResult() |
|
| public void |
|
| public BitSet |
| readBitSet() |
| method_33558() |
| readBitSet() |
|
| public void |
|
| public BitSet |
| readFixedBitSet(int size) |
| method_46254(int arg0) |
| readBitSet(int size) |
|
| public void |
| writeFixedBitSet(BitSet bitSet, int size) |
| method_46252(BitSet arg0, int arg1) |
| writeBitSet(BitSet bitSet, int size) |
|
| public static int |
| readContainerId(io.netty.buffer.ByteBuf input) |
| method_62787(io.netty.buffer.ByteBuf arg0) |
| readSyncId(io.netty.buffer.ByteBuf buf) |
|
| public int |
| readContainerId() |
| method_62788() |
| readSyncId() |
|
| public static void |
| writeContainerId(io.netty.buffer.ByteBuf output, int id) |
| method_62784(io.netty.buffer.ByteBuf arg0, int arg1) |
| writeSyncId(io.netty.buffer.ByteBuf buf, int syncId) |
|
| public void |
| writeContainerId(int id) |
| method_62786(int arg0) |
| writeSyncId(int syncId) |
|
| public boolean |
|
| public int |
|
| public int |
|
| public PacketByteBuf |
| capacity(int newCapacity) |
| method_52986(int arg0) |
| capacity(int arg0) |
|
| public int |
|
| public io.netty.buffer.ByteBufAllocator |
|
| public ByteOrder |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public boolean |
|
| public boolean |
|
| public io.netty.buffer.ByteBuf |
|
| public int |
|
| public PacketByteBuf |
| readerIndex(int readerIndex) |
| method_52988(int arg0) |
| readerIndex(int arg0) |
|
| public int |
|
| public PacketByteBuf |
| writerIndex(int writerIndex) |
| method_52990(int arg0) |
| writerIndex(int arg0) |
|
| public PacketByteBuf |
| setIndex(int readerIndex, int writerIndex) |
| method_52944(int arg0, int arg1) |
| setIndex(int arg0, int arg1) |
|
| public int |
|
| public int |
|
| public int |
|
| public boolean |
|
| public boolean |
| isReadable(int size) |
| isReadable(int arg0) |
| isReadable(int size) |
|
| public boolean |
|
| public boolean |
| isWritable(int size) |
| isWritable(int arg0) |
| isWritable(int size) |
|
| public PacketByteBuf |
| clear() |
| method_52931() |
| clear() |
|
| public PacketByteBuf |
| markReaderIndex() |
| method_52932() |
| markReaderIndex() |
|
| public PacketByteBuf |
| resetReaderIndex() |
| method_52933() |
| resetReaderIndex() |
|
| public PacketByteBuf |
| markWriterIndex() |
| method_52934() |
| markWriterIndex() |
|
| public PacketByteBuf |
| resetWriterIndex() |
| method_52935() |
| resetWriterIndex() |
|
| public PacketByteBuf |
| discardReadBytes() |
| method_52936() |
| discardReadBytes() |
|
| public PacketByteBuf |
| discardSomeReadBytes() |
| method_52937() |
| discardSomeReadBytes() |
|
| public PacketByteBuf |
| ensureWritable(int minWritableBytes) |
| method_52992(int arg0) |
| ensureWritable(int arg0) |
|
| public int |
| ensureWritable(int minWritableBytes, boolean force) |
| ensureWritable(int arg0, boolean arg1) |
| ensureWritable(int minBytes, boolean force) |
|
| public boolean |
| getBoolean(int index) |
| getBoolean(int arg0) |
| getBoolean(int index) |
|
| public byte |
| getByte(int index) |
| getByte(int arg0) |
| getByte(int index) |
|
| public short |
| getUnsignedByte(int index) |
| getUnsignedByte(int arg0) |
| getUnsignedByte(int index) |
|
| public short |
| getShort(int index) |
| getShort(int arg0) |
| getShort(int index) |
|
| public short |
| getShortLE(int index) |
| getShortLE(int arg0) |
| getShortLE(int index) |
|
| public int |
| getUnsignedShort(int index) |
| getUnsignedShort(int arg0) |
| getUnsignedShort(int index) |
|
| public int |
| getUnsignedShortLE(int index) |
| getUnsignedShortLE(int arg0) |
| getUnsignedShortLE(int index) |
|
| public int |
| getMedium(int index) |
| getMedium(int arg0) |
| getMedium(int index) |
|
| public int |
| getMediumLE(int index) |
| getMediumLE(int arg0) |
| getMediumLE(int index) |
|
| public int |
| getUnsignedMedium(int index) |
| getUnsignedMedium(int arg0) |
| getUnsignedMedium(int index) |
|
| public int |
| getUnsignedMediumLE(int index) |
| getUnsignedMediumLE(int arg0) |
| getUnsignedMediumLE(int index) |
|
| public int |
| getInt(int index) |
| getInt(int arg0) |
| getInt(int index) |
|
| public int |
| getIntLE(int index) |
| getIntLE(int arg0) |
| getIntLE(int index) |
|
| public long |
| getUnsignedInt(int index) |
| getUnsignedInt(int arg0) |
| getUnsignedInt(int index) |
|
| public long |
| getUnsignedIntLE(int index) |
| getUnsignedIntLE(int arg0) |
| getUnsignedIntLE(int index) |
|
| public long |
| getLong(int index) |
| getLong(int arg0) |
| getLong(int index) |
|
| public long |
| getLongLE(int index) |
| getLongLE(int arg0) |
| getLongLE(int index) |
|
| public char |
| getChar(int index) |
| getChar(int arg0) |
| getChar(int index) |
|
| public float |
| getFloat(int index) |
| getFloat(int arg0) |
| getFloat(int index) |
|
| public double |
| getDouble(int index) |
| getDouble(int arg0) |
| getDouble(int index) |
|
| public PacketByteBuf |
| getBytes(int index, io.netty.buffer.ByteBuf dst) |
| method_52946(int arg0, io.netty.buffer.ByteBuf arg1) |
| getBytes(int arg0, io.netty.buffer.ByteBuf arg1) |
|
| public PacketByteBuf |
| getBytes(int index, io.netty.buffer.ByteBuf dst, int length) |
| method_52947(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) |
| getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) |
|
| public PacketByteBuf |
| getBytes(int index, io.netty.buffer.ByteBuf dst, int dstIndex, int length) |
| method_52948(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) |
| getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) |
|
| public PacketByteBuf |
| getBytes(int index, byte[] dst) |
| method_52952(int arg0, byte[] arg1) |
| getBytes(int arg0, byte[] arg1) |
|
| public PacketByteBuf |
| getBytes(int index, byte[] dst, int dstIndex, int length) |
| method_52953(int arg0, byte[] arg1, int arg2, int arg3) |
| getBytes(int arg0, byte[] arg1, int arg2, int arg3) |
|
| public PacketByteBuf |
|
| public PacketByteBuf |
|
| public int |
|
| public int |
| getBytes(int index, FileChannel out, long position, int length) |
| getBytes(int arg0, FileChannel arg1, long arg2, int arg3) |
| getBytes(int index, FileChannel channel, long pos, int length) |
|
| public CharSequence |
| getCharSequence(int index, int length, Charset charset) |
| getCharSequence(int arg0, int arg1, Charset arg2) |
| getCharSequence(int index, int length, Charset charset) |
|
| public PacketByteBuf |
| setBoolean(int index, boolean value) |
| method_52951(int arg0, boolean arg1) |
| setBoolean(int arg0, boolean arg1) |
|
| public PacketByteBuf |
| setByte(int index, int value) |
| method_52966(int arg0, int arg1) |
| setByte(int arg0, int arg1) |
|
| public PacketByteBuf |
| setShort(int index, int value) |
| method_52981(int arg0, int arg1) |
| setShort(int arg0, int arg1) |
|
| public PacketByteBuf |
| setShortLE(int index, int value) |
| method_52984(int arg0, int arg1) |
| setShortLE(int arg0, int arg1) |
|
| public PacketByteBuf |
| setMedium(int index, int value) |
| method_52985(int arg0, int arg1) |
| setMedium(int arg0, int arg1) |
|
| public PacketByteBuf |
| setMediumLE(int index, int value) |
| method_52987(int arg0, int arg1) |
| setMediumLE(int arg0, int arg1) |
|
| public PacketByteBuf |
| setInt(int index, int value) |
| method_52989(int arg0, int arg1) |
| setInt(int arg0, int arg1) |
|
| public PacketByteBuf |
| setIntLE(int index, int value) |
| method_52991(int arg0, int arg1) |
| setIntLE(int arg0, int arg1) |
|
| public PacketByteBuf |
| setLong(int index, long value) |
| method_52945(int arg0, long arg1) |
| setLong(int arg0, long arg1) |
|
| public PacketByteBuf |
| setLongLE(int index, long value) |
| method_52967(int arg0, long arg1) |
| setLongLE(int arg0, long arg1) |
|
| public PacketByteBuf |
| setChar(int index, int value) |
| method_52993(int arg0, int arg1) |
| setChar(int arg0, int arg1) |
|
| public PacketByteBuf |
| setFloat(int index, float value) |
| method_52943(int arg0, float arg1) |
| setFloat(int arg0, float arg1) |
|
| public PacketByteBuf |
| setDouble(int index, double value) |
| method_52942(int arg0, double arg1) |
| setDouble(int arg0, double arg1) |
|
| public PacketByteBuf |
| setBytes(int index, io.netty.buffer.ByteBuf src) |
| method_52968(int arg0, io.netty.buffer.ByteBuf arg1) |
| setBytes(int arg0, io.netty.buffer.ByteBuf arg1) |
|
| public PacketByteBuf |
| setBytes(int index, io.netty.buffer.ByteBuf src, int length) |
| method_52969(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) |
| setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) |
|
| public PacketByteBuf |
| setBytes(int index, io.netty.buffer.ByteBuf src, int srcIndex, int length) |
| method_52970(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) |
| setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) |
|
| public PacketByteBuf |
| setBytes(int index, byte[] src) |
| method_52972(int arg0, byte[] arg1) |
| setBytes(int arg0, byte[] arg1) |
|
| public PacketByteBuf |
| setBytes(int index, byte[] src, int srcIndex, int length) |
| method_52973(int arg0, byte[] arg1, int arg2, int arg3) |
| setBytes(int arg0, byte[] arg1, int arg2, int arg3) |
|
| public PacketByteBuf |
|
| public int |
|
| public int |
|
| public int |
| setBytes(int index, FileChannel in, long position, int length) |
| setBytes(int arg0, FileChannel arg1, long arg2, int arg3) |
| setBytes(int index, FileChannel channel, long pos, int length) |
|
| public PacketByteBuf |
| setZero(int index, int length) |
| method_52995(int arg0, int arg1) |
| setZero(int arg0, int arg1) |
|
| public int |
|
| public boolean |
|
| public byte |
|
| public short |
|
| public short |
|
| public short |
|
| public int |
|
| public int |
|
| public int |
|
| public int |
|
| public int |
|
| public int |
|
| public int |
|
| public int |
|
| public long |
|
| public long |
|
| public long |
|
| public long |
|
| public char |
|
| public float |
|
| public double |
|
| public io.netty.buffer.ByteBuf |
| readBytes(int length) |
| readBytes(int arg0) |
| readBytes(int length) |
|
| public io.netty.buffer.ByteBuf |
| readSlice(int length) |
| readSlice(int arg0) |
| readSlice(int length) |
|
| public io.netty.buffer.ByteBuf |
| readRetainedSlice(int length) |
| readRetainedSlice(int arg0) |
| readRetainedSlice(int length) |
|
| public PacketByteBuf |
| readBytes(io.netty.buffer.ByteBuf dst) |
| method_52956(io.netty.buffer.ByteBuf arg0) |
| readBytes(io.netty.buffer.ByteBuf arg0) |
|
| public PacketByteBuf |
| readBytes(io.netty.buffer.ByteBuf dst, int length) |
| method_52957(io.netty.buffer.ByteBuf arg0, int arg1) |
| readBytes(io.netty.buffer.ByteBuf arg0, int arg1) |
|
| public PacketByteBuf |
| readBytes(io.netty.buffer.ByteBuf dst, int dstIndex, int length) |
| method_52958(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) |
| readBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) |
|
| public PacketByteBuf |
| readBytes(byte[] dst) |
| method_52979(byte[] arg0) |
| readBytes(byte[] arg0) |
|
| public PacketByteBuf |
| readBytes(byte[] dst, int dstIndex, int length) |
| method_52965(byte[] arg0, int arg1, int arg2) |
| readBytes(byte[] arg0, int arg1, int arg2) |
|
| public PacketByteBuf |
|
| public PacketByteBuf |
|
| public int |
|
| public CharSequence |
| readCharSequence(int length, Charset charset) |
| readCharSequence(int arg0, Charset arg1) |
| readCharSequence(int length, Charset charset) |
|
| public String |
| readString(int length, Charset charset) |
|
| public int |
|
| public PacketByteBuf |
| skipBytes(int length) |
| method_52994(int arg0) |
| skipBytes(int arg0) |
|
| public PacketByteBuf |
| writeBoolean(boolean value) |
| method_52964(boolean arg0) |
| writeBoolean(boolean arg0) |
|
| public PacketByteBuf |
| writeByte(int value) |
| method_52997(int arg0) |
| writeByte(int arg0) |
|
| public PacketByteBuf |
| writeShort(int value) |
| method_52998(int arg0) |
| writeShort(int arg0) |
|
| public PacketByteBuf |
| writeShortLE(int value) |
| method_52999(int arg0) |
| writeShortLE(int arg0) |
|
| public PacketByteBuf |
| writeMedium(int value) |
| method_53000(int arg0) |
| writeMedium(int arg0) |
|
| public PacketByteBuf |
| writeMediumLE(int value) |
| method_53001(int arg0) |
| writeMediumLE(int arg0) |
|
| public PacketByteBuf |
| writeInt(int value) |
| method_53002(int arg0) |
| writeInt(int arg0) |
|
| public PacketByteBuf |
| writeIntLE(int value) |
| method_53003(int arg0) |
| writeIntLE(int arg0) |
|
| public PacketByteBuf |
| writeLong(long value) |
| method_52974(long arg0) |
| writeLong(long arg0) |
|
| public PacketByteBuf |
| writeLongLE(long value) |
| method_52982(long arg0) |
| writeLongLE(long arg0) |
|
| public PacketByteBuf |
| writeChar(int value) |
| method_53004(int arg0) |
| writeChar(int arg0) |
|
| public PacketByteBuf |
| writeFloat(float value) |
| method_52941(float arg0) |
| writeFloat(float arg0) |
|
| public PacketByteBuf |
| writeDouble(double value) |
| method_52940(double arg0) |
| writeDouble(double arg0) |
|
| public PacketByteBuf |
| writeBytes(io.netty.buffer.ByteBuf src) |
| method_52975(io.netty.buffer.ByteBuf arg0) |
| writeBytes(io.netty.buffer.ByteBuf arg0) |
|
| public PacketByteBuf |
| writeBytes(io.netty.buffer.ByteBuf src, int length) |
| method_52976(io.netty.buffer.ByteBuf arg0, int arg1) |
| writeBytes(io.netty.buffer.ByteBuf arg0, int arg1) |
|
| public PacketByteBuf |
| writeBytes(io.netty.buffer.ByteBuf src, int srcIndex, int length) |
| method_52977(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) |
| writeBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) |
|
| public PacketByteBuf |
| writeBytes(byte[] src) |
| method_52983(byte[] arg0) |
| writeBytes(byte[] arg0) |
|
| public PacketByteBuf |
| writeBytes(byte[] src, int srcIndex, int length) |
| method_52980(byte[] arg0, int arg1, int arg2) |
| writeBytes(byte[] arg0, int arg1, int arg2) |
|
| public PacketByteBuf |
|
| public int |
|
| public int |
|
| public int |
|
| public PacketByteBuf |
| writeZero(int length) |
| method_53005(int arg0) |
| writeZero(int arg0) |
|
| public int |
|
| public int |
| indexOf(int fromIndex, int toIndex, byte value) |
| indexOf(int arg0, int arg1, byte arg2) |
| indexOf(int from, int to, byte value) |
|
| public int |
| bytesBefore(byte value) |
| bytesBefore(byte arg0) |
| bytesBefore(byte value) |
|
| public int |
| bytesBefore(int length, byte value) |
| bytesBefore(int arg0, byte arg1) |
| bytesBefore(int length, byte value) |
|
| public int |
| bytesBefore(int index, int length, byte value) |
| bytesBefore(int arg0, int arg1, byte arg2) |
| bytesBefore(int index, int length, byte value) |
|
| public int |
| forEachByte(io.netty.util.ByteProcessor processor) |
| forEachByte(io.netty.util.ByteProcessor arg0) |
| forEachByte(io.netty.util.ByteProcessor byteProcessor) |
|
| public int |
| forEachByte(int index, int length, io.netty.util.ByteProcessor processor) |
| forEachByte(int arg0, int arg1, io.netty.util.ByteProcessor arg2) |
| forEachByte(int index, int length, io.netty.util.ByteProcessor byteProcessor) |
|
| public int |
| forEachByteDesc(io.netty.util.ByteProcessor processor) |
| forEachByteDesc(io.netty.util.ByteProcessor arg0) |
| forEachByteDesc(io.netty.util.ByteProcessor byteProcessor) |
|
| public int |
| forEachByteDesc(int index, int length, io.netty.util.ByteProcessor processor) |
| forEachByteDesc(int arg0, int arg1, io.netty.util.ByteProcessor arg2) |
| forEachByteDesc(int index, int length, io.netty.util.ByteProcessor byteProcessor) |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
| copy(int index, int length) |
| copy(int arg0, int arg1) |
| copy(int index, int length) |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
| slice(int index, int length) |
| slice(int arg0, int arg1) |
| slice(int index, int length) |
|
| public io.netty.buffer.ByteBuf |
| retainedSlice(int index, int length) |
| retainedSlice(int arg0, int arg1) |
| retainedSlice(int index, int length) |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public int |
|
| public ByteBuffer |
|
| public ByteBuffer |
| nioBuffer(int index, int length) |
| nioBuffer(int arg0, int arg1) |
| nioBuffer(int index, int length) |
|
| public ByteBuffer |
| internalNioBuffer(int index, int length) |
| internalNioBuffer(int arg0, int arg1) |
| internalNioBuffer(int index, int length) |
|
| public ByteBuffer[] |
|
| public ByteBuffer[] |
| nioBuffers(int index, int length) |
| nioBuffers(int arg0, int arg1) |
| nioBuffers(int index, int length) |
|
| public boolean |
|
| public byte[] |
|
| public int |
|
| public boolean |
|
| public long |
|
| public String |
|
| public String |
| toString(int index, int length, Charset charset) |
| toString(int arg0, int arg1, Charset arg2) |
| toString(int index, int length, Charset charset) |
|
| public int |
| compareTo(io.netty.buffer.ByteBuf buffer) |
| compareTo(io.netty.buffer.ByteBuf arg0) |
| compareTo(io.netty.buffer.ByteBuf arg0) |
|
| public PacketByteBuf |
| retain(int increment) |
| method_53007(int arg0) |
| retain(int arg0) |
|
| public PacketByteBuf |
| retain() |
| method_52938() |
| retain() |
|
| public PacketByteBuf |
| touch() |
| method_52939() |
| touch() |
|
| public PacketByteBuf |
|
| public int |
|
| public boolean |
|
| public boolean |
| release(int decrement) |
| release(int arg0) |
| release(int decrement) |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
| retain(int increment) |
| retain(int arg0) |
| retain(int increment) |
|
| public io.netty.buffer.ByteBuf |
| writeZero(int length) |
| writeZero(int arg0) |
| writeZero(int length) |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
| writeBytes(byte[] src, int srcIndex, int length) |
| writeBytes(byte[] arg0, int arg1, int arg2) |
| writeBytes(byte[] bytes, int sourceIndex, int length) |
|
| public io.netty.buffer.ByteBuf |
| writeBytes(byte[] src) |
| writeBytes(byte[] arg0) |
| writeBytes(byte[] bytes) |
|
| public io.netty.buffer.ByteBuf |
| writeBytes(io.netty.buffer.ByteBuf src, int srcIndex, int length) |
| writeBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) |
| writeBytes(io.netty.buffer.ByteBuf buf, int sourceIndex, int length) |
|
| public io.netty.buffer.ByteBuf |
| writeBytes(io.netty.buffer.ByteBuf src, int length) |
| writeBytes(io.netty.buffer.ByteBuf arg0, int arg1) |
| writeBytes(io.netty.buffer.ByteBuf buf, int length) |
|
| public io.netty.buffer.ByteBuf |
| writeBytes(io.netty.buffer.ByteBuf src) |
| writeBytes(io.netty.buffer.ByteBuf arg0) |
| writeBytes(io.netty.buffer.ByteBuf buf) |
|
| public io.netty.buffer.ByteBuf |
| writeDouble(double value) |
| writeDouble(double arg0) |
| writeDouble(double value) |
|
| public io.netty.buffer.ByteBuf |
| writeFloat(float value) |
| writeFloat(float arg0) |
| writeFloat(float value) |
|
| public io.netty.buffer.ByteBuf |
| writeChar(int value) |
| writeChar(int arg0) |
| writeChar(int value) |
|
| public io.netty.buffer.ByteBuf |
| writeLongLE(long value) |
| writeLongLE(long arg0) |
| writeLongLE(long value) |
|
| public io.netty.buffer.ByteBuf |
| writeLong(long value) |
| writeLong(long arg0) |
| writeLong(long value) |
|
| public io.netty.buffer.ByteBuf |
| writeIntLE(int value) |
| writeIntLE(int arg0) |
| writeIntLE(int value) |
|
| public io.netty.buffer.ByteBuf |
| writeInt(int value) |
| writeInt(int arg0) |
| writeInt(int value) |
|
| public io.netty.buffer.ByteBuf |
| writeMediumLE(int value) |
| writeMediumLE(int arg0) |
| writeMediumLE(int value) |
|
| public io.netty.buffer.ByteBuf |
| writeMedium(int value) |
| writeMedium(int arg0) |
| writeMedium(int value) |
|
| public io.netty.buffer.ByteBuf |
| writeShortLE(int value) |
| writeShortLE(int arg0) |
| writeShortLE(int value) |
|
| public io.netty.buffer.ByteBuf |
| writeShort(int value) |
| writeShort(int arg0) |
| writeShort(int value) |
|
| public io.netty.buffer.ByteBuf |
| writeByte(int value) |
| writeByte(int arg0) |
| writeByte(int value) |
|
| public io.netty.buffer.ByteBuf |
| writeBoolean(boolean value) |
| writeBoolean(boolean arg0) |
| writeBoolean(boolean value) |
|
| public io.netty.buffer.ByteBuf |
| skipBytes(int length) |
| skipBytes(int arg0) |
| skipBytes(int length) |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
| readBytes(byte[] dst, int dstIndex, int length) |
| readBytes(byte[] arg0, int arg1, int arg2) |
| readBytes(byte[] bytes, int outputIndex, int length) |
|
| public io.netty.buffer.ByteBuf |
| readBytes(byte[] dst) |
| readBytes(byte[] arg0) |
| readBytes(byte[] bytes) |
|
| public io.netty.buffer.ByteBuf |
| readBytes(io.netty.buffer.ByteBuf dst, int dstIndex, int length) |
| readBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2) |
| readBytes(io.netty.buffer.ByteBuf buf, int outputIndex, int length) |
|
| public io.netty.buffer.ByteBuf |
| readBytes(io.netty.buffer.ByteBuf dst, int length) |
| readBytes(io.netty.buffer.ByteBuf arg0, int arg1) |
| readBytes(io.netty.buffer.ByteBuf buf, int length) |
|
| public io.netty.buffer.ByteBuf |
| readBytes(io.netty.buffer.ByteBuf dst) |
| readBytes(io.netty.buffer.ByteBuf arg0) |
| readBytes(io.netty.buffer.ByteBuf buf) |
|
| public io.netty.buffer.ByteBuf |
| setZero(int index, int length) |
| setZero(int arg0, int arg1) |
| setZero(int index, int length) |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
| setBytes(int index, byte[] src, int srcIndex, int length) |
| setBytes(int arg0, byte[] arg1, int arg2, int arg3) |
| setBytes(int index, byte[] bytes, int sourceIndex, int length) |
|
| public io.netty.buffer.ByteBuf |
| setBytes(int index, byte[] src) |
| setBytes(int arg0, byte[] arg1) |
| setBytes(int index, byte[] bytes) |
|
| public io.netty.buffer.ByteBuf |
| setBytes(int index, io.netty.buffer.ByteBuf src, int srcIndex, int length) |
| setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) |
| setBytes(int index, io.netty.buffer.ByteBuf buf, int sourceIndex, int length) |
|
| public io.netty.buffer.ByteBuf |
| setBytes(int index, io.netty.buffer.ByteBuf src, int length) |
| setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) |
| setBytes(int index, io.netty.buffer.ByteBuf buf, int length) |
|
| public io.netty.buffer.ByteBuf |
| setBytes(int index, io.netty.buffer.ByteBuf src) |
| setBytes(int arg0, io.netty.buffer.ByteBuf arg1) |
| setBytes(int index, io.netty.buffer.ByteBuf buf) |
|
| public io.netty.buffer.ByteBuf |
| setDouble(int index, double value) |
| setDouble(int arg0, double arg1) |
| setDouble(int index, double value) |
|
| public io.netty.buffer.ByteBuf |
| setFloat(int index, float value) |
| setFloat(int arg0, float arg1) |
| setFloat(int index, float value) |
|
| public io.netty.buffer.ByteBuf |
| setChar(int index, int value) |
| setChar(int arg0, int arg1) |
| setChar(int index, int value) |
|
| public io.netty.buffer.ByteBuf |
| setLongLE(int index, long value) |
| setLongLE(int arg0, long arg1) |
| setLongLE(int index, long value) |
|
| public io.netty.buffer.ByteBuf |
| setLong(int index, long value) |
| setLong(int arg0, long arg1) |
| setLong(int index, long value) |
|
| public io.netty.buffer.ByteBuf |
| setIntLE(int index, int value) |
| setIntLE(int arg0, int arg1) |
| setIntLE(int index, int value) |
|
| public io.netty.buffer.ByteBuf |
| setInt(int index, int value) |
| setInt(int arg0, int arg1) |
| setInt(int index, int value) |
|
| public io.netty.buffer.ByteBuf |
| setMediumLE(int index, int value) |
| setMediumLE(int arg0, int arg1) |
| setMediumLE(int index, int value) |
|
| public io.netty.buffer.ByteBuf |
| setMedium(int index, int value) |
| setMedium(int arg0, int arg1) |
| setMedium(int index, int value) |
|
| public io.netty.buffer.ByteBuf |
| setShortLE(int index, int value) |
| setShortLE(int arg0, int arg1) |
| setShortLE(int index, int value) |
|
| public io.netty.buffer.ByteBuf |
| setShort(int index, int value) |
| setShort(int arg0, int arg1) |
| setShort(int index, int value) |
|
| public io.netty.buffer.ByteBuf |
| setByte(int index, int value) |
| setByte(int arg0, int arg1) |
| setByte(int index, int value) |
|
| public io.netty.buffer.ByteBuf |
| setBoolean(int index, boolean value) |
| setBoolean(int arg0, boolean arg1) |
| setBoolean(int index, boolean value) |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
| getBytes(int index, byte[] dst, int dstIndex, int length) |
| getBytes(int arg0, byte[] arg1, int arg2, int arg3) |
| getBytes(int index, byte[] bytes, int outputIndex, int length) |
|
| public io.netty.buffer.ByteBuf |
| getBytes(int index, byte[] dst) |
| getBytes(int arg0, byte[] arg1) |
| getBytes(int index, byte[] bytes) |
|
| public io.netty.buffer.ByteBuf |
| getBytes(int index, io.netty.buffer.ByteBuf dst, int dstIndex, int length) |
| getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3) |
| getBytes(int index, io.netty.buffer.ByteBuf buf, int outputIndex, int length) |
|
| public io.netty.buffer.ByteBuf |
| getBytes(int index, io.netty.buffer.ByteBuf dst, int length) |
| getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2) |
| getBytes(int index, io.netty.buffer.ByteBuf buf, int length) |
|
| public io.netty.buffer.ByteBuf |
| getBytes(int index, io.netty.buffer.ByteBuf dst) |
| getBytes(int arg0, io.netty.buffer.ByteBuf arg1) |
| getBytes(int index, io.netty.buffer.ByteBuf buf) |
|
| public io.netty.buffer.ByteBuf |
| ensureWritable(int minWritableBytes) |
| ensureWritable(int arg0) |
| ensureWritable(int minBytes) |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
|
| public io.netty.buffer.ByteBuf |
| setIndex(int readerIndex, int writerIndex) |
| setIndex(int arg0, int arg1) |
| setIndex(int readerIndex, int writerIndex) |
|
| public io.netty.buffer.ByteBuf |
| writerIndex(int writerIndex) |
| writerIndex(int arg0) |
| writerIndex(int index) |
|
| public io.netty.buffer.ByteBuf |
| readerIndex(int readerIndex) |
| readerIndex(int arg0) |
| readerIndex(int index) |
|
| public io.netty.buffer.ByteBuf |
| capacity(int newCapacity) |
| capacity(int arg0) |
| capacity(int capacity) |
|
| public io.netty.util.ReferenceCounted |
|
| public io.netty.util.ReferenceCounted |
|
| public io.netty.util.ReferenceCounted |
| retain(int increment) |
| retain(int arg0) |
| retain(int increment) |
|
| public io.netty.util.ReferenceCounted |
|
| public int |
|
| private void |
|
| private void |
|
| private void |
|
| private static Object |
|
| private static io.netty.handler.codec.EncoderException |
|
| private static io.netty.handler.codec.DecoderException |
| lambda$readLenientJsonWithCodec$0(String arg0) |
| method_49397(String arg0) |
| method_49397(String error) |
|
| private static io.netty.handler.codec.EncoderException |
|
| private static io.netty.handler.codec.DecoderException |
|