| public <T> T | | readWithCodecTrusted(com.mojang.serialization.DynamicOps<Tag> ops, com.mojang.serialization.Codec<T> codec) | | 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) | | 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) | | 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) | | 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) | | 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() | | readIntIdList() | | method_34059() | | readIntList() |
|
| public void | | writeIntIdList(it.unimi.dsi.fastutil.ints.IntList ids) | | 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) | | 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> | | readMap(StreamDecoder<? super FriendlyByteBuf, K> keyDecoder, StreamDecoder<? super FriendlyByteBuf, V> valueDecoder) | | readMap(StreamDecoder<? super FriendlyByteBuf, K> keyDecoder, StreamDecoder<? super FriendlyByteBuf, V> valueDecoder) | | method_34067(class_9141<? super class_2540, K> arg0, class_9141<? super class_2540, V> arg1) | | readMap(PacketDecoder<? super PacketByteBuf, K> keyReader, PacketDecoder<? super PacketByteBuf, V> valueReader) |
|
| public <K, V> void | | writeMap(Map<K, V> map, StreamEncoder<? super FriendlyByteBuf, K> keyEncoder, StreamEncoder<? super FriendlyByteBuf, V> valueEncoder) | | 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) | | 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) | | 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> | | readEither(StreamDecoder<? super FriendlyByteBuf, L> leftReader, StreamDecoder<? super FriendlyByteBuf, R> rightReader) | | readEither(StreamDecoder<? super FriendlyByteBuf, L> leftReader, StreamDecoder<? super FriendlyByteBuf, R> rightReader) | | method_70968(class_9141<? super class_2540, L> arg0, class_9141<? super class_2540, R> arg1) | | readEither(PacketDecoder<? super PacketByteBuf, L> leftDecoder, PacketDecoder<? super PacketByteBuf, R> rightDecoder) |
|
| 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) | | 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() | | readByteArray() | | method_10795() | | readByteArray() |
|
| public static byte[] | | readByteArray(io.netty.buffer.ByteBuf input) | | readByteArray(io.netty.buffer.ByteBuf input) | | method_56890(io.netty.buffer.ByteBuf arg0) | | readByteArray(io.netty.buffer.ByteBuf buf) |
|
| public PacketByteBuf | | writeByteArray(byte[] bytes) | | writeByteArray(byte[] bytes) | | method_10813(byte[] arg0) | | writeByteArray(byte[] array) |
|
| public static void | | writeByteArray(io.netty.buffer.ByteBuf output, byte[] bytes) | | 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) | | readByteArray(int maxSize) | | method_10803(int arg0) | | readByteArray(int maxSize) |
|
| public static byte[] | | readByteArray(io.netty.buffer.ByteBuf input, int maxSize) | | 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) | | writeVarIntArray(int[] ints) | | method_10806(int[] arg0) | | writeIntArray(int[] array) |
|
| public int[] | | readVarIntArray() | | readVarIntArray() | | method_10787() | | readIntArray() |
|
| public int[] | | readVarIntArray(int maxSize) | | readVarIntArray(int maxSize) | | method_10799(int arg0) | | readIntArray(int maxSize) |
|
| public PacketByteBuf | | writeLongArray(long[] longs) | | writeLongArray(long[] longs) | | method_10789(long[] arg0) | | writeLongArray(long[] values) |
|
| public static void | | writeLongArray(io.netty.buffer.ByteBuf output, long[] longs) | | 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) | | writeFixedSizeLongArray(long[] longs) | | method_68087(long[] arg0) | | writeFixedLengthLongArray(long[] values) |
|
| public static void | | writeFixedSizeLongArray(io.netty.buffer.ByteBuf output, long[] longs) | | 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() | | readLongArray() | | method_33134() | | readLongArray() |
|
| public long[] | | readFixedSizeLongArray(long[] output) | | readFixedSizeLongArray(long[] output) | | method_68089(long[] arg0) | | readFixedLengthLongArray(long[] values) |
|
| public static long[] | | readLongArray(io.netty.buffer.ByteBuf input) | | 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) | | 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() | | readBlockPos() | | method_10811() | | readBlockPos() |
|
| public static BlockPos | | readBlockPos(io.netty.buffer.ByteBuf input) | | 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) | | 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() | | readChunkPos() | | method_36133() | | readChunkPos() |
|
| public PacketByteBuf | |
| public static ChunkPos | | readChunkPos(io.netty.buffer.ByteBuf input) | | 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) | | 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() | | readGlobalPos() | | method_44117() | | readGlobalPos() |
|
| public void | |
| public org.joml.Vector3f | | readVector3f() | | readVector3f() | | method_49069() | | readVector3f() |
|
| public static org.joml.Vector3f | | readVector3f(io.netty.buffer.ByteBuf input) | | 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) | | 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) | | 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() | | readQuaternion() | | method_49070() | | readQuaternionf() |
|
| public static org.joml.Quaternionf | | readQuaternion(io.netty.buffer.ByteBuf input) | | 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) | | 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) | | 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) | | readEnum(Class<T> clazz) | | method_10818(Class<T> arg0) | | readEnumConstant(Class<T> enumClass) |
|
| public PacketByteBuf | | writeEnum(Enum<?> value) | | writeEnum(Enum<?> value) | | method_10817(Enum<?> arg0) | | writeEnumConstant(Enum<?> instance) |
|
| public <T> T | |
| public <T> PacketByteBuf | |
| public int | | readVarInt() | | readVarInt() | | method_10816() | | readVarInt() |
|
| public long | | readVarLong() | | readVarLong() | | method_10792() | | readVarLong() |
|
| public PacketByteBuf | | writeUUID(UUID uuid) | | writeUUID(UUID uuid) | | method_10797(UUID arg0) | | writeUuid(UUID uuid) |
|
| public static void | | writeUUID(io.netty.buffer.ByteBuf output, UUID uuid) | | 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() | | readUUID() | | method_10790() | | readUuid() |
|
| public static UUID | | readUUID(io.netty.buffer.ByteBuf input) | | readUUID(io.netty.buffer.ByteBuf input) | | method_56344(io.netty.buffer.ByteBuf arg0) | | readUuid(io.netty.buffer.ByteBuf buf) |
|
| public PacketByteBuf | | writeVarInt(int value) | | writeVarInt(int value) | | method_10804(int arg0) | | writeVarInt(int value) |
|
| public PacketByteBuf | | writeVarLong(long value) | | writeVarLong(long value) | | method_10791(long arg0) | | writeVarLong(long value) |
|
| public PacketByteBuf | |
| public static void | | writeNbt(io.netty.buffer.ByteBuf output, Tag tag) | | 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() | | readNbt() | | method_10798() | | readNbt() |
|
| public static NbtCompound | | readNbt(io.netty.buffer.ByteBuf input) | | 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) | | 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() | | readUtf() | | method_19772() | | readString() |
|
| public String | | readUtf(int maxLength) | | readUtf(int maxLength) | | method_10800(int arg0) | | readString(int maxLength) |
|
| public PacketByteBuf | |
| public PacketByteBuf | | writeUtf(String value, int maxLength) | | writeUtf(String value, int maxLength) | | method_10788(String arg0, int arg1) | | writeString(String string, int maxLength) |
|
| public Identifier | | readIdentifier() | | readIdentifier() | | method_10810() | | readIdentifier() |
|
| public PacketByteBuf | |
| public <T> RegistryKey<T> | |
| public void | |
| public <T> RegistryKey<? extends Registry<T>> | | readRegistryKey() | | readRegistryKey() | | method_53006() | | readRegistryRefKey() |
|
| public Instant | | readInstant() | | readInstant() | | method_44118() | | readInstant() |
|
| public void | |
| public PublicKey | | readPublicKey() | | readPublicKey() | | method_44119() | | readPublicKey() |
|
| public PacketByteBuf | |
| public BlockHitResult | | readBlockHitResult() | | readBlockHitResult() | | method_17814() | | readBlockHitResult() |
|
| public void | |
| public BitSet | | readBitSet() | | readBitSet() | | method_33558() | | readBitSet() |
|
| public void | |
| public BitSet | | readFixedBitSet(int size) | | readFixedBitSet(int size) | | method_46254(int arg0) | | readBitSet(int size) |
|
| public void | | writeFixedBitSet(BitSet bitSet, int size) | | 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) | | readContainerId(io.netty.buffer.ByteBuf input) | | method_62787(io.netty.buffer.ByteBuf arg0) | | readSyncId(io.netty.buffer.ByteBuf buf) |
|
| public int | | readContainerId() | | readContainerId() | | method_62788() | | readSyncId() |
|
| public static void | | writeContainerId(io.netty.buffer.ByteBuf output, int id) | | 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) | | writeContainerId(int id) | | method_62786(int arg0) | | writeSyncId(int syncId) |
|
| public boolean | | isContiguous() | | isContiguous() |
|
| public int | | maxFastWritableBytes() | | maxFastWritableBytes() |
|
| public int | |
| public PacketByteBuf | | capacity(int newCapacity) | | capacity(int newCapacity) | | method_52986(int arg0) | | capacity(int arg0) |
|
| public int | | maxCapacity() | | maxCapacity() |
|
| 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 | | readerIndex() | | readerIndex() |
|
| public PacketByteBuf | | readerIndex(int readerIndex) | | readerIndex(int readerIndex) | | method_52988(int arg0) | | readerIndex(int arg0) |
|
| public int | | writerIndex() | | writerIndex() |
|
| public PacketByteBuf | | writerIndex(int writerIndex) | | writerIndex(int writerIndex) | | method_52990(int arg0) | | writerIndex(int arg0) |
|
| public PacketByteBuf | | setIndex(int readerIndex, int writerIndex) | | setIndex(int readerIndex, int writerIndex) | | method_52944(int arg0, int arg1) | | setIndex(int arg0, int arg1) |
|
| public int | | readableBytes() | | readableBytes() |
|
| public int | | writableBytes() | | writableBytes() |
|
| public int | | maxWritableBytes() | | maxWritableBytes() |
|
| public boolean | |
| public boolean | | isReadable(int size) | | isReadable(int size) | | isReadable(int arg0) | | isReadable(int size) |
|
| public boolean | |
| public boolean | | isWritable(int size) | | isWritable(int size) | | isWritable(int arg0) | | isWritable(int size) |
|
| public PacketByteBuf | | clear() | | clear() | | method_52931() | | clear() |
|
| public PacketByteBuf | | markReaderIndex() | | markReaderIndex() | | method_52932() | | markReaderIndex() |
|
| public PacketByteBuf | | resetReaderIndex() | | resetReaderIndex() | | method_52933() | | resetReaderIndex() |
|
| public PacketByteBuf | | markWriterIndex() | | markWriterIndex() | | method_52934() | | markWriterIndex() |
|
| public PacketByteBuf | | resetWriterIndex() | | resetWriterIndex() | | method_52935() | | resetWriterIndex() |
|
| public PacketByteBuf | | discardReadBytes() | | discardReadBytes() | | method_52936() | | discardReadBytes() |
|
| public PacketByteBuf | | discardSomeReadBytes() | | discardSomeReadBytes() | | method_52937() | | discardSomeReadBytes() |
|
| public PacketByteBuf | | ensureWritable(int minWritableBytes) | | ensureWritable(int minWritableBytes) | | method_52992(int arg0) | | ensureWritable(int arg0) |
|
| public int | | ensureWritable(int minWritableBytes, boolean force) | | ensureWritable(int minWritableBytes, boolean force) | | ensureWritable(int arg0, boolean arg1) | | ensureWritable(int minBytes, boolean force) |
|
| public boolean | | getBoolean(int index) | | getBoolean(int index) | | getBoolean(int arg0) | | getBoolean(int index) |
|
| public byte | | getByte(int index) | | getByte(int index) | | getByte(int arg0) | | getByte(int index) |
|
| public short | | getUnsignedByte(int index) | | getUnsignedByte(int index) | | getUnsignedByte(int arg0) | | getUnsignedByte(int index) |
|
| public short | | getShort(int index) | | getShort(int index) | | getShort(int arg0) | | getShort(int index) |
|
| public short | | getShortLE(int index) | | getShortLE(int index) | | getShortLE(int arg0) | | getShortLE(int index) |
|
| public int | | getUnsignedShort(int index) | | getUnsignedShort(int index) | | getUnsignedShort(int arg0) | | getUnsignedShort(int index) |
|
| public int | | getUnsignedShortLE(int index) | | getUnsignedShortLE(int index) | | getUnsignedShortLE(int arg0) | | getUnsignedShortLE(int index) |
|
| public int | | getMedium(int index) | | getMedium(int index) | | getMedium(int arg0) | | getMedium(int index) |
|
| public int | | getMediumLE(int index) | | getMediumLE(int index) | | getMediumLE(int arg0) | | getMediumLE(int index) |
|
| public int | | getUnsignedMedium(int index) | | getUnsignedMedium(int index) | | getUnsignedMedium(int arg0) | | getUnsignedMedium(int index) |
|
| public int | | getUnsignedMediumLE(int index) | | getUnsignedMediumLE(int index) | | getUnsignedMediumLE(int arg0) | | getUnsignedMediumLE(int index) |
|
| public int | | getInt(int index) | | getInt(int index) | | getInt(int arg0) | | getInt(int index) |
|
| public int | | getIntLE(int index) | | getIntLE(int index) | | getIntLE(int arg0) | | getIntLE(int index) |
|
| public long | | getUnsignedInt(int index) | | getUnsignedInt(int index) | | getUnsignedInt(int arg0) | | getUnsignedInt(int index) |
|
| public long | | getUnsignedIntLE(int index) | | getUnsignedIntLE(int index) | | getUnsignedIntLE(int arg0) | | getUnsignedIntLE(int index) |
|
| public long | | getLong(int index) | | getLong(int index) | | getLong(int arg0) | | getLong(int index) |
|
| public long | | getLongLE(int index) | | getLongLE(int index) | | getLongLE(int arg0) | | getLongLE(int index) |
|
| public char | | getChar(int index) | | getChar(int index) | | getChar(int arg0) | | getChar(int index) |
|
| public float | | getFloat(int index) | | getFloat(int index) | | getFloat(int arg0) | | getFloat(int index) |
|
| public double | | getDouble(int index) | | getDouble(int index) | | getDouble(int arg0) | | getDouble(int index) |
|
| public PacketByteBuf | | getBytes(int index, io.netty.buffer.ByteBuf dst) | | 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) | | 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) | | 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) | | 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) | | 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 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 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) | | setBoolean(int index, boolean value) | | method_52951(int arg0, boolean arg1) | | setBoolean(int arg0, boolean arg1) |
|
| public PacketByteBuf | | setByte(int index, int value) | | setByte(int index, int value) | | method_52966(int arg0, int arg1) | | setByte(int arg0, int arg1) |
|
| public PacketByteBuf | | setShort(int index, int value) | | setShort(int index, int value) | | method_52981(int arg0, int arg1) | | setShort(int arg0, int arg1) |
|
| public PacketByteBuf | | setShortLE(int index, int value) | | setShortLE(int index, int value) | | method_52984(int arg0, int arg1) | | setShortLE(int arg0, int arg1) |
|
| public PacketByteBuf | | setMedium(int index, int value) | | setMedium(int index, int value) | | method_52985(int arg0, int arg1) | | setMedium(int arg0, int arg1) |
|
| public PacketByteBuf | | setMediumLE(int index, int value) | | setMediumLE(int index, int value) | | method_52987(int arg0, int arg1) | | setMediumLE(int arg0, int arg1) |
|
| public PacketByteBuf | | setInt(int index, int value) | | setInt(int index, int value) | | method_52989(int arg0, int arg1) | | setInt(int arg0, int arg1) |
|
| public PacketByteBuf | | setIntLE(int index, int value) | | setIntLE(int index, int value) | | method_52991(int arg0, int arg1) | | setIntLE(int arg0, int arg1) |
|
| public PacketByteBuf | | setLong(int index, long value) | | setLong(int index, long value) | | method_52945(int arg0, long arg1) | | setLong(int arg0, long arg1) |
|
| public PacketByteBuf | | setLongLE(int index, long value) | | setLongLE(int index, long value) | | method_52967(int arg0, long arg1) | | setLongLE(int arg0, long arg1) |
|
| public PacketByteBuf | | setChar(int index, int value) | | setChar(int index, int value) | | method_52993(int arg0, int arg1) | | setChar(int arg0, int arg1) |
|
| public PacketByteBuf | | setFloat(int index, float value) | | setFloat(int index, float value) | | method_52943(int arg0, float arg1) | | setFloat(int arg0, float arg1) |
|
| public PacketByteBuf | | setDouble(int index, double value) | | 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) | | 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) | | 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) | | 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) | | 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) | | 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 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) | | setZero(int index, int length) | | method_52995(int arg0, int arg1) | | setZero(int arg0, int arg1) |
|
| public int | |
| public boolean | | readBoolean() | | readBoolean() |
|
| public byte | |
| public short | | readUnsignedByte() | | readUnsignedByte() |
|
| public short | |
| public short | | readShortLE() | | readShortLE() |
|
| public int | | readUnsignedShort() | | readUnsignedShort() |
|
| public int | | readUnsignedShortLE() | | readUnsignedShortLE() |
|
| public int | |
| public int | | readMediumLE() | | readMediumLE() |
|
| public int | | readUnsignedMedium() | | readUnsignedMedium() |
|
| public int | | readUnsignedMediumLE() | | readUnsignedMediumLE() |
|
| public int | |
| public int | |
| public long | | readUnsignedInt() | | readUnsignedInt() |
|
| public long | | readUnsignedIntLE() | | readUnsignedIntLE() |
|
| public long | |
| public long | |
| public char | |
| public float | |
| public double | |
| public io.netty.buffer.ByteBuf | | readBytes(int length) | | readBytes(int length) | | readBytes(int arg0) | | readBytes(int length) |
|
| public io.netty.buffer.ByteBuf | | readSlice(int length) | | readSlice(int length) | | readSlice(int arg0) | | readSlice(int length) |
|
| public io.netty.buffer.ByteBuf | | readRetainedSlice(int length) | | readRetainedSlice(int length) | | readRetainedSlice(int arg0) | | readRetainedSlice(int length) |
|
| public PacketByteBuf | | readBytes(io.netty.buffer.ByteBuf dst) | | 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) | | 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) | | 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) | | readBytes(byte[] dst) | | method_52979(byte[] arg0) | | readBytes(byte[] arg0) |
|
| public PacketByteBuf | | readBytes(byte[] dst, int dstIndex, int length) | | 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 length, Charset charset) | | readCharSequence(int arg0, Charset arg1) | | readCharSequence(int length, Charset charset) |
|
| public String | | readString(int length, Charset charset) | | readString(int length, Charset charset) |
|
| public int | |
| public PacketByteBuf | | skipBytes(int length) | | skipBytes(int length) | | method_52994(int arg0) | | skipBytes(int arg0) |
|
| public PacketByteBuf | | writeBoolean(boolean value) | | writeBoolean(boolean value) | | method_52964(boolean arg0) | | writeBoolean(boolean arg0) |
|
| public PacketByteBuf | | writeByte(int value) | | writeByte(int value) | | method_52997(int arg0) | | writeByte(int arg0) |
|
| public PacketByteBuf | | writeShort(int value) | | writeShort(int value) | | method_52998(int arg0) | | writeShort(int arg0) |
|
| public PacketByteBuf | | writeShortLE(int value) | | writeShortLE(int value) | | method_52999(int arg0) | | writeShortLE(int arg0) |
|
| public PacketByteBuf | | writeMedium(int value) | | writeMedium(int value) | | method_53000(int arg0) | | writeMedium(int arg0) |
|
| public PacketByteBuf | | writeMediumLE(int value) | | writeMediumLE(int value) | | method_53001(int arg0) | | writeMediumLE(int arg0) |
|
| public PacketByteBuf | | writeInt(int value) | | writeInt(int value) | | method_53002(int arg0) | | writeInt(int arg0) |
|
| public PacketByteBuf | | writeIntLE(int value) | | writeIntLE(int value) | | method_53003(int arg0) | | writeIntLE(int arg0) |
|
| public PacketByteBuf | | writeLong(long value) | | writeLong(long value) | | method_52974(long arg0) | | writeLong(long arg0) |
|
| public PacketByteBuf | | writeLongLE(long value) | | writeLongLE(long value) | | method_52982(long arg0) | | writeLongLE(long arg0) |
|
| public PacketByteBuf | | writeChar(int value) | | writeChar(int value) | | method_53004(int arg0) | | writeChar(int arg0) |
|
| public PacketByteBuf | | writeFloat(float value) | | writeFloat(float value) | | method_52941(float arg0) | | writeFloat(float arg0) |
|
| public PacketByteBuf | | writeDouble(double value) | | writeDouble(double value) | | method_52940(double arg0) | | writeDouble(double arg0) |
|
| public PacketByteBuf | | writeBytes(io.netty.buffer.ByteBuf src) | | 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) | | 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) | | 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) | | writeBytes(byte[] src) | | method_52983(byte[] arg0) | | writeBytes(byte[] arg0) |
|
| public PacketByteBuf | | writeBytes(byte[] src, int srcIndex, int length) | | 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) | | writeZero(int length) | | method_53005(int arg0) | | writeZero(int arg0) |
|
| public int | |
| public int | | indexOf(int fromIndex, int toIndex, byte value) | | 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 value) | | bytesBefore(byte arg0) | | bytesBefore(byte value) |
|
| public int | | bytesBefore(int length, byte value) | | 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 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 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 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 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 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 index, int length) | | copy(int arg0, int arg1) | | copy(int index, int length) |
|
| public io.netty.buffer.ByteBuf | |
| public io.netty.buffer.ByteBuf | | retainedSlice() | | retainedSlice() |
|
| public io.netty.buffer.ByteBuf | | slice(int index, int length) | | 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 index, int length) | | retainedSlice(int arg0, int arg1) | | retainedSlice(int index, int length) |
|
| public io.netty.buffer.ByteBuf | |
| public io.netty.buffer.ByteBuf | | retainedDuplicate() | | retainedDuplicate() |
|
| public int | | nioBufferCount() | | nioBufferCount() |
|
| public ByteBuffer | |
| public ByteBuffer | | nioBuffer(int index, int length) | | nioBuffer(int index, int length) | | nioBuffer(int arg0, int arg1) | | nioBuffer(int index, int length) |
|
| public ByteBuffer | | internalNioBuffer(int index, int length) | | 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 index, int length) | | nioBuffers(int arg0, int arg1) | | nioBuffers(int index, int length) |
|
| public boolean | |
| public byte[] | |
| public int | | arrayOffset() | | arrayOffset() |
|
| public boolean | | hasMemoryAddress() | | hasMemoryAddress() |
|
| public long | | memoryAddress() | | memoryAddress() |
|
| public String | |
| public String | | toString(int index, int length, Charset charset) | | 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 buffer) | | compareTo(io.netty.buffer.ByteBuf arg0) | | compareTo(io.netty.buffer.ByteBuf arg0) |
|
| public PacketByteBuf | | retain(int increment) | | retain(int increment) | | method_53007(int arg0) | | retain(int arg0) |
|
| public PacketByteBuf | | retain() | | retain() | | method_52938() | | retain() |
|
| public PacketByteBuf | | touch() | | touch() | | method_52939() | | touch() |
|
| public PacketByteBuf | |
| public int | |
| public boolean | |
| public boolean | | release(int decrement) | | release(int decrement) | | release(int arg0) | | release(int decrement) |
|