Class PacketByteBuf

java.lang.Object
io.netty.buffer.ByteBuf
net.minecraft.util.PacketByteBuf
All Implemented Interfaces:
ReferenceCounted, Comparable<ByteBuf>

public class PacketByteBuf extends ByteBuf
Mappings:
Namespace Name
official gy
intermediary net/minecraft/class_1967
named net/minecraft/util/PacketByteBuf
  • Field Details

    • parent

      private final ByteBuf parent
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a:Lio/netty/buffer/ByteBuf;
      intermediary field_8455 Lnet/minecraft/class_1967;field_8455:Lio/netty/buffer/ByteBuf;
      named parent Lnet/minecraft/util/PacketByteBuf;parent:Lio/netty/buffer/ByteBuf;
  • Constructor Details

    • PacketByteBuf

      public PacketByteBuf(ByteBuf parent)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lgy;<init>(Lio/netty/buffer/ByteBuf;)V
      intermediary <init> Lnet/minecraft/class_1967;<init>(Lio/netty/buffer/ByteBuf;)V
      named <init> Lnet/minecraft/util/PacketByteBuf;<init>(Lio/netty/buffer/ByteBuf;)V
  • Method Details

    • getVarIntSizeBytes

      public static int getVarIntSizeBytes(int size)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a(I)I
      intermediary method_7420 Lnet/minecraft/class_1967;method_7420(I)I
      named getVarIntSizeBytes Lnet/minecraft/util/PacketByteBuf;getVarIntSizeBytes(I)I
    • writeByteArray

      public PacketByteBuf writeByteArray(byte[] byte2)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a([B)Lgy;
      intermediary method_10607 Lnet/minecraft/class_1967;method_10607([B)Lnet/minecraft/class_1967;
      named writeByteArray Lnet/minecraft/util/PacketByteBuf;writeByteArray([B)Lnet/minecraft/util/PacketByteBuf;
    • readByteArray

      public byte[] readByteArray()
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a()[B
      intermediary method_10600 Lnet/minecraft/class_1967;method_10600()[B
      named readByteArray Lnet/minecraft/util/PacketByteBuf;readByteArray()[B
    • readByteArray

      public byte[] readByteArray(int size)
      Mappings:
      Namespace Name Mixin selector
      official b Lgy;b(I)[B
      intermediary method_12602 Lnet/minecraft/class_1967;method_12602(I)[B
      named readByteArray Lnet/minecraft/util/PacketByteBuf;readByteArray(I)[B
    • writeIntArray

      public PacketByteBuf writeIntArray(int[] intarray)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a([I)Lgy;
      intermediary method_12598 Lnet/minecraft/class_1967;method_12598([I)Lnet/minecraft/class_1967;
      named writeIntArray Lnet/minecraft/util/PacketByteBuf;writeIntArray([I)Lnet/minecraft/util/PacketByteBuf;
    • readIntArray

      public int[] readIntArray()
      Mappings:
      Namespace Name Mixin selector
      official b Lgy;b()[I
      intermediary method_12601 Lnet/minecraft/class_1967;method_12601()[I
      named readIntArray Lnet/minecraft/util/PacketByteBuf;readIntArray()[I
    • readIntArray

      public int[] readIntArray(int size)
      Mappings:
      Namespace Name Mixin selector
      official c Lgy;c(I)[I
      intermediary method_12604 Lnet/minecraft/class_1967;method_12604(I)[I
      named readIntArray Lnet/minecraft/util/PacketByteBuf;readIntArray(I)[I
    • writeLongArray

      public PacketByteBuf writeLongArray(long[] long2)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a([J)Lgy;
      intermediary method_12599 Lnet/minecraft/class_1967;method_12599([J)Lnet/minecraft/class_1967;
      named writeLongArray Lnet/minecraft/util/PacketByteBuf;writeLongArray([J)Lnet/minecraft/util/PacketByteBuf;
    • readLongArray

      @Environment(CLIENT) public long[] readLongArray(@Nullable long[] dest)
      Mappings:
      Namespace Name Mixin selector
      official b Lgy;b([J)[J
      intermediary method_12603 Lnet/minecraft/class_1967;method_12603([J)[J
      named readLongArray Lnet/minecraft/util/PacketByteBuf;readLongArray([J)[J
    • readLongArray

      @Environment(CLIENT) public long[] readLongArray(@Nullable long[] dest, int size)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a([JI)[J
      intermediary method_12600 Lnet/minecraft/class_1967;method_12600([JI)[J
      named readLongArray Lnet/minecraft/util/PacketByteBuf;readLongArray([JI)[J
    • readBlockPos

      public BlockPos readBlockPos()
      Mappings:
      Namespace Name Mixin selector
      official e Lgy;e()Let;
      intermediary method_10609 Lnet/minecraft/class_1967;method_10609()Lnet/minecraft/class_2552;
      named readBlockPos Lnet/minecraft/util/PacketByteBuf;readBlockPos()Lnet/minecraft/util/math/BlockPos;
    • writeBlockPos

      public PacketByteBuf writeBlockPos(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a(Let;)Lgy;
      intermediary method_10601 Lnet/minecraft/class_1967;method_10601(Lnet/minecraft/class_2552;)Lnet/minecraft/class_1967;
      named writeBlockPos Lnet/minecraft/util/PacketByteBuf;writeBlockPos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/PacketByteBuf;
    • readText

      public Text readText()
      Mappings:
      Namespace Name Mixin selector
      official f Lgy;f()Lhh;
      intermediary method_10610 Lnet/minecraft/class_1967;method_10610()Lnet/minecraft/class_1982;
      named readText Lnet/minecraft/util/PacketByteBuf;readText()Lnet/minecraft/text/Text;
    • writeText

      public PacketByteBuf writeText(Text text)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a(Lhh;)Lgy;
      intermediary method_10602 Lnet/minecraft/class_1967;method_10602(Lnet/minecraft/class_1982;)Lnet/minecraft/class_1967;
      named writeText Lnet/minecraft/util/PacketByteBuf;writeText(Lnet/minecraft/text/Text;)Lnet/minecraft/util/PacketByteBuf;
    • readEnumConstant

      public <T extends Enum<T>> T readEnumConstant(Class<T> clazz)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a(Ljava/lang/Class;)Ljava/lang/Enum;
      intermediary method_10603 Lnet/minecraft/class_1967;method_10603(Ljava/lang/Class;)Ljava/lang/Enum;
      named readEnumConstant Lnet/minecraft/util/PacketByteBuf;readEnumConstant(Ljava/lang/Class;)Ljava/lang/Enum;
    • writeEnumConstant

      public PacketByteBuf writeEnumConstant(Enum<?> constant)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a(Ljava/lang/Enum;)Lgy;
      intermediary method_12596 Lnet/minecraft/class_1967;method_12596(Ljava/lang/Enum;)Lnet/minecraft/class_1967;
      named writeEnumConstant Lnet/minecraft/util/PacketByteBuf;writeEnumConstant(Ljava/lang/Enum;)Lnet/minecraft/util/PacketByteBuf;
    • readVarInt

      public int readVarInt()
      Mappings:
      Namespace Name Mixin selector
      official g Lgy;g()I
      intermediary method_7419 Lnet/minecraft/class_1967;method_7419()I
      named readVarInt Lnet/minecraft/util/PacketByteBuf;readVarInt()I
    • readVarLong

      public long readVarLong()
      Mappings:
      Namespace Name Mixin selector
      official h Lgy;h()J
      intermediary method_10611 Lnet/minecraft/class_1967;method_10611()J
      named readVarLong Lnet/minecraft/util/PacketByteBuf;readVarLong()J
    • method_12597

      public PacketByteBuf method_12597(UUID uUID)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a(Ljava/util/UUID;)Lgy;
      intermediary method_12597 Lnet/minecraft/class_1967;method_12597(Ljava/util/UUID;)Lnet/minecraft/class_1967;
      named method_12597 Lnet/minecraft/util/PacketByteBuf;method_12597(Ljava/util/UUID;)Lnet/minecraft/util/PacketByteBuf;
    • readUuid

      public UUID readUuid()
      Mappings:
      Namespace Name Mixin selector
      official i Lgy;i()Ljava/util/UUID;
      intermediary method_10612 Lnet/minecraft/class_1967;method_10612()Ljava/util/UUID;
      named readUuid Lnet/minecraft/util/PacketByteBuf;readUuid()Ljava/util/UUID;
    • writeInteger

      public PacketByteBuf writeInteger(int integer)
      Mappings:
      Namespace Name Mixin selector
      official d Lgy;d(I)Lgy;
      intermediary method_7425 Lnet/minecraft/class_1967;method_7425(I)Lnet/minecraft/class_1967;
      named writeInteger Lnet/minecraft/util/PacketByteBuf;writeInteger(I)Lnet/minecraft/util/PacketByteBuf;
    • method_10608

      public PacketByteBuf method_10608(long long2)
      Mappings:
      Namespace Name Mixin selector
      official b Lgy;b(J)Lgy;
      intermediary method_10608 Lnet/minecraft/class_1967;method_10608(J)Lnet/minecraft/class_1967;
      named method_10608 Lnet/minecraft/util/PacketByteBuf;method_10608(J)Lnet/minecraft/util/PacketByteBuf;
    • writeNbtCompound

      public PacketByteBuf writeNbtCompound(@Nullable NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a(Lfy;)Lgy;
      intermediary method_12595 Lnet/minecraft/class_1967;method_12595(Lnet/minecraft/class_322;)Lnet/minecraft/class_1967;
      named writeNbtCompound Lnet/minecraft/util/PacketByteBuf;writeNbtCompound(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/util/PacketByteBuf;
    • readNbtCompound

      @Nullable public NbtCompound readNbtCompound()
      Mappings:
      Namespace Name Mixin selector
      official j Lgy;j()Lfy;
      intermediary method_7424 Lnet/minecraft/class_1967;method_7424()Lnet/minecraft/class_322;
      named readNbtCompound Lnet/minecraft/util/PacketByteBuf;readNbtCompound()Lnet/minecraft/nbt/NbtCompound;
    • writeItemStack

      public PacketByteBuf writeItemStack(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a(Laip;)Lgy;
      intermediary method_7421 Lnet/minecraft/class_1967;method_7421(Lnet/minecraft/class_1071;)Lnet/minecraft/class_1967;
      named writeItemStack Lnet/minecraft/util/PacketByteBuf;writeItemStack(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/util/PacketByteBuf;
    • readItemStack

      public ItemStack readItemStack()
      Mappings:
      Namespace Name Mixin selector
      official k Lgy;k()Laip;
      intermediary method_7426 Lnet/minecraft/class_1967;method_7426()Lnet/minecraft/class_1071;
      named readItemStack Lnet/minecraft/util/PacketByteBuf;readItemStack()Lnet/minecraft/item/ItemStack;
    • readString

      public String readString(int i)
      Mappings:
      Namespace Name Mixin selector
      official e Lgy;e(I)Ljava/lang/String;
      intermediary method_7427 Lnet/minecraft/class_1967;method_7427(I)Ljava/lang/String;
      named readString Lnet/minecraft/util/PacketByteBuf;readString(I)Ljava/lang/String;
    • writeString

      public PacketByteBuf writeString(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a(Ljava/lang/String;)Lgy;
      intermediary method_10605 Lnet/minecraft/class_1967;method_10605(Ljava/lang/String;)Lnet/minecraft/class_1967;
      named writeString Lnet/minecraft/util/PacketByteBuf;writeString(Ljava/lang/String;)Lnet/minecraft/util/PacketByteBuf;
    • readIdentifier

      public Identifier readIdentifier()
      Mappings:
      Namespace Name Mixin selector
      official l Lgy;l()Lnf;
      intermediary method_14781 Lnet/minecraft/class_1967;method_14781()Lnet/minecraft/class_1653;
      named readIdentifier Lnet/minecraft/util/PacketByteBuf;readIdentifier()Lnet/minecraft/util/Identifier;
    • writeIdentifier

      public PacketByteBuf writeIdentifier(Identifier id)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a(Lnf;)Lgy;
      intermediary method_14780 Lnet/minecraft/class_1967;method_14780(Lnet/minecraft/class_1653;)Lnet/minecraft/class_1967;
      named writeIdentifier Lnet/minecraft/util/PacketByteBuf;writeIdentifier(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/PacketByteBuf;
    • readDate

      public Date readDate()
      Mappings:
      Namespace Name Mixin selector
      official m Lgy;m()Ljava/util/Date;
      intermediary method_14782 Lnet/minecraft/class_1967;method_14782()Ljava/util/Date;
      named readDate Lnet/minecraft/util/PacketByteBuf;readDate()Ljava/util/Date;
    • writeDate

      public PacketByteBuf writeDate(Date date)
      Mappings:
      Namespace Name Mixin selector
      official a Lgy;a(Ljava/util/Date;)Lgy;
      intermediary method_14779 Lnet/minecraft/class_1967;method_14779(Ljava/util/Date;)Lnet/minecraft/class_1967;
      named writeDate Lnet/minecraft/util/PacketByteBuf;writeDate(Ljava/util/Date;)Lnet/minecraft/util/PacketByteBuf;
    • capacity

      public int capacity()
      Specified by:
      capacity in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official capacity Lgy;capacity()I
      intermediary capacity Lnet/minecraft/class_1967;capacity()I
      named capacity Lnet/minecraft/util/PacketByteBuf;capacity()I
    • capacity

      public ByteBuf capacity(int i)
      Specified by:
      capacity in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official capacity Lgy;capacity(I)Lio/netty/buffer/ByteBuf;
      intermediary capacity Lnet/minecraft/class_1967;capacity(I)Lio/netty/buffer/ByteBuf;
      named capacity Lnet/minecraft/util/PacketByteBuf;capacity(I)Lio/netty/buffer/ByteBuf;
    • maxCapacity

      public int maxCapacity()
      Specified by:
      maxCapacity in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official maxCapacity Lgy;maxCapacity()I
      intermediary maxCapacity Lnet/minecraft/class_1967;maxCapacity()I
      named maxCapacity Lnet/minecraft/util/PacketByteBuf;maxCapacity()I
    • alloc

      public ByteBufAllocator alloc()
      Specified by:
      alloc in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official alloc Lgy;alloc()Lio/netty/buffer/ByteBufAllocator;
      intermediary alloc Lnet/minecraft/class_1967;alloc()Lio/netty/buffer/ByteBufAllocator;
      named alloc Lnet/minecraft/util/PacketByteBuf;alloc()Lio/netty/buffer/ByteBufAllocator;
    • order

      public ByteOrder order()
      Specified by:
      order in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official order Lgy;order()Ljava/nio/ByteOrder;
      intermediary order Lnet/minecraft/class_1967;order()Ljava/nio/ByteOrder;
      named order Lnet/minecraft/util/PacketByteBuf;order()Ljava/nio/ByteOrder;
    • order

      public ByteBuf order(ByteOrder order)
      Specified by:
      order in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official order Lgy;order(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
      intermediary order Lnet/minecraft/class_1967;order(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
      named order Lnet/minecraft/util/PacketByteBuf;order(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
    • unwrap

      public ByteBuf unwrap()
      Specified by:
      unwrap in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official unwrap Lgy;unwrap()Lio/netty/buffer/ByteBuf;
      intermediary unwrap Lnet/minecraft/class_1967;unwrap()Lio/netty/buffer/ByteBuf;
      named unwrap Lnet/minecraft/util/PacketByteBuf;unwrap()Lio/netty/buffer/ByteBuf;
    • isDirect

      public boolean isDirect()
      Specified by:
      isDirect in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official isDirect Lgy;isDirect()Z
      intermediary isDirect Lnet/minecraft/class_1967;isDirect()Z
      named isDirect Lnet/minecraft/util/PacketByteBuf;isDirect()Z
    • isReadOnly

      public boolean isReadOnly()
      Mappings:
      Namespace Name Mixin selector
      official isReadOnly Lgy;isReadOnly()Z
      intermediary isReadOnly Lnet/minecraft/class_1967;isReadOnly()Z
      named isReadOnly Lnet/minecraft/util/PacketByteBuf;isReadOnly()Z
    • asReadOnly

      public ByteBuf asReadOnly()
      Mappings:
      Namespace Name Mixin selector
      official asReadOnly Lgy;asReadOnly()Lio/netty/buffer/ByteBuf;
      intermediary asReadOnly Lnet/minecraft/class_1967;asReadOnly()Lio/netty/buffer/ByteBuf;
      named asReadOnly Lnet/minecraft/util/PacketByteBuf;asReadOnly()Lio/netty/buffer/ByteBuf;
    • readerIndex

      public int readerIndex()
      Specified by:
      readerIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readerIndex Lgy;readerIndex()I
      intermediary readerIndex Lnet/minecraft/class_1967;readerIndex()I
      named readerIndex Lnet/minecraft/util/PacketByteBuf;readerIndex()I
    • readerIndex

      public ByteBuf readerIndex(int i)
      Specified by:
      readerIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readerIndex Lgy;readerIndex(I)Lio/netty/buffer/ByteBuf;
      intermediary readerIndex Lnet/minecraft/class_1967;readerIndex(I)Lio/netty/buffer/ByteBuf;
      named readerIndex Lnet/minecraft/util/PacketByteBuf;readerIndex(I)Lio/netty/buffer/ByteBuf;
    • writerIndex

      public int writerIndex()
      Specified by:
      writerIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writerIndex Lgy;writerIndex()I
      intermediary writerIndex Lnet/minecraft/class_1967;writerIndex()I
      named writerIndex Lnet/minecraft/util/PacketByteBuf;writerIndex()I
    • writerIndex

      public ByteBuf writerIndex(int i)
      Specified by:
      writerIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writerIndex Lgy;writerIndex(I)Lio/netty/buffer/ByteBuf;
      intermediary writerIndex Lnet/minecraft/class_1967;writerIndex(I)Lio/netty/buffer/ByteBuf;
      named writerIndex Lnet/minecraft/util/PacketByteBuf;writerIndex(I)Lio/netty/buffer/ByteBuf;
    • setIndex

      public ByteBuf setIndex(int i, int j)
      Specified by:
      setIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setIndex Lgy;setIndex(II)Lio/netty/buffer/ByteBuf;
      intermediary setIndex Lnet/minecraft/class_1967;setIndex(II)Lio/netty/buffer/ByteBuf;
      named setIndex Lnet/minecraft/util/PacketByteBuf;setIndex(II)Lio/netty/buffer/ByteBuf;
    • readableBytes

      public int readableBytes()
      Specified by:
      readableBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readableBytes Lgy;readableBytes()I
      intermediary readableBytes Lnet/minecraft/class_1967;readableBytes()I
      named readableBytes Lnet/minecraft/util/PacketByteBuf;readableBytes()I
    • writableBytes

      public int writableBytes()
      Specified by:
      writableBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writableBytes Lgy;writableBytes()I
      intermediary writableBytes Lnet/minecraft/class_1967;writableBytes()I
      named writableBytes Lnet/minecraft/util/PacketByteBuf;writableBytes()I
    • maxWritableBytes

      public int maxWritableBytes()
      Specified by:
      maxWritableBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official maxWritableBytes Lgy;maxWritableBytes()I
      intermediary maxWritableBytes Lnet/minecraft/class_1967;maxWritableBytes()I
      named maxWritableBytes Lnet/minecraft/util/PacketByteBuf;maxWritableBytes()I
    • isReadable

      public boolean isReadable()
      Specified by:
      isReadable in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official isReadable Lgy;isReadable()Z
      intermediary isReadable Lnet/minecraft/class_1967;isReadable()Z
      named isReadable Lnet/minecraft/util/PacketByteBuf;isReadable()Z
    • isReadable

      public boolean isReadable(int i)
      Specified by:
      isReadable in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official isReadable Lgy;isReadable(I)Z
      intermediary isReadable Lnet/minecraft/class_1967;isReadable(I)Z
      named isReadable Lnet/minecraft/util/PacketByteBuf;isReadable(I)Z
    • isWritable

      public boolean isWritable()
      Specified by:
      isWritable in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official isWritable Lgy;isWritable()Z
      intermediary isWritable Lnet/minecraft/class_1967;isWritable()Z
      named isWritable Lnet/minecraft/util/PacketByteBuf;isWritable()Z
    • isWritable

      public boolean isWritable(int i)
      Specified by:
      isWritable in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official isWritable Lgy;isWritable(I)Z
      intermediary isWritable Lnet/minecraft/class_1967;isWritable(I)Z
      named isWritable Lnet/minecraft/util/PacketByteBuf;isWritable(I)Z
    • clear

      public ByteBuf clear()
      Specified by:
      clear in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official clear Lgy;clear()Lio/netty/buffer/ByteBuf;
      intermediary clear Lnet/minecraft/class_1967;clear()Lio/netty/buffer/ByteBuf;
      named clear Lnet/minecraft/util/PacketByteBuf;clear()Lio/netty/buffer/ByteBuf;
    • markReaderIndex

      public ByteBuf markReaderIndex()
      Specified by:
      markReaderIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official markReaderIndex Lgy;markReaderIndex()Lio/netty/buffer/ByteBuf;
      intermediary markReaderIndex Lnet/minecraft/class_1967;markReaderIndex()Lio/netty/buffer/ByteBuf;
      named markReaderIndex Lnet/minecraft/util/PacketByteBuf;markReaderIndex()Lio/netty/buffer/ByteBuf;
    • resetReaderIndex

      public ByteBuf resetReaderIndex()
      Specified by:
      resetReaderIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official resetReaderIndex Lgy;resetReaderIndex()Lio/netty/buffer/ByteBuf;
      intermediary resetReaderIndex Lnet/minecraft/class_1967;resetReaderIndex()Lio/netty/buffer/ByteBuf;
      named resetReaderIndex Lnet/minecraft/util/PacketByteBuf;resetReaderIndex()Lio/netty/buffer/ByteBuf;
    • markWriterIndex

      public ByteBuf markWriterIndex()
      Specified by:
      markWriterIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official markWriterIndex Lgy;markWriterIndex()Lio/netty/buffer/ByteBuf;
      intermediary markWriterIndex Lnet/minecraft/class_1967;markWriterIndex()Lio/netty/buffer/ByteBuf;
      named markWriterIndex Lnet/minecraft/util/PacketByteBuf;markWriterIndex()Lio/netty/buffer/ByteBuf;
    • resetWriterIndex

      public ByteBuf resetWriterIndex()
      Specified by:
      resetWriterIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official resetWriterIndex Lgy;resetWriterIndex()Lio/netty/buffer/ByteBuf;
      intermediary resetWriterIndex Lnet/minecraft/class_1967;resetWriterIndex()Lio/netty/buffer/ByteBuf;
      named resetWriterIndex Lnet/minecraft/util/PacketByteBuf;resetWriterIndex()Lio/netty/buffer/ByteBuf;
    • discardReadBytes

      public ByteBuf discardReadBytes()
      Specified by:
      discardReadBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official discardReadBytes Lgy;discardReadBytes()Lio/netty/buffer/ByteBuf;
      intermediary discardReadBytes Lnet/minecraft/class_1967;discardReadBytes()Lio/netty/buffer/ByteBuf;
      named discardReadBytes Lnet/minecraft/util/PacketByteBuf;discardReadBytes()Lio/netty/buffer/ByteBuf;
    • discardSomeReadBytes

      public ByteBuf discardSomeReadBytes()
      Specified by:
      discardSomeReadBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official discardSomeReadBytes Lgy;discardSomeReadBytes()Lio/netty/buffer/ByteBuf;
      intermediary discardSomeReadBytes Lnet/minecraft/class_1967;discardSomeReadBytes()Lio/netty/buffer/ByteBuf;
      named discardSomeReadBytes Lnet/minecraft/util/PacketByteBuf;discardSomeReadBytes()Lio/netty/buffer/ByteBuf;
    • ensureWritable

      public ByteBuf ensureWritable(int int2)
      Specified by:
      ensureWritable in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official ensureWritable Lgy;ensureWritable(I)Lio/netty/buffer/ByteBuf;
      intermediary ensureWritable Lnet/minecraft/class_1967;ensureWritable(I)Lio/netty/buffer/ByteBuf;
      named ensureWritable Lnet/minecraft/util/PacketByteBuf;ensureWritable(I)Lio/netty/buffer/ByteBuf;
    • ensureWritable

      public int ensureWritable(int i, boolean bl)
      Specified by:
      ensureWritable in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official ensureWritable Lgy;ensureWritable(IZ)I
      intermediary ensureWritable Lnet/minecraft/class_1967;ensureWritable(IZ)I
      named ensureWritable Lnet/minecraft/util/PacketByteBuf;ensureWritable(IZ)I
    • getBoolean

      public boolean getBoolean(int i)
      Specified by:
      getBoolean in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBoolean Lgy;getBoolean(I)Z
      intermediary getBoolean Lnet/minecraft/class_1967;getBoolean(I)Z
      named getBoolean Lnet/minecraft/util/PacketByteBuf;getBoolean(I)Z
    • getByte

      public byte getByte(int i)
      Specified by:
      getByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getByte Lgy;getByte(I)B
      intermediary getByte Lnet/minecraft/class_1967;getByte(I)B
      named getByte Lnet/minecraft/util/PacketByteBuf;getByte(I)B
    • getUnsignedByte

      public short getUnsignedByte(int i)
      Specified by:
      getUnsignedByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedByte Lgy;getUnsignedByte(I)S
      intermediary getUnsignedByte Lnet/minecraft/class_1967;getUnsignedByte(I)S
      named getUnsignedByte Lnet/minecraft/util/PacketByteBuf;getUnsignedByte(I)S
    • getShort

      public short getShort(int i)
      Specified by:
      getShort in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getShort Lgy;getShort(I)S
      intermediary getShort Lnet/minecraft/class_1967;getShort(I)S
      named getShort Lnet/minecraft/util/PacketByteBuf;getShort(I)S
    • getShortLE

      public short getShortLE(int int2)
      Mappings:
      Namespace Name Mixin selector
      official getShortLE Lgy;getShortLE(I)S
      intermediary getShortLE Lnet/minecraft/class_1967;getShortLE(I)S
      named getShortLE Lnet/minecraft/util/PacketByteBuf;getShortLE(I)S
    • getUnsignedShort

      public int getUnsignedShort(int i)
      Specified by:
      getUnsignedShort in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedShort Lgy;getUnsignedShort(I)I
      intermediary getUnsignedShort Lnet/minecraft/class_1967;getUnsignedShort(I)I
      named getUnsignedShort Lnet/minecraft/util/PacketByteBuf;getUnsignedShort(I)I
    • getUnsignedShortLE

      public int getUnsignedShortLE(int int2)
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedShortLE Lgy;getUnsignedShortLE(I)I
      intermediary getUnsignedShortLE Lnet/minecraft/class_1967;getUnsignedShortLE(I)I
      named getUnsignedShortLE Lnet/minecraft/util/PacketByteBuf;getUnsignedShortLE(I)I
    • getMedium

      public int getMedium(int i)
      Specified by:
      getMedium in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getMedium Lgy;getMedium(I)I
      intermediary getMedium Lnet/minecraft/class_1967;getMedium(I)I
      named getMedium Lnet/minecraft/util/PacketByteBuf;getMedium(I)I
    • getMediumLE

      public int getMediumLE(int int2)
      Mappings:
      Namespace Name Mixin selector
      official getMediumLE Lgy;getMediumLE(I)I
      intermediary getMediumLE Lnet/minecraft/class_1967;getMediumLE(I)I
      named getMediumLE Lnet/minecraft/util/PacketByteBuf;getMediumLE(I)I
    • getUnsignedMedium

      public int getUnsignedMedium(int i)
      Specified by:
      getUnsignedMedium in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedMedium Lgy;getUnsignedMedium(I)I
      intermediary getUnsignedMedium Lnet/minecraft/class_1967;getUnsignedMedium(I)I
      named getUnsignedMedium Lnet/minecraft/util/PacketByteBuf;getUnsignedMedium(I)I
    • getUnsignedMediumLE

      public int getUnsignedMediumLE(int int2)
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedMediumLE Lgy;getUnsignedMediumLE(I)I
      intermediary getUnsignedMediumLE Lnet/minecraft/class_1967;getUnsignedMediumLE(I)I
      named getUnsignedMediumLE Lnet/minecraft/util/PacketByteBuf;getUnsignedMediumLE(I)I
    • getInt

      public int getInt(int int2)
      Specified by:
      getInt in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getInt Lgy;getInt(I)I
      intermediary getInt Lnet/minecraft/class_1967;getInt(I)I
      named getInt Lnet/minecraft/util/PacketByteBuf;getInt(I)I
    • getIntLE

      public int getIntLE(int int2)
      Mappings:
      Namespace Name Mixin selector
      official getIntLE Lgy;getIntLE(I)I
      intermediary getIntLE Lnet/minecraft/class_1967;getIntLE(I)I
      named getIntLE Lnet/minecraft/util/PacketByteBuf;getIntLE(I)I
    • getUnsignedInt

      public long getUnsignedInt(int i)
      Specified by:
      getUnsignedInt in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedInt Lgy;getUnsignedInt(I)J
      intermediary getUnsignedInt Lnet/minecraft/class_1967;getUnsignedInt(I)J
      named getUnsignedInt Lnet/minecraft/util/PacketByteBuf;getUnsignedInt(I)J
    • getUnsignedIntLE

      public long getUnsignedIntLE(int int2)
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedIntLE Lgy;getUnsignedIntLE(I)J
      intermediary getUnsignedIntLE Lnet/minecraft/class_1967;getUnsignedIntLE(I)J
      named getUnsignedIntLE Lnet/minecraft/util/PacketByteBuf;getUnsignedIntLE(I)J
    • getLong

      public long getLong(int i)
      Specified by:
      getLong in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getLong Lgy;getLong(I)J
      intermediary getLong Lnet/minecraft/class_1967;getLong(I)J
      named getLong Lnet/minecraft/util/PacketByteBuf;getLong(I)J
    • getLongLE

      public long getLongLE(int int2)
      Mappings:
      Namespace Name Mixin selector
      official getLongLE Lgy;getLongLE(I)J
      intermediary getLongLE Lnet/minecraft/class_1967;getLongLE(I)J
      named getLongLE Lnet/minecraft/util/PacketByteBuf;getLongLE(I)J
    • getChar

      public char getChar(int i)
      Specified by:
      getChar in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getChar Lgy;getChar(I)C
      intermediary getChar Lnet/minecraft/class_1967;getChar(I)C
      named getChar Lnet/minecraft/util/PacketByteBuf;getChar(I)C
    • getFloat

      public float getFloat(int i)
      Specified by:
      getFloat in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getFloat Lgy;getFloat(I)F
      intermediary getFloat Lnet/minecraft/class_1967;getFloat(I)F
      named getFloat Lnet/minecraft/util/PacketByteBuf;getFloat(I)F
    • getDouble

      public double getDouble(int int2)
      Specified by:
      getDouble in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getDouble Lgy;getDouble(I)D
      intermediary getDouble Lnet/minecraft/class_1967;getDouble(I)D
      named getDouble Lnet/minecraft/util/PacketByteBuf;getDouble(I)D
    • getBytes

      public ByteBuf getBytes(int int2, ByteBuf byteBuf)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lgy;getBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1967;getBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/util/PacketByteBuf;getBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    • getBytes

      public ByteBuf getBytes(int int2, ByteBuf byteBuf, int int3)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lgy;getBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1967;getBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/util/PacketByteBuf;getBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    • getBytes

      public ByteBuf getBytes(int int2, ByteBuf byteBuf, int int3, int int4)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lgy;getBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1967;getBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/util/PacketByteBuf;getBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    • getBytes

      public ByteBuf getBytes(int int2, byte[] byte2)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lgy;getBytes(I[B)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1967;getBytes(I[B)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/util/PacketByteBuf;getBytes(I[B)Lio/netty/buffer/ByteBuf;
    • getBytes

      public ByteBuf getBytes(int i, byte[] bytes, int j, int k)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lgy;getBytes(I[BII)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1967;getBytes(I[BII)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/util/PacketByteBuf;getBytes(I[BII)Lio/netty/buffer/ByteBuf;
    • getBytes

      public ByteBuf getBytes(int int2, ByteBuffer byteBuffer)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lgy;getBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1967;getBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/util/PacketByteBuf;getBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    • getBytes

      public ByteBuf getBytes(int int2, OutputStream outputStream, int int3) throws IOException
      Specified by:
      getBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lgy;getBytes(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1967;getBytes(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/util/PacketByteBuf;getBytes(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
    • getBytes

      public int getBytes(int int2, GatheringByteChannel gatheringByteChannel, int int3) throws IOException
      Specified by:
      getBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lgy;getBytes(ILjava/nio/channels/GatheringByteChannel;I)I
      intermediary getBytes Lnet/minecraft/class_1967;getBytes(ILjava/nio/channels/GatheringByteChannel;I)I
      named getBytes Lnet/minecraft/util/PacketByteBuf;getBytes(ILjava/nio/channels/GatheringByteChannel;I)I
    • getBytes

      public int getBytes(int int2, FileChannel fileChannel, long long2, int int3) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lgy;getBytes(ILjava/nio/channels/FileChannel;JI)I
      intermediary getBytes Lnet/minecraft/class_1967;getBytes(ILjava/nio/channels/FileChannel;JI)I
      named getBytes Lnet/minecraft/util/PacketByteBuf;getBytes(ILjava/nio/channels/FileChannel;JI)I
    • getCharSequence

      public CharSequence getCharSequence(int int2, int int3, Charset charset)
      Mappings:
      Namespace Name Mixin selector
      official getCharSequence Lgy;getCharSequence(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
      intermediary getCharSequence Lnet/minecraft/class_1967;getCharSequence(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
      named getCharSequence Lnet/minecraft/util/PacketByteBuf;getCharSequence(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
    • setBoolean

      public ByteBuf setBoolean(int i, boolean bl)
      Specified by:
      setBoolean in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBoolean Lgy;setBoolean(IZ)Lio/netty/buffer/ByteBuf;
      intermediary setBoolean Lnet/minecraft/class_1967;setBoolean(IZ)Lio/netty/buffer/ByteBuf;
      named setBoolean Lnet/minecraft/util/PacketByteBuf;setBoolean(IZ)Lio/netty/buffer/ByteBuf;
    • setByte

      public ByteBuf setByte(int i, int j)
      Specified by:
      setByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setByte Lgy;setByte(II)Lio/netty/buffer/ByteBuf;
      intermediary setByte Lnet/minecraft/class_1967;setByte(II)Lio/netty/buffer/ByteBuf;
      named setByte Lnet/minecraft/util/PacketByteBuf;setByte(II)Lio/netty/buffer/ByteBuf;
    • setShort

      public ByteBuf setShort(int i, int j)
      Specified by:
      setShort in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setShort Lgy;setShort(II)Lio/netty/buffer/ByteBuf;
      intermediary setShort Lnet/minecraft/class_1967;setShort(II)Lio/netty/buffer/ByteBuf;
      named setShort Lnet/minecraft/util/PacketByteBuf;setShort(II)Lio/netty/buffer/ByteBuf;
    • setShortLE

      public ByteBuf setShortLE(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official setShortLE Lgy;setShortLE(II)Lio/netty/buffer/ByteBuf;
      intermediary setShortLE Lnet/minecraft/class_1967;setShortLE(II)Lio/netty/buffer/ByteBuf;
      named setShortLE Lnet/minecraft/util/PacketByteBuf;setShortLE(II)Lio/netty/buffer/ByteBuf;
    • setMedium

      public ByteBuf setMedium(int i, int j)
      Specified by:
      setMedium in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setMedium Lgy;setMedium(II)Lio/netty/buffer/ByteBuf;
      intermediary setMedium Lnet/minecraft/class_1967;setMedium(II)Lio/netty/buffer/ByteBuf;
      named setMedium Lnet/minecraft/util/PacketByteBuf;setMedium(II)Lio/netty/buffer/ByteBuf;
    • setMediumLE

      public ByteBuf setMediumLE(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official setMediumLE Lgy;setMediumLE(II)Lio/netty/buffer/ByteBuf;
      intermediary setMediumLE Lnet/minecraft/class_1967;setMediumLE(II)Lio/netty/buffer/ByteBuf;
      named setMediumLE Lnet/minecraft/util/PacketByteBuf;setMediumLE(II)Lio/netty/buffer/ByteBuf;
    • setInt

      public ByteBuf setInt(int i, int j)
      Specified by:
      setInt in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setInt Lgy;setInt(II)Lio/netty/buffer/ByteBuf;
      intermediary setInt Lnet/minecraft/class_1967;setInt(II)Lio/netty/buffer/ByteBuf;
      named setInt Lnet/minecraft/util/PacketByteBuf;setInt(II)Lio/netty/buffer/ByteBuf;
    • setIntLE

      public ByteBuf setIntLE(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official setIntLE Lgy;setIntLE(II)Lio/netty/buffer/ByteBuf;
      intermediary setIntLE Lnet/minecraft/class_1967;setIntLE(II)Lio/netty/buffer/ByteBuf;
      named setIntLE Lnet/minecraft/util/PacketByteBuf;setIntLE(II)Lio/netty/buffer/ByteBuf;
    • setLong

      public ByteBuf setLong(int i, long l)
      Specified by:
      setLong in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setLong Lgy;setLong(IJ)Lio/netty/buffer/ByteBuf;
      intermediary setLong Lnet/minecraft/class_1967;setLong(IJ)Lio/netty/buffer/ByteBuf;
      named setLong Lnet/minecraft/util/PacketByteBuf;setLong(IJ)Lio/netty/buffer/ByteBuf;
    • setLongLE

      public ByteBuf setLongLE(int int2, long long2)
      Mappings:
      Namespace Name Mixin selector
      official setLongLE Lgy;setLongLE(IJ)Lio/netty/buffer/ByteBuf;
      intermediary setLongLE Lnet/minecraft/class_1967;setLongLE(IJ)Lio/netty/buffer/ByteBuf;
      named setLongLE Lnet/minecraft/util/PacketByteBuf;setLongLE(IJ)Lio/netty/buffer/ByteBuf;
    • setChar

      public ByteBuf setChar(int i, int j)
      Specified by:
      setChar in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setChar Lgy;setChar(II)Lio/netty/buffer/ByteBuf;
      intermediary setChar Lnet/minecraft/class_1967;setChar(II)Lio/netty/buffer/ByteBuf;
      named setChar Lnet/minecraft/util/PacketByteBuf;setChar(II)Lio/netty/buffer/ByteBuf;
    • setFloat

      public ByteBuf setFloat(int i, float f)
      Specified by:
      setFloat in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setFloat Lgy;setFloat(IF)Lio/netty/buffer/ByteBuf;
      intermediary setFloat Lnet/minecraft/class_1967;setFloat(IF)Lio/netty/buffer/ByteBuf;
      named setFloat Lnet/minecraft/util/PacketByteBuf;setFloat(IF)Lio/netty/buffer/ByteBuf;
    • setDouble

      public ByteBuf setDouble(int i, double d)
      Specified by:
      setDouble in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setDouble Lgy;setDouble(ID)Lio/netty/buffer/ByteBuf;
      intermediary setDouble Lnet/minecraft/class_1967;setDouble(ID)Lio/netty/buffer/ByteBuf;
      named setDouble Lnet/minecraft/util/PacketByteBuf;setDouble(ID)Lio/netty/buffer/ByteBuf;
    • setBytes

      public ByteBuf setBytes(int int2, ByteBuf byteBuf)
      Specified by:
      setBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lgy;setBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1967;setBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/util/PacketByteBuf;setBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    • setBytes

      public ByteBuf setBytes(int int2, ByteBuf byteBuf, int int3)
      Specified by:
      setBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lgy;setBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1967;setBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/util/PacketByteBuf;setBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    • setBytes

      public ByteBuf setBytes(int int2, ByteBuf byteBuf, int int3, int int4)
      Specified by:
      setBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lgy;setBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1967;setBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/util/PacketByteBuf;setBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    • setBytes

      public ByteBuf setBytes(int int2, byte[] byte2)
      Specified by:
      setBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lgy;setBytes(I[B)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1967;setBytes(I[B)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/util/PacketByteBuf;setBytes(I[B)Lio/netty/buffer/ByteBuf;
    • setBytes

      public ByteBuf setBytes(int i, byte[] bytes, int j, int k)
      Specified by:
      setBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lgy;setBytes(I[BII)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1967;setBytes(I[BII)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/util/PacketByteBuf;setBytes(I[BII)Lio/netty/buffer/ByteBuf;
    • setBytes

      public ByteBuf setBytes(int int2, ByteBuffer byteBuffer)
      Specified by:
      setBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lgy;setBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1967;setBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/util/PacketByteBuf;setBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    • setBytes

      public int setBytes(int int2, InputStream inputStream, int int3) throws IOException
      Specified by:
      setBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lgy;setBytes(ILjava/io/InputStream;I)I
      intermediary setBytes Lnet/minecraft/class_1967;setBytes(ILjava/io/InputStream;I)I
      named setBytes Lnet/minecraft/util/PacketByteBuf;setBytes(ILjava/io/InputStream;I)I
    • setBytes

      public int setBytes(int int2, ScatteringByteChannel scatteringByteChannel, int int3) throws IOException
      Specified by:
      setBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lgy;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)I
      intermediary setBytes Lnet/minecraft/class_1967;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)I
      named setBytes Lnet/minecraft/util/PacketByteBuf;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)I
    • setBytes

      public int setBytes(int int2, FileChannel fileChannel, long long2, int int3) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lgy;setBytes(ILjava/nio/channels/FileChannel;JI)I
      intermediary setBytes Lnet/minecraft/class_1967;setBytes(ILjava/nio/channels/FileChannel;JI)I
      named setBytes Lnet/minecraft/util/PacketByteBuf;setBytes(ILjava/nio/channels/FileChannel;JI)I
    • setZero

      public ByteBuf setZero(int int2, int int3)
      Specified by:
      setZero in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setZero Lgy;setZero(II)Lio/netty/buffer/ByteBuf;
      intermediary setZero Lnet/minecraft/class_1967;setZero(II)Lio/netty/buffer/ByteBuf;
      named setZero Lnet/minecraft/util/PacketByteBuf;setZero(II)Lio/netty/buffer/ByteBuf;
    • setCharSequence

      public int setCharSequence(int int2, CharSequence charSequence, Charset charset)
      Mappings:
      Namespace Name Mixin selector
      official setCharSequence Lgy;setCharSequence(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
      intermediary setCharSequence Lnet/minecraft/class_1967;setCharSequence(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
      named setCharSequence Lnet/minecraft/util/PacketByteBuf;setCharSequence(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
    • readBoolean

      public boolean readBoolean()
      Specified by:
      readBoolean in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readBoolean Lgy;readBoolean()Z
      intermediary readBoolean Lnet/minecraft/class_1967;readBoolean()Z
      named readBoolean Lnet/minecraft/util/PacketByteBuf;readBoolean()Z
    • readByte

      public byte readByte()
      Specified by:
      readByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readByte Lgy;readByte()B
      intermediary readByte Lnet/minecraft/class_1967;readByte()B
      named readByte Lnet/minecraft/util/PacketByteBuf;readByte()B
    • readUnsignedByte

      public short readUnsignedByte()
      Specified by:
      readUnsignedByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readUnsignedByte Lgy;readUnsignedByte()S
      intermediary readUnsignedByte Lnet/minecraft/class_1967;readUnsignedByte()S
      named readUnsignedByte Lnet/minecraft/util/PacketByteBuf;readUnsignedByte()S
    • readShort

      public short readShort()
      Specified by:
      readShort in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readShort Lgy;readShort()S
      intermediary readShort Lnet/minecraft/class_1967;readShort()S
      named readShort Lnet/minecraft/util/PacketByteBuf;readShort()S
    • readShortLE

      public short readShortLE()
      Mappings:
      Namespace Name Mixin selector
      official readShortLE Lgy;readShortLE()S
      intermediary readShortLE Lnet/minecraft/class_1967;readShortLE()S
      named readShortLE Lnet/minecraft/util/PacketByteBuf;readShortLE()S
    • readUnsignedShort

      public int readUnsignedShort()
      Specified by:
      readUnsignedShort in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readUnsignedShort Lgy;readUnsignedShort()I
      intermediary readUnsignedShort Lnet/minecraft/class_1967;readUnsignedShort()I
      named readUnsignedShort Lnet/minecraft/util/PacketByteBuf;readUnsignedShort()I
    • readUnsignedShortLE

      public int readUnsignedShortLE()
      Mappings:
      Namespace Name Mixin selector
      official readUnsignedShortLE Lgy;readUnsignedShortLE()I
      intermediary readUnsignedShortLE Lnet/minecraft/class_1967;readUnsignedShortLE()I
      named readUnsignedShortLE Lnet/minecraft/util/PacketByteBuf;readUnsignedShortLE()I
    • readMedium

      public int readMedium()
      Specified by:
      readMedium in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readMedium Lgy;readMedium()I
      intermediary readMedium Lnet/minecraft/class_1967;readMedium()I
      named readMedium Lnet/minecraft/util/PacketByteBuf;readMedium()I
    • readMediumLE

      public int readMediumLE()
      Mappings:
      Namespace Name Mixin selector
      official readMediumLE Lgy;readMediumLE()I
      intermediary readMediumLE Lnet/minecraft/class_1967;readMediumLE()I
      named readMediumLE Lnet/minecraft/util/PacketByteBuf;readMediumLE()I
    • readUnsignedMedium

      public int readUnsignedMedium()
      Specified by:
      readUnsignedMedium in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readUnsignedMedium Lgy;readUnsignedMedium()I
      intermediary readUnsignedMedium Lnet/minecraft/class_1967;readUnsignedMedium()I
      named readUnsignedMedium Lnet/minecraft/util/PacketByteBuf;readUnsignedMedium()I
    • readUnsignedMediumLE

      public int readUnsignedMediumLE()
      Mappings:
      Namespace Name Mixin selector
      official readUnsignedMediumLE Lgy;readUnsignedMediumLE()I
      intermediary readUnsignedMediumLE Lnet/minecraft/class_1967;readUnsignedMediumLE()I
      named readUnsignedMediumLE Lnet/minecraft/util/PacketByteBuf;readUnsignedMediumLE()I
    • readInt

      public int readInt()
      Specified by:
      readInt in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readInt Lgy;readInt()I
      intermediary readInt Lnet/minecraft/class_1967;readInt()I
      named readInt Lnet/minecraft/util/PacketByteBuf;readInt()I
    • readIntLE

      public int readIntLE()
      Mappings:
      Namespace Name Mixin selector
      official readIntLE Lgy;readIntLE()I
      intermediary readIntLE Lnet/minecraft/class_1967;readIntLE()I
      named readIntLE Lnet/minecraft/util/PacketByteBuf;readIntLE()I
    • readUnsignedInt

      public long readUnsignedInt()
      Specified by:
      readUnsignedInt in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readUnsignedInt Lgy;readUnsignedInt()J
      intermediary readUnsignedInt Lnet/minecraft/class_1967;readUnsignedInt()J
      named readUnsignedInt Lnet/minecraft/util/PacketByteBuf;readUnsignedInt()J
    • readUnsignedIntLE

      public long readUnsignedIntLE()
      Mappings:
      Namespace Name Mixin selector
      official readUnsignedIntLE Lgy;readUnsignedIntLE()J
      intermediary readUnsignedIntLE Lnet/minecraft/class_1967;readUnsignedIntLE()J
      named readUnsignedIntLE Lnet/minecraft/util/PacketByteBuf;readUnsignedIntLE()J
    • readLong

      public long readLong()
      Specified by:
      readLong in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readLong Lgy;readLong()J
      intermediary readLong Lnet/minecraft/class_1967;readLong()J
      named readLong Lnet/minecraft/util/PacketByteBuf;readLong()J
    • readLongLE

      public long readLongLE()
      Mappings:
      Namespace Name Mixin selector
      official readLongLE Lgy;readLongLE()J
      intermediary readLongLE Lnet/minecraft/class_1967;readLongLE()J
      named readLongLE Lnet/minecraft/util/PacketByteBuf;readLongLE()J
    • readChar

      public char readChar()
      Specified by:
      readChar in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readChar Lgy;readChar()C
      intermediary readChar Lnet/minecraft/class_1967;readChar()C
      named readChar Lnet/minecraft/util/PacketByteBuf;readChar()C
    • readFloat

      public float readFloat()
      Specified by:
      readFloat in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readFloat Lgy;readFloat()F
      intermediary readFloat Lnet/minecraft/class_1967;readFloat()F
      named readFloat Lnet/minecraft/util/PacketByteBuf;readFloat()F
    • readDouble

      public double readDouble()
      Specified by:
      readDouble in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readDouble Lgy;readDouble()D
      intermediary readDouble Lnet/minecraft/class_1967;readDouble()D
      named readDouble Lnet/minecraft/util/PacketByteBuf;readDouble()D
    • readBytes

      public ByteBuf readBytes(int int2)
      Specified by:
      readBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lgy;readBytes(I)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1967;readBytes(I)Lio/netty/buffer/ByteBuf;
      named readBytes Lnet/minecraft/util/PacketByteBuf;readBytes(I)Lio/netty/buffer/ByteBuf;
    • readSlice

      public ByteBuf readSlice(int int2)
      Specified by:
      readSlice in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readSlice Lgy;readSlice(I)Lio/netty/buffer/ByteBuf;
      intermediary readSlice Lnet/minecraft/class_1967;readSlice(I)Lio/netty/buffer/ByteBuf;
      named readSlice Lnet/minecraft/util/PacketByteBuf;readSlice(I)Lio/netty/buffer/ByteBuf;
    • readRetainedSlice

      public ByteBuf readRetainedSlice(int int2)
      Mappings:
      Namespace Name Mixin selector
      official readRetainedSlice Lgy;readRetainedSlice(I)Lio/netty/buffer/ByteBuf;
      intermediary readRetainedSlice Lnet/minecraft/class_1967;readRetainedSlice(I)Lio/netty/buffer/ByteBuf;
      named readRetainedSlice Lnet/minecraft/util/PacketByteBuf;readRetainedSlice(I)Lio/netty/buffer/ByteBuf;
    • readBytes

      public ByteBuf readBytes(ByteBuf byteBuf)
      Specified by:
      readBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lgy;readBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1967;readBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      named readBytes Lnet/minecraft/util/PacketByteBuf;readBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    • readBytes

      public ByteBuf readBytes(ByteBuf byteBuf, int int2)
      Specified by:
      readBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lgy;readBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1967;readBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      named readBytes Lnet/minecraft/util/PacketByteBuf;readBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    • readBytes

      public ByteBuf readBytes(ByteBuf byteBuf, int int2, int int3)
      Specified by:
      readBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lgy;readBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1967;readBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      named readBytes Lnet/minecraft/util/PacketByteBuf;readBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    • readBytes

      public ByteBuf readBytes(byte[] byte2)
      Specified by:
      readBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lgy;readBytes([B)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1967;readBytes([B)Lio/netty/buffer/ByteBuf;
      named readBytes Lnet/minecraft/util/PacketByteBuf;readBytes([B)Lio/netty/buffer/ByteBuf;
    • readBytes

      public ByteBuf readBytes(byte[] byte2, int int2, int int3)
      Specified by:
      readBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lgy;readBytes([BII)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1967;readBytes([BII)Lio/netty/buffer/ByteBuf;
      named readBytes Lnet/minecraft/util/PacketByteBuf;readBytes([BII)Lio/netty/buffer/ByteBuf;
    • readBytes

      public ByteBuf readBytes(ByteBuffer byteBuffer)
      Specified by:
      readBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lgy;readBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1967;readBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      named readBytes Lnet/minecraft/util/PacketByteBuf;readBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    • readBytes

      public ByteBuf readBytes(OutputStream outputStream, int int2) throws IOException
      Specified by:
      readBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lgy;readBytes(Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1967;readBytes(Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
      named readBytes Lnet/minecraft/util/PacketByteBuf;readBytes(Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
    • readBytes

      public int readBytes(GatheringByteChannel gatheringByteChannel, int int2) throws IOException
      Specified by:
      readBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lgy;readBytes(Ljava/nio/channels/GatheringByteChannel;I)I
      intermediary readBytes Lnet/minecraft/class_1967;readBytes(Ljava/nio/channels/GatheringByteChannel;I)I
      named readBytes Lnet/minecraft/util/PacketByteBuf;readBytes(Ljava/nio/channels/GatheringByteChannel;I)I
    • readCharSequence

      public CharSequence readCharSequence(int int2, Charset charset)
      Mappings:
      Namespace Name Mixin selector
      official readCharSequence Lgy;readCharSequence(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
      intermediary readCharSequence Lnet/minecraft/class_1967;readCharSequence(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
      named readCharSequence Lnet/minecraft/util/PacketByteBuf;readCharSequence(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
    • readBytes

      public int readBytes(FileChannel fileChannel, long long2, int int2) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lgy;readBytes(Ljava/nio/channels/FileChannel;JI)I
      intermediary readBytes Lnet/minecraft/class_1967;readBytes(Ljava/nio/channels/FileChannel;JI)I
      named readBytes Lnet/minecraft/util/PacketByteBuf;readBytes(Ljava/nio/channels/FileChannel;JI)I
    • skipBytes

      public ByteBuf skipBytes(int int2)
      Specified by:
      skipBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official skipBytes Lgy;skipBytes(I)Lio/netty/buffer/ByteBuf;
      intermediary skipBytes Lnet/minecraft/class_1967;skipBytes(I)Lio/netty/buffer/ByteBuf;
      named skipBytes Lnet/minecraft/util/PacketByteBuf;skipBytes(I)Lio/netty/buffer/ByteBuf;
    • writeBoolean

      public ByteBuf writeBoolean(boolean bool)
      Specified by:
      writeBoolean in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeBoolean Lgy;writeBoolean(Z)Lio/netty/buffer/ByteBuf;
      intermediary writeBoolean Lnet/minecraft/class_1967;writeBoolean(Z)Lio/netty/buffer/ByteBuf;
      named writeBoolean Lnet/minecraft/util/PacketByteBuf;writeBoolean(Z)Lio/netty/buffer/ByteBuf;
    • writeByte

      public ByteBuf writeByte(int int2)
      Specified by:
      writeByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeByte Lgy;writeByte(I)Lio/netty/buffer/ByteBuf;
      intermediary writeByte Lnet/minecraft/class_1967;writeByte(I)Lio/netty/buffer/ByteBuf;
      named writeByte Lnet/minecraft/util/PacketByteBuf;writeByte(I)Lio/netty/buffer/ByteBuf;
    • writeShort

      public ByteBuf writeShort(int int2)
      Specified by:
      writeShort in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeShort Lgy;writeShort(I)Lio/netty/buffer/ByteBuf;
      intermediary writeShort Lnet/minecraft/class_1967;writeShort(I)Lio/netty/buffer/ByteBuf;
      named writeShort Lnet/minecraft/util/PacketByteBuf;writeShort(I)Lio/netty/buffer/ByteBuf;
    • writeShortLE

      public ByteBuf writeShortLE(int int2)
      Mappings:
      Namespace Name Mixin selector
      official writeShortLE Lgy;writeShortLE(I)Lio/netty/buffer/ByteBuf;
      intermediary writeShortLE Lnet/minecraft/class_1967;writeShortLE(I)Lio/netty/buffer/ByteBuf;
      named writeShortLE Lnet/minecraft/util/PacketByteBuf;writeShortLE(I)Lio/netty/buffer/ByteBuf;
    • writeMedium

      public ByteBuf writeMedium(int int2)
      Specified by:
      writeMedium in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeMedium Lgy;writeMedium(I)Lio/netty/buffer/ByteBuf;
      intermediary writeMedium Lnet/minecraft/class_1967;writeMedium(I)Lio/netty/buffer/ByteBuf;
      named writeMedium Lnet/minecraft/util/PacketByteBuf;writeMedium(I)Lio/netty/buffer/ByteBuf;
    • writeMediumLE

      public ByteBuf writeMediumLE(int int2)
      Mappings:
      Namespace Name Mixin selector
      official writeMediumLE Lgy;writeMediumLE(I)Lio/netty/buffer/ByteBuf;
      intermediary writeMediumLE Lnet/minecraft/class_1967;writeMediumLE(I)Lio/netty/buffer/ByteBuf;
      named writeMediumLE Lnet/minecraft/util/PacketByteBuf;writeMediumLE(I)Lio/netty/buffer/ByteBuf;
    • writeInt

      public ByteBuf writeInt(int int2)
      Specified by:
      writeInt in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeInt Lgy;writeInt(I)Lio/netty/buffer/ByteBuf;
      intermediary writeInt Lnet/minecraft/class_1967;writeInt(I)Lio/netty/buffer/ByteBuf;
      named writeInt Lnet/minecraft/util/PacketByteBuf;writeInt(I)Lio/netty/buffer/ByteBuf;
    • writeIntLE

      public ByteBuf writeIntLE(int int2)
      Mappings:
      Namespace Name Mixin selector
      official writeIntLE Lgy;writeIntLE(I)Lio/netty/buffer/ByteBuf;
      intermediary writeIntLE Lnet/minecraft/class_1967;writeIntLE(I)Lio/netty/buffer/ByteBuf;
      named writeIntLE Lnet/minecraft/util/PacketByteBuf;writeIntLE(I)Lio/netty/buffer/ByteBuf;
    • writeLong

      public ByteBuf writeLong(long long2)
      Specified by:
      writeLong in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeLong Lgy;writeLong(J)Lio/netty/buffer/ByteBuf;
      intermediary writeLong Lnet/minecraft/class_1967;writeLong(J)Lio/netty/buffer/ByteBuf;
      named writeLong Lnet/minecraft/util/PacketByteBuf;writeLong(J)Lio/netty/buffer/ByteBuf;
    • writeLongLE

      public ByteBuf writeLongLE(long long2)
      Mappings:
      Namespace Name Mixin selector
      official writeLongLE Lgy;writeLongLE(J)Lio/netty/buffer/ByteBuf;
      intermediary writeLongLE Lnet/minecraft/class_1967;writeLongLE(J)Lio/netty/buffer/ByteBuf;
      named writeLongLE Lnet/minecraft/util/PacketByteBuf;writeLongLE(J)Lio/netty/buffer/ByteBuf;
    • writeChar

      public ByteBuf writeChar(int int2)
      Specified by:
      writeChar in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeChar Lgy;writeChar(I)Lio/netty/buffer/ByteBuf;
      intermediary writeChar Lnet/minecraft/class_1967;writeChar(I)Lio/netty/buffer/ByteBuf;
      named writeChar Lnet/minecraft/util/PacketByteBuf;writeChar(I)Lio/netty/buffer/ByteBuf;
    • writeFloat

      public ByteBuf writeFloat(float float2)
      Specified by:
      writeFloat in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeFloat Lgy;writeFloat(F)Lio/netty/buffer/ByteBuf;
      intermediary writeFloat Lnet/minecraft/class_1967;writeFloat(F)Lio/netty/buffer/ByteBuf;
      named writeFloat Lnet/minecraft/util/PacketByteBuf;writeFloat(F)Lio/netty/buffer/ByteBuf;
    • writeDouble

      public ByteBuf writeDouble(double double2)
      Specified by:
      writeDouble in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeDouble Lgy;writeDouble(D)Lio/netty/buffer/ByteBuf;
      intermediary writeDouble Lnet/minecraft/class_1967;writeDouble(D)Lio/netty/buffer/ByteBuf;
      named writeDouble Lnet/minecraft/util/PacketByteBuf;writeDouble(D)Lio/netty/buffer/ByteBuf;
    • writeBytes

      public ByteBuf writeBytes(ByteBuf byteBuf)
      Specified by:
      writeBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeBytes Lgy;writeBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1967;writeBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      named writeBytes Lnet/minecraft/util/PacketByteBuf;writeBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    • writeBytes

      public ByteBuf writeBytes(ByteBuf byteBuf, int int2)
      Specified by:
      writeBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeBytes Lgy;writeBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1967;writeBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      named writeBytes Lnet/minecraft/util/PacketByteBuf;writeBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    • writeBytes

      public ByteBuf writeBytes(ByteBuf byteBuf, int int2, int int3)
      Specified by:
      writeBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeBytes Lgy;writeBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1967;writeBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      named writeBytes Lnet/minecraft/util/PacketByteBuf;writeBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    • writeBytes

      public ByteBuf writeBytes(byte[] byte2)
      Specified by:
      writeBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeBytes Lgy;writeBytes([B)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1967;writeBytes([B)Lio/netty/buffer/ByteBuf;
      named writeBytes Lnet/minecraft/util/PacketByteBuf;writeBytes([B)Lio/netty/buffer/ByteBuf;
    • writeBytes

      public ByteBuf writeBytes(byte[] byte2, int int2, int int3)
      Specified by:
      writeBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeBytes Lgy;writeBytes([BII)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1967;writeBytes([BII)Lio/netty/buffer/ByteBuf;
      named writeBytes Lnet/minecraft/util/PacketByteBuf;writeBytes([BII)Lio/netty/buffer/ByteBuf;
    • writeBytes

      public ByteBuf writeBytes(ByteBuffer byteBuffer)
      Specified by:
      writeBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeBytes Lgy;writeBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1967;writeBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      named writeBytes Lnet/minecraft/util/PacketByteBuf;writeBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    • writeBytes

      public int writeBytes(InputStream inputStream, int int2) throws IOException
      Specified by:
      writeBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official writeBytes Lgy;writeBytes(Ljava/io/InputStream;I)I
      intermediary writeBytes Lnet/minecraft/class_1967;writeBytes(Ljava/io/InputStream;I)I
      named writeBytes Lnet/minecraft/util/PacketByteBuf;writeBytes(Ljava/io/InputStream;I)I
    • writeBytes

      public int writeBytes(ScatteringByteChannel scatteringByteChannel, int int2) throws IOException
      Specified by:
      writeBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official writeBytes Lgy;writeBytes(Ljava/nio/channels/ScatteringByteChannel;I)I
      intermediary writeBytes Lnet/minecraft/class_1967;writeBytes(Ljava/nio/channels/ScatteringByteChannel;I)I
      named writeBytes Lnet/minecraft/util/PacketByteBuf;writeBytes(Ljava/nio/channels/ScatteringByteChannel;I)I
    • writeBytes

      public int writeBytes(FileChannel fileChannel, long long2, int int2) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official writeBytes Lgy;writeBytes(Ljava/nio/channels/FileChannel;JI)I
      intermediary writeBytes Lnet/minecraft/class_1967;writeBytes(Ljava/nio/channels/FileChannel;JI)I
      named writeBytes Lnet/minecraft/util/PacketByteBuf;writeBytes(Ljava/nio/channels/FileChannel;JI)I
    • writeZero

      public ByteBuf writeZero(int int2)
      Specified by:
      writeZero in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeZero Lgy;writeZero(I)Lio/netty/buffer/ByteBuf;
      intermediary writeZero Lnet/minecraft/class_1967;writeZero(I)Lio/netty/buffer/ByteBuf;
      named writeZero Lnet/minecraft/util/PacketByteBuf;writeZero(I)Lio/netty/buffer/ByteBuf;
    • writeCharSequence

      public int writeCharSequence(CharSequence charSequence, Charset charset)
      Mappings:
      Namespace Name Mixin selector
      official writeCharSequence Lgy;writeCharSequence(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
      intermediary writeCharSequence Lnet/minecraft/class_1967;writeCharSequence(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
      named writeCharSequence Lnet/minecraft/util/PacketByteBuf;writeCharSequence(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
    • indexOf

      public int indexOf(int int2, int int3, byte byte2)
      Specified by:
      indexOf in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official indexOf Lgy;indexOf(IIB)I
      intermediary indexOf Lnet/minecraft/class_1967;indexOf(IIB)I
      named indexOf Lnet/minecraft/util/PacketByteBuf;indexOf(IIB)I
    • bytesBefore

      public int bytesBefore(byte byte2)
      Specified by:
      bytesBefore in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official bytesBefore Lgy;bytesBefore(B)I
      intermediary bytesBefore Lnet/minecraft/class_1967;bytesBefore(B)I
      named bytesBefore Lnet/minecraft/util/PacketByteBuf;bytesBefore(B)I
    • bytesBefore

      public int bytesBefore(int int2, byte byte2)
      Specified by:
      bytesBefore in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official bytesBefore Lgy;bytesBefore(IB)I
      intermediary bytesBefore Lnet/minecraft/class_1967;bytesBefore(IB)I
      named bytesBefore Lnet/minecraft/util/PacketByteBuf;bytesBefore(IB)I
    • bytesBefore

      public int bytesBefore(int int2, int int3, byte byte2)
      Specified by:
      bytesBefore in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official bytesBefore Lgy;bytesBefore(IIB)I
      intermediary bytesBefore Lnet/minecraft/class_1967;bytesBefore(IIB)I
      named bytesBefore Lnet/minecraft/util/PacketByteBuf;bytesBefore(IIB)I
    • forEachByte

      public int forEachByte(ByteProcessor byteProcessor)
      Mappings:
      Namespace Name Mixin selector
      official forEachByte Lgy;forEachByte(Lio/netty/util/ByteProcessor;)I
      intermediary forEachByte Lnet/minecraft/class_1967;forEachByte(Lio/netty/util/ByteProcessor;)I
      named forEachByte Lnet/minecraft/util/PacketByteBuf;forEachByte(Lio/netty/util/ByteProcessor;)I
    • forEachByte

      public int forEachByte(int int2, int int3, ByteProcessor byteProcessor)
      Mappings:
      Namespace Name Mixin selector
      official forEachByte Lgy;forEachByte(IILio/netty/util/ByteProcessor;)I
      intermediary forEachByte Lnet/minecraft/class_1967;forEachByte(IILio/netty/util/ByteProcessor;)I
      named forEachByte Lnet/minecraft/util/PacketByteBuf;forEachByte(IILio/netty/util/ByteProcessor;)I
    • forEachByteDesc

      public int forEachByteDesc(ByteProcessor byteProcessor)
      Mappings:
      Namespace Name Mixin selector
      official forEachByteDesc Lgy;forEachByteDesc(Lio/netty/util/ByteProcessor;)I
      intermediary forEachByteDesc Lnet/minecraft/class_1967;forEachByteDesc(Lio/netty/util/ByteProcessor;)I
      named forEachByteDesc Lnet/minecraft/util/PacketByteBuf;forEachByteDesc(Lio/netty/util/ByteProcessor;)I
    • forEachByteDesc

      public int forEachByteDesc(int int2, int int3, ByteProcessor byteProcessor)
      Mappings:
      Namespace Name Mixin selector
      official forEachByteDesc Lgy;forEachByteDesc(IILio/netty/util/ByteProcessor;)I
      intermediary forEachByteDesc Lnet/minecraft/class_1967;forEachByteDesc(IILio/netty/util/ByteProcessor;)I
      named forEachByteDesc Lnet/minecraft/util/PacketByteBuf;forEachByteDesc(IILio/netty/util/ByteProcessor;)I
    • copy

      public ByteBuf copy()
      Specified by:
      copy in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official copy Lgy;copy()Lio/netty/buffer/ByteBuf;
      intermediary copy Lnet/minecraft/class_1967;copy()Lio/netty/buffer/ByteBuf;
      named copy Lnet/minecraft/util/PacketByteBuf;copy()Lio/netty/buffer/ByteBuf;
    • copy

      public ByteBuf copy(int int2, int int3)
      Specified by:
      copy in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official copy Lgy;copy(II)Lio/netty/buffer/ByteBuf;
      intermediary copy Lnet/minecraft/class_1967;copy(II)Lio/netty/buffer/ByteBuf;
      named copy Lnet/minecraft/util/PacketByteBuf;copy(II)Lio/netty/buffer/ByteBuf;
    • slice

      public ByteBuf slice()
      Specified by:
      slice in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official slice Lgy;slice()Lio/netty/buffer/ByteBuf;
      intermediary slice Lnet/minecraft/class_1967;slice()Lio/netty/buffer/ByteBuf;
      named slice Lnet/minecraft/util/PacketByteBuf;slice()Lio/netty/buffer/ByteBuf;
    • retainedSlice

      public ByteBuf retainedSlice()
      Mappings:
      Namespace Name Mixin selector
      official retainedSlice Lgy;retainedSlice()Lio/netty/buffer/ByteBuf;
      intermediary retainedSlice Lnet/minecraft/class_1967;retainedSlice()Lio/netty/buffer/ByteBuf;
      named retainedSlice Lnet/minecraft/util/PacketByteBuf;retainedSlice()Lio/netty/buffer/ByteBuf;
    • slice

      public ByteBuf slice(int int2, int int3)
      Specified by:
      slice in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official slice Lgy;slice(II)Lio/netty/buffer/ByteBuf;
      intermediary slice Lnet/minecraft/class_1967;slice(II)Lio/netty/buffer/ByteBuf;
      named slice Lnet/minecraft/util/PacketByteBuf;slice(II)Lio/netty/buffer/ByteBuf;
    • retainedSlice

      public ByteBuf retainedSlice(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official retainedSlice Lgy;retainedSlice(II)Lio/netty/buffer/ByteBuf;
      intermediary retainedSlice Lnet/minecraft/class_1967;retainedSlice(II)Lio/netty/buffer/ByteBuf;
      named retainedSlice Lnet/minecraft/util/PacketByteBuf;retainedSlice(II)Lio/netty/buffer/ByteBuf;
    • duplicate

      public ByteBuf duplicate()
      Specified by:
      duplicate in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official duplicate Lgy;duplicate()Lio/netty/buffer/ByteBuf;
      intermediary duplicate Lnet/minecraft/class_1967;duplicate()Lio/netty/buffer/ByteBuf;
      named duplicate Lnet/minecraft/util/PacketByteBuf;duplicate()Lio/netty/buffer/ByteBuf;
    • retainedDuplicate

      public ByteBuf retainedDuplicate()
      Mappings:
      Namespace Name Mixin selector
      official retainedDuplicate Lgy;retainedDuplicate()Lio/netty/buffer/ByteBuf;
      intermediary retainedDuplicate Lnet/minecraft/class_1967;retainedDuplicate()Lio/netty/buffer/ByteBuf;
      named retainedDuplicate Lnet/minecraft/util/PacketByteBuf;retainedDuplicate()Lio/netty/buffer/ByteBuf;
    • nioBufferCount

      public int nioBufferCount()
      Specified by:
      nioBufferCount in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official nioBufferCount Lgy;nioBufferCount()I
      intermediary nioBufferCount Lnet/minecraft/class_1967;nioBufferCount()I
      named nioBufferCount Lnet/minecraft/util/PacketByteBuf;nioBufferCount()I
    • nioBuffer

      public ByteBuffer nioBuffer()
      Specified by:
      nioBuffer in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official nioBuffer Lgy;nioBuffer()Ljava/nio/ByteBuffer;
      intermediary nioBuffer Lnet/minecraft/class_1967;nioBuffer()Ljava/nio/ByteBuffer;
      named nioBuffer Lnet/minecraft/util/PacketByteBuf;nioBuffer()Ljava/nio/ByteBuffer;
    • nioBuffer

      public ByteBuffer nioBuffer(int int2, int int3)
      Specified by:
      nioBuffer in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official nioBuffer Lgy;nioBuffer(II)Ljava/nio/ByteBuffer;
      intermediary nioBuffer Lnet/minecraft/class_1967;nioBuffer(II)Ljava/nio/ByteBuffer;
      named nioBuffer Lnet/minecraft/util/PacketByteBuf;nioBuffer(II)Ljava/nio/ByteBuffer;
    • internalNioBuffer

      public ByteBuffer internalNioBuffer(int int2, int int3)
      Specified by:
      internalNioBuffer in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official internalNioBuffer Lgy;internalNioBuffer(II)Ljava/nio/ByteBuffer;
      intermediary internalNioBuffer Lnet/minecraft/class_1967;internalNioBuffer(II)Ljava/nio/ByteBuffer;
      named internalNioBuffer Lnet/minecraft/util/PacketByteBuf;internalNioBuffer(II)Ljava/nio/ByteBuffer;
    • nioBuffers

      public ByteBuffer[] nioBuffers()
      Specified by:
      nioBuffers in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official nioBuffers Lgy;nioBuffers()[Ljava/nio/ByteBuffer;
      intermediary nioBuffers Lnet/minecraft/class_1967;nioBuffers()[Ljava/nio/ByteBuffer;
      named nioBuffers Lnet/minecraft/util/PacketByteBuf;nioBuffers()[Ljava/nio/ByteBuffer;
    • nioBuffers

      public ByteBuffer[] nioBuffers(int int2, int int3)
      Specified by:
      nioBuffers in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official nioBuffers Lgy;nioBuffers(II)[Ljava/nio/ByteBuffer;
      intermediary nioBuffers Lnet/minecraft/class_1967;nioBuffers(II)[Ljava/nio/ByteBuffer;
      named nioBuffers Lnet/minecraft/util/PacketByteBuf;nioBuffers(II)[Ljava/nio/ByteBuffer;
    • hasArray

      public boolean hasArray()
      Specified by:
      hasArray in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official hasArray Lgy;hasArray()Z
      intermediary hasArray Lnet/minecraft/class_1967;hasArray()Z
      named hasArray Lnet/minecraft/util/PacketByteBuf;hasArray()Z
    • array

      public byte[] array()
      Specified by:
      array in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official array Lgy;array()[B
      intermediary array Lnet/minecraft/class_1967;array()[B
      named array Lnet/minecraft/util/PacketByteBuf;array()[B
    • arrayOffset

      public int arrayOffset()
      Specified by:
      arrayOffset in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official arrayOffset Lgy;arrayOffset()I
      intermediary arrayOffset Lnet/minecraft/class_1967;arrayOffset()I
      named arrayOffset Lnet/minecraft/util/PacketByteBuf;arrayOffset()I
    • hasMemoryAddress

      public boolean hasMemoryAddress()
      Specified by:
      hasMemoryAddress in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official hasMemoryAddress Lgy;hasMemoryAddress()Z
      intermediary hasMemoryAddress Lnet/minecraft/class_1967;hasMemoryAddress()Z
      named hasMemoryAddress Lnet/minecraft/util/PacketByteBuf;hasMemoryAddress()Z
    • memoryAddress

      public long memoryAddress()
      Specified by:
      memoryAddress in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official memoryAddress Lgy;memoryAddress()J
      intermediary memoryAddress Lnet/minecraft/class_1967;memoryAddress()J
      named memoryAddress Lnet/minecraft/util/PacketByteBuf;memoryAddress()J
    • toString

      public String toString(Charset charset)
      Specified by:
      toString in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official toString Lgy;toString(Ljava/nio/charset/Charset;)Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_1967;toString(Ljava/nio/charset/Charset;)Ljava/lang/String;
      named toString Lnet/minecraft/util/PacketByteBuf;toString(Ljava/nio/charset/Charset;)Ljava/lang/String;
    • toString

      public String toString(int int2, int int3, Charset charset)
      Specified by:
      toString in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official toString Lgy;toString(IILjava/nio/charset/Charset;)Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_1967;toString(IILjava/nio/charset/Charset;)Ljava/lang/String;
      named toString Lnet/minecraft/util/PacketByteBuf;toString(IILjava/nio/charset/Charset;)Ljava/lang/String;
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official hashCode Lgy;hashCode()I
      intermediary hashCode Lnet/minecraft/class_1967;hashCode()I
      named hashCode Lnet/minecraft/util/PacketByteBuf;hashCode()I
    • equals

      public boolean equals(Object object)
      Specified by:
      equals in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official equals Lgy;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_1967;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/util/PacketByteBuf;equals(Ljava/lang/Object;)Z
    • compareTo

      public int compareTo(ByteBuf byteBuf)
      Specified by:
      compareTo in interface Comparable<ByteBuf>
      Specified by:
      compareTo in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official compareTo Lgy;compareTo(Lio/netty/buffer/ByteBuf;)I
      intermediary compareTo Lnet/minecraft/class_1967;compareTo(Lio/netty/buffer/ByteBuf;)I
      named compareTo Lnet/minecraft/util/PacketByteBuf;compareTo(Lio/netty/buffer/ByteBuf;)I
    • toString

      public String toString()
      Specified by:
      toString in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official toString Lgy;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_1967;toString()Ljava/lang/String;
      named toString Lnet/minecraft/util/PacketByteBuf;toString()Ljava/lang/String;
    • retain

      public ByteBuf retain(int int2)
      Specified by:
      retain in interface ReferenceCounted
      Specified by:
      retain in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official retain Lgy;retain(I)Lio/netty/buffer/ByteBuf;
      intermediary retain Lnet/minecraft/class_1967;retain(I)Lio/netty/buffer/ByteBuf;
      named retain Lnet/minecraft/util/PacketByteBuf;retain(I)Lio/netty/buffer/ByteBuf;
    • retain

      public ByteBuf retain()
      Specified by:
      retain in interface ReferenceCounted
      Specified by:
      retain in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official retain Lgy;retain()Lio/netty/buffer/ByteBuf;
      intermediary retain Lnet/minecraft/class_1967;retain()Lio/netty/buffer/ByteBuf;
      named retain Lnet/minecraft/util/PacketByteBuf;retain()Lio/netty/buffer/ByteBuf;
    • touch

      public ByteBuf touch()
      Mappings:
      Namespace Name Mixin selector
      official touch Lgy;touch()Lio/netty/buffer/ByteBuf;
      intermediary touch Lnet/minecraft/class_1967;touch()Lio/netty/buffer/ByteBuf;
      named touch Lnet/minecraft/util/PacketByteBuf;touch()Lio/netty/buffer/ByteBuf;
    • touch

      public ByteBuf touch(Object object)
      Mappings:
      Namespace Name Mixin selector
      official touch Lgy;touch(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
      intermediary touch Lnet/minecraft/class_1967;touch(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
      named touch Lnet/minecraft/util/PacketByteBuf;touch(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
    • refCnt

      public int refCnt()
      Mappings:
      Namespace Name Mixin selector
      official refCnt Lgy;refCnt()I
      intermediary refCnt Lnet/minecraft/class_1967;refCnt()I
      named refCnt Lnet/minecraft/util/PacketByteBuf;refCnt()I
    • release

      public boolean release()
      Mappings:
      Namespace Name Mixin selector
      official release Lgy;release()Z
      intermediary release Lnet/minecraft/class_1967;release()Z
      named release Lnet/minecraft/util/PacketByteBuf;release()Z
    • release

      public boolean release(int int2)
      Mappings:
      Namespace Name Mixin selector
      official release Lgy;release(I)Z
      intermediary release Lnet/minecraft/class_1967;release(I)Z
      named release Lnet/minecraft/util/PacketByteBuf;release(I)Z