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 em
intermediary net/minecraft/class_1435
named net/minecraft/util/PacketByteBuf
  • Field Details

    • parent

      private final ByteBuf parent
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a:Lio/netty/buffer/ByteBuf;
      intermediary field_5988 Lnet/minecraft/class_1435;field_5988: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> Lem;<init>(Lio/netty/buffer/ByteBuf;)V
      intermediary <init> Lnet/minecraft/class_1435;<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 Lem;a(I)I
      intermediary method_5127 Lnet/minecraft/class_1435;method_5127(I)I
      named getVarIntSizeBytes Lnet/minecraft/util/PacketByteBuf;getVarIntSizeBytes(I)I
    • writeByteArray

      public void writeByteArray​(byte[] bytes)
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a([B)V
      intermediary method_5136 Lnet/minecraft/class_1435;method_5136([B)V
      named writeByteArray Lnet/minecraft/util/PacketByteBuf;writeByteArray([B)V
    • readByteArray

      public byte[] readByteArray()
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a()[B
      intermediary method_5126 Lnet/minecraft/class_1435;method_5126()[B
      named readByteArray Lnet/minecraft/util/PacketByteBuf;readByteArray()[B
    • readBlockPos

      public BlockPos readBlockPos()
      Mappings:
      Namespace Name Mixin selector
      official c Lem;c()Lcj;
      intermediary method_5139 Lnet/minecraft/class_1435;method_5139()Lnet/minecraft/class_1372;
      named readBlockPos Lnet/minecraft/util/PacketByteBuf;readBlockPos()Lnet/minecraft/util/math/BlockPos;
    • writeBlockPos

      public void writeBlockPos​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a(Lcj;)V
      intermediary method_5128 Lnet/minecraft/class_1435;method_5128(Lnet/minecraft/class_1372;)V
      named writeBlockPos Lnet/minecraft/util/PacketByteBuf;writeBlockPos(Lnet/minecraft/util/math/BlockPos;)V
    • readText

      public Text readText() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official d Lem;d()Leu;
      intermediary method_5141 Lnet/minecraft/class_1435;method_5141()Lnet/minecraft/class_1444;
      named readText Lnet/minecraft/util/PacketByteBuf;readText()Lnet/minecraft/text/Text;
    • writeText

      public void writeText​(Text text) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a(Leu;)V
      intermediary method_5130 Lnet/minecraft/class_1435;method_5130(Lnet/minecraft/class_1444;)V
      named writeText Lnet/minecraft/util/PacketByteBuf;writeText(Lnet/minecraft/text/Text;)V
    • readEnumConstant

      public <T extends Enum<T>> T readEnumConstant​(Class<T> clazz)
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a(Ljava/lang/Class;)Ljava/lang/Enum;
      intermediary method_5131 Lnet/minecraft/class_1435;method_5131(Ljava/lang/Class;)Ljava/lang/Enum;
      named readEnumConstant Lnet/minecraft/util/PacketByteBuf;readEnumConstant(Ljava/lang/Class;)Ljava/lang/Enum;
    • writeEnum

      public void writeEnum​(Enum<?> clazz)
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a(Ljava/lang/Enum;)V
      intermediary method_5132 Lnet/minecraft/class_1435;method_5132(Ljava/lang/Enum;)V
      named writeEnum Lnet/minecraft/util/PacketByteBuf;writeEnum(Ljava/lang/Enum;)V
    • readVarInt

      public int readVarInt()
      Mappings:
      Namespace Name Mixin selector
      official e Lem;e()I
      intermediary method_5142 Lnet/minecraft/class_1435;method_5142()I
      named readVarInt Lnet/minecraft/util/PacketByteBuf;readVarInt()I
    • readVarLong

      public long readVarLong()
      Mappings:
      Namespace Name Mixin selector
      official f Lem;f()J
      intermediary method_5143 Lnet/minecraft/class_1435;method_5143()J
      named readVarLong Lnet/minecraft/util/PacketByteBuf;readVarLong()J
    • writeUUID

      public void writeUUID​(UUID uuid)
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a(Ljava/util/UUID;)V
      intermediary method_5134 Lnet/minecraft/class_1435;method_5134(Ljava/util/UUID;)V
      named writeUUID Lnet/minecraft/util/PacketByteBuf;writeUUID(Ljava/util/UUID;)V
    • readUuid

      public UUID readUuid()
      Mappings:
      Namespace Name Mixin selector
      official g Lem;g()Ljava/util/UUID;
      intermediary method_5144 Lnet/minecraft/class_1435;method_5144()Ljava/util/UUID;
      named readUuid Lnet/minecraft/util/PacketByteBuf;readUuid()Ljava/util/UUID;
    • writeVarInt

      public void writeVarInt​(int i)
      Mappings:
      Namespace Name Mixin selector
      official b Lem;b(I)V
      intermediary method_5137 Lnet/minecraft/class_1435;method_5137(I)V
      named writeVarInt Lnet/minecraft/util/PacketByteBuf;writeVarInt(I)V
    • writeVarLong

      public void writeVarLong​(long l)
      Mappings:
      Namespace Name Mixin selector
      official b Lem;b(J)V
      intermediary method_5138 Lnet/minecraft/class_1435;method_5138(J)V
      named writeVarLong Lnet/minecraft/util/PacketByteBuf;writeVarLong(J)V
    • writeCompoundTag

      public void writeCompoundTag​(CompoundTag nbt)
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a(Ldn;)V
      intermediary method_5129 Lnet/minecraft/class_1435;method_5129(Lnet/minecraft/class_1405;)V
      named writeCompoundTag Lnet/minecraft/util/PacketByteBuf;writeCompoundTag(Lnet/minecraft/nbt/CompoundTag;)V
    • readCompoundTag

      public CompoundTag readCompoundTag() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official h Lem;h()Ldn;
      intermediary method_5145 Lnet/minecraft/class_1435;method_5145()Lnet/minecraft/class_1405;
      named readCompoundTag Lnet/minecraft/util/PacketByteBuf;readCompoundTag()Lnet/minecraft/nbt/CompoundTag;
    • writeItemStack

      public void writeItemStack​(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a(Lzx;)V
      intermediary method_5135 Lnet/minecraft/class_1435;method_5135(Lnet/minecraft/class_2056;)V
      named writeItemStack Lnet/minecraft/util/PacketByteBuf;writeItemStack(Lnet/minecraft/item/ItemStack;)V
    • readItemStack

      public ItemStack readItemStack() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official i Lem;i()Lzx;
      intermediary method_5146 Lnet/minecraft/class_1435;method_5146()Lnet/minecraft/class_2056;
      named readItemStack Lnet/minecraft/util/PacketByteBuf;readItemStack()Lnet/minecraft/item/ItemStack;
    • readString

      public String readString​(int i)
      Mappings:
      Namespace Name Mixin selector
      official c Lem;c(I)Ljava/lang/String;
      intermediary method_5140 Lnet/minecraft/class_1435;method_5140(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 Lem;a(Ljava/lang/String;)Lem;
      intermediary method_5133 Lnet/minecraft/class_1435;method_5133(Ljava/lang/String;)Lnet/minecraft/class_1435;
      named writeString Lnet/minecraft/util/PacketByteBuf;writeString(Ljava/lang/String;)Lnet/minecraft/util/PacketByteBuf;
    • getCapacity

      public int getCapacity()
      Mappings:
      Namespace Name Mixin selector
      official capacity Lem;capacity()I
      intermediary capacity Lnet/minecraft/class_1435;capacity()I
      named getCapacity Lnet/minecraft/util/PacketByteBuf;getCapacity()I
    • getCapacity

      public ByteBuf getCapacity​(int i)
      Mappings:
      Namespace Name Mixin selector
      official capacity Lem;capacity(I)Lio/netty/buffer/ByteBuf;
      intermediary capacity Lnet/minecraft/class_1435;capacity(I)Lio/netty/buffer/ByteBuf;
      named getCapacity Lnet/minecraft/util/PacketByteBuf;getCapacity(I)Lio/netty/buffer/ByteBuf;
    • getMaxCapacity

      public int getMaxCapacity()
      Mappings:
      Namespace Name Mixin selector
      official maxCapacity Lem;maxCapacity()I
      intermediary maxCapacity Lnet/minecraft/class_1435;maxCapacity()I
      named getMaxCapacity Lnet/minecraft/util/PacketByteBuf;getMaxCapacity()I
    • alloc

      public ByteBufAllocator alloc()
      Specified by:
      alloc in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official alloc Lem;alloc()Lio/netty/buffer/ByteBufAllocator;
      intermediary alloc Lnet/minecraft/class_1435;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 Lem;order()Ljava/nio/ByteOrder;
      intermediary order Lnet/minecraft/class_1435;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 Lem;order(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
      intermediary order Lnet/minecraft/class_1435;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 Lem;unwrap()Lio/netty/buffer/ByteBuf;
      intermediary unwrap Lnet/minecraft/class_1435;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 Lem;isDirect()Z
      intermediary isDirect Lnet/minecraft/class_1435;isDirect()Z
      named isDirect Lnet/minecraft/util/PacketByteBuf;isDirect()Z
    • readerIndex

      public int readerIndex()
      Specified by:
      readerIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readerIndex Lem;readerIndex()I
      intermediary readerIndex Lnet/minecraft/class_1435;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 Lem;readerIndex(I)Lio/netty/buffer/ByteBuf;
      intermediary readerIndex Lnet/minecraft/class_1435;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 Lem;writerIndex()I
      intermediary writerIndex Lnet/minecraft/class_1435;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 Lem;writerIndex(I)Lio/netty/buffer/ByteBuf;
      intermediary writerIndex Lnet/minecraft/class_1435;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 Lem;setIndex(II)Lio/netty/buffer/ByteBuf;
      intermediary setIndex Lnet/minecraft/class_1435;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 Lem;readableBytes()I
      intermediary readableBytes Lnet/minecraft/class_1435;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 Lem;writableBytes()I
      intermediary writableBytes Lnet/minecraft/class_1435;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 Lem;maxWritableBytes()I
      intermediary maxWritableBytes Lnet/minecraft/class_1435;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 Lem;isReadable()Z
      intermediary isReadable Lnet/minecraft/class_1435;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 Lem;isReadable(I)Z
      intermediary isReadable Lnet/minecraft/class_1435;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 Lem;isWritable()Z
      intermediary isWritable Lnet/minecraft/class_1435;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 Lem;isWritable(I)Z
      intermediary isWritable Lnet/minecraft/class_1435;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 Lem;clear()Lio/netty/buffer/ByteBuf;
      intermediary clear Lnet/minecraft/class_1435;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 Lem;markReaderIndex()Lio/netty/buffer/ByteBuf;
      intermediary markReaderIndex Lnet/minecraft/class_1435;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 Lem;resetReaderIndex()Lio/netty/buffer/ByteBuf;
      intermediary resetReaderIndex Lnet/minecraft/class_1435;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 Lem;markWriterIndex()Lio/netty/buffer/ByteBuf;
      intermediary markWriterIndex Lnet/minecraft/class_1435;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 Lem;resetWriterIndex()Lio/netty/buffer/ByteBuf;
      intermediary resetWriterIndex Lnet/minecraft/class_1435;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 Lem;discardReadBytes()Lio/netty/buffer/ByteBuf;
      intermediary discardReadBytes Lnet/minecraft/class_1435;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 Lem;discardSomeReadBytes()Lio/netty/buffer/ByteBuf;
      intermediary discardSomeReadBytes Lnet/minecraft/class_1435;discardSomeReadBytes()Lio/netty/buffer/ByteBuf;
      named discardSomeReadBytes Lnet/minecraft/util/PacketByteBuf;discardSomeReadBytes()Lio/netty/buffer/ByteBuf;
    • ensureWritable

      public ByteBuf ensureWritable​(int i)
      Specified by:
      ensureWritable in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official ensureWritable Lem;ensureWritable(I)Lio/netty/buffer/ByteBuf;
      intermediary ensureWritable Lnet/minecraft/class_1435;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 Lem;ensureWritable(IZ)I
      intermediary ensureWritable Lnet/minecraft/class_1435;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 Lem;getBoolean(I)Z
      intermediary getBoolean Lnet/minecraft/class_1435;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 Lem;getByte(I)B
      intermediary getByte Lnet/minecraft/class_1435;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 Lem;getUnsignedByte(I)S
      intermediary getUnsignedByte Lnet/minecraft/class_1435;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 Lem;getShort(I)S
      intermediary getShort Lnet/minecraft/class_1435;getShort(I)S
      named getShort Lnet/minecraft/util/PacketByteBuf;getShort(I)S
    • getUnsignedShort

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

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

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

      public int getInt​(int i)
      Specified by:
      getInt in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getInt Lem;getInt(I)I
      intermediary getInt Lnet/minecraft/class_1435;getInt(I)I
      named getInt Lnet/minecraft/util/PacketByteBuf;getInt(I)I
    • getUnsignedInt

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

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

      public char getChar​(int i)
      Specified by:
      getChar in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getChar Lem;getChar(I)C
      intermediary getChar Lnet/minecraft/class_1435;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 Lem;getFloat(I)F
      intermediary getFloat Lnet/minecraft/class_1435;getFloat(I)F
      named getFloat Lnet/minecraft/util/PacketByteBuf;getFloat(I)F
    • getDouble

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

      public ByteBuf getBytes​(int i, ByteBuf byteBuf)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lem;getBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1435;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 i, ByteBuf byteBuf, int j)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lem;getBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1435;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 i, ByteBuf byteBuf, int j, int k)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lem;getBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1435;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 i, byte[] bytes)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lem;getBytes(I[B)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1435;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 Lem;getBytes(I[BII)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1435;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 i, ByteBuffer buffer)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lem;getBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1435;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 i, OutputStream stream, int j) throws IOException
      Specified by:
      getBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lem;getBytes(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_1435;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 i, GatheringByteChannel channel, int j) throws IOException
      Specified by:
      getBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lem;getBytes(ILjava/nio/channels/GatheringByteChannel;I)I
      intermediary getBytes Lnet/minecraft/class_1435;getBytes(ILjava/nio/channels/GatheringByteChannel;I)I
      named getBytes Lnet/minecraft/util/PacketByteBuf;getBytes(ILjava/nio/channels/GatheringByteChannel;I)I
    • setBoolean

      public ByteBuf setBoolean​(int i, boolean bl)
      Specified by:
      setBoolean in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBoolean Lem;setBoolean(IZ)Lio/netty/buffer/ByteBuf;
      intermediary setBoolean Lnet/minecraft/class_1435;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 Lem;setByte(II)Lio/netty/buffer/ByteBuf;
      intermediary setByte Lnet/minecraft/class_1435;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 Lem;setShort(II)Lio/netty/buffer/ByteBuf;
      intermediary setShort Lnet/minecraft/class_1435;setShort(II)Lio/netty/buffer/ByteBuf;
      named setShort Lnet/minecraft/util/PacketByteBuf;setShort(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 Lem;setMedium(II)Lio/netty/buffer/ByteBuf;
      intermediary setMedium Lnet/minecraft/class_1435;setMedium(II)Lio/netty/buffer/ByteBuf;
      named setMedium Lnet/minecraft/util/PacketByteBuf;setMedium(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 Lem;setInt(II)Lio/netty/buffer/ByteBuf;
      intermediary setInt Lnet/minecraft/class_1435;setInt(II)Lio/netty/buffer/ByteBuf;
      named setInt Lnet/minecraft/util/PacketByteBuf;setInt(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 Lem;setLong(IJ)Lio/netty/buffer/ByteBuf;
      intermediary setLong Lnet/minecraft/class_1435;setLong(IJ)Lio/netty/buffer/ByteBuf;
      named setLong Lnet/minecraft/util/PacketByteBuf;setLong(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 Lem;setChar(II)Lio/netty/buffer/ByteBuf;
      intermediary setChar Lnet/minecraft/class_1435;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 Lem;setFloat(IF)Lio/netty/buffer/ByteBuf;
      intermediary setFloat Lnet/minecraft/class_1435;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 Lem;setDouble(ID)Lio/netty/buffer/ByteBuf;
      intermediary setDouble Lnet/minecraft/class_1435;setDouble(ID)Lio/netty/buffer/ByteBuf;
      named setDouble Lnet/minecraft/util/PacketByteBuf;setDouble(ID)Lio/netty/buffer/ByteBuf;
    • setBytes

      public ByteBuf setBytes​(int i, ByteBuf byteBuf)
      Specified by:
      setBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lem;setBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1435;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 i, ByteBuf byteBuf, int j)
      Specified by:
      setBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lem;setBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1435;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 i, ByteBuf buf, int j, int k)
      Specified by:
      setBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lem;setBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1435;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 i, byte[] bytes)
      Specified by:
      setBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lem;setBytes(I[B)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1435;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 Lem;setBytes(I[BII)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1435;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 Lem;setBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_1435;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 Lem;setBytes(ILjava/io/InputStream;I)I
      intermediary setBytes Lnet/minecraft/class_1435;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 Lem;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)I
      intermediary setBytes Lnet/minecraft/class_1435;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)I
      named setBytes Lnet/minecraft/util/PacketByteBuf;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)I
    • setZero

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

      public boolean readBoolean()
      Specified by:
      readBoolean in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readBoolean Lem;readBoolean()Z
      intermediary readBoolean Lnet/minecraft/class_1435;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 Lem;readByte()B
      intermediary readByte Lnet/minecraft/class_1435;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 Lem;readUnsignedByte()S
      intermediary readUnsignedByte Lnet/minecraft/class_1435;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 Lem;readShort()S
      intermediary readShort Lnet/minecraft/class_1435;readShort()S
      named readShort Lnet/minecraft/util/PacketByteBuf;readShort()S
    • readUnsignedShort

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

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

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

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

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

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

      public char readChar()
      Specified by:
      readChar in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readChar Lem;readChar()C
      intermediary readChar Lnet/minecraft/class_1435;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 Lem;readFloat()F
      intermediary readFloat Lnet/minecraft/class_1435;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 Lem;readDouble()D
      intermediary readDouble Lnet/minecraft/class_1435;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 Lem;readBytes(I)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1435;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 Lem;readSlice(I)Lio/netty/buffer/ByteBuf;
      intermediary readSlice Lnet/minecraft/class_1435;readSlice(I)Lio/netty/buffer/ByteBuf;
      named readSlice Lnet/minecraft/util/PacketByteBuf;readSlice(I)Lio/netty/buffer/ByteBuf;
    • readBytes

      public ByteBuf readBytes​(ByteBuf byteBuf)
      Specified by:
      readBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lem;readBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1435;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 Lem;readBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1435;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 Lem;readBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1435;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 Lem;readBytes([B)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1435;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 Lem;readBytes([BII)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1435;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 Lem;readBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1435;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 Lem;readBytes(Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_1435;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 Lem;readBytes(Ljava/nio/channels/GatheringByteChannel;I)I
      intermediary readBytes Lnet/minecraft/class_1435;readBytes(Ljava/nio/channels/GatheringByteChannel;I)I
      named readBytes Lnet/minecraft/util/PacketByteBuf;readBytes(Ljava/nio/channels/GatheringByteChannel;I)I
    • skipBytes

      public ByteBuf skipBytes​(int int2)
      Specified by:
      skipBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official skipBytes Lem;skipBytes(I)Lio/netty/buffer/ByteBuf;
      intermediary skipBytes Lnet/minecraft/class_1435;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 Lem;writeBoolean(Z)Lio/netty/buffer/ByteBuf;
      intermediary writeBoolean Lnet/minecraft/class_1435;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 Lem;writeByte(I)Lio/netty/buffer/ByteBuf;
      intermediary writeByte Lnet/minecraft/class_1435;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 Lem;writeShort(I)Lio/netty/buffer/ByteBuf;
      intermediary writeShort Lnet/minecraft/class_1435;writeShort(I)Lio/netty/buffer/ByteBuf;
      named writeShort Lnet/minecraft/util/PacketByteBuf;writeShort(I)Lio/netty/buffer/ByteBuf;
    • writeMedium

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

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

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

      public ByteBuf writeChar​(int int2)
      Specified by:
      writeChar in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeChar Lem;writeChar(I)Lio/netty/buffer/ByteBuf;
      intermediary writeChar Lnet/minecraft/class_1435;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 Lem;writeFloat(F)Lio/netty/buffer/ByteBuf;
      intermediary writeFloat Lnet/minecraft/class_1435;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 Lem;writeDouble(D)Lio/netty/buffer/ByteBuf;
      intermediary writeDouble Lnet/minecraft/class_1435;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 Lem;writeBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1435;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 Lem;writeBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1435;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 Lem;writeBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1435;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 Lem;writeBytes([B)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1435;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 Lem;writeBytes([BII)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1435;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 Lem;writeBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      intermediary writeBytes Lnet/minecraft/class_1435;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 Lem;writeBytes(Ljava/io/InputStream;I)I
      intermediary writeBytes Lnet/minecraft/class_1435;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 Lem;writeBytes(Ljava/nio/channels/ScatteringByteChannel;I)I
      intermediary writeBytes Lnet/minecraft/class_1435;writeBytes(Ljava/nio/channels/ScatteringByteChannel;I)I
      named writeBytes Lnet/minecraft/util/PacketByteBuf;writeBytes(Ljava/nio/channels/ScatteringByteChannel;I)I
    • writeZero

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

      public int indexOf​(int int2, int int3, byte byte2)
      Specified by:
      indexOf in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official indexOf Lem;indexOf(IIB)I
      intermediary indexOf Lnet/minecraft/class_1435;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 Lem;bytesBefore(B)I
      intermediary bytesBefore Lnet/minecraft/class_1435;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 Lem;bytesBefore(IB)I
      intermediary bytesBefore Lnet/minecraft/class_1435;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 Lem;bytesBefore(IIB)I
      intermediary bytesBefore Lnet/minecraft/class_1435;bytesBefore(IIB)I
      named bytesBefore Lnet/minecraft/util/PacketByteBuf;bytesBefore(IIB)I
    • forEachByte

      public int forEachByte​(ByteBufProcessor byteBufProcessor)
      Specified by:
      forEachByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official forEachByte Lem;forEachByte(Lio/netty/buffer/ByteBufProcessor;)I
      intermediary forEachByte Lnet/minecraft/class_1435;forEachByte(Lio/netty/buffer/ByteBufProcessor;)I
      named forEachByte Lnet/minecraft/util/PacketByteBuf;forEachByte(Lio/netty/buffer/ByteBufProcessor;)I
    • forEachByte

      public int forEachByte​(int int2, int int3, ByteBufProcessor byteBufProcessor)
      Specified by:
      forEachByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official forEachByte Lem;forEachByte(IILio/netty/buffer/ByteBufProcessor;)I
      intermediary forEachByte Lnet/minecraft/class_1435;forEachByte(IILio/netty/buffer/ByteBufProcessor;)I
      named forEachByte Lnet/minecraft/util/PacketByteBuf;forEachByte(IILio/netty/buffer/ByteBufProcessor;)I
    • forEachByteDesc

      public int forEachByteDesc​(ByteBufProcessor byteBufProcessor)
      Specified by:
      forEachByteDesc in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official forEachByteDesc Lem;forEachByteDesc(Lio/netty/buffer/ByteBufProcessor;)I
      intermediary forEachByteDesc Lnet/minecraft/class_1435;forEachByteDesc(Lio/netty/buffer/ByteBufProcessor;)I
      named forEachByteDesc Lnet/minecraft/util/PacketByteBuf;forEachByteDesc(Lio/netty/buffer/ByteBufProcessor;)I
    • forEachByteDesc

      public int forEachByteDesc​(int int2, int int3, ByteBufProcessor byteBufProcessor)
      Specified by:
      forEachByteDesc in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official forEachByteDesc Lem;forEachByteDesc(IILio/netty/buffer/ByteBufProcessor;)I
      intermediary forEachByteDesc Lnet/minecraft/class_1435;forEachByteDesc(IILio/netty/buffer/ByteBufProcessor;)I
      named forEachByteDesc Lnet/minecraft/util/PacketByteBuf;forEachByteDesc(IILio/netty/buffer/ByteBufProcessor;)I
    • copy

      public ByteBuf copy()
      Specified by:
      copy in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official copy Lem;copy()Lio/netty/buffer/ByteBuf;
      intermediary copy Lnet/minecraft/class_1435;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 Lem;copy(II)Lio/netty/buffer/ByteBuf;
      intermediary copy Lnet/minecraft/class_1435;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 Lem;slice()Lio/netty/buffer/ByteBuf;
      intermediary slice Lnet/minecraft/class_1435;slice()Lio/netty/buffer/ByteBuf;
      named slice Lnet/minecraft/util/PacketByteBuf;slice()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 Lem;slice(II)Lio/netty/buffer/ByteBuf;
      intermediary slice Lnet/minecraft/class_1435;slice(II)Lio/netty/buffer/ByteBuf;
      named slice Lnet/minecraft/util/PacketByteBuf;slice(II)Lio/netty/buffer/ByteBuf;
    • duplicate

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

      public int nioBufferCount()
      Specified by:
      nioBufferCount in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official nioBufferCount Lem;nioBufferCount()I
      intermediary nioBufferCount Lnet/minecraft/class_1435;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 Lem;nioBuffer()Ljava/nio/ByteBuffer;
      intermediary nioBuffer Lnet/minecraft/class_1435;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 Lem;nioBuffer(II)Ljava/nio/ByteBuffer;
      intermediary nioBuffer Lnet/minecraft/class_1435;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 Lem;internalNioBuffer(II)Ljava/nio/ByteBuffer;
      intermediary internalNioBuffer Lnet/minecraft/class_1435;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 Lem;nioBuffers()[Ljava/nio/ByteBuffer;
      intermediary nioBuffers Lnet/minecraft/class_1435;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 Lem;nioBuffers(II)[Ljava/nio/ByteBuffer;
      intermediary nioBuffers Lnet/minecraft/class_1435;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 Lem;hasArray()Z
      intermediary hasArray Lnet/minecraft/class_1435;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 Lem;array()[B
      intermediary array Lnet/minecraft/class_1435;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 Lem;arrayOffset()I
      intermediary arrayOffset Lnet/minecraft/class_1435;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 Lem;hasMemoryAddress()Z
      intermediary hasMemoryAddress Lnet/minecraft/class_1435;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 Lem;memoryAddress()J
      intermediary memoryAddress Lnet/minecraft/class_1435;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 Lem;toString(Ljava/nio/charset/Charset;)Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_1435;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 Lem;toString(IILjava/nio/charset/Charset;)Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_1435;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 Lem;hashCode()I
      intermediary hashCode Lnet/minecraft/class_1435;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 Lem;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_1435;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 Lem;compareTo(Lio/netty/buffer/ByteBuf;)I
      intermediary compareTo Lnet/minecraft/class_1435;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 Lem;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_1435;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 Lem;retain(I)Lio/netty/buffer/ByteBuf;
      intermediary retain Lnet/minecraft/class_1435;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 Lem;retain()Lio/netty/buffer/ByteBuf;
      intermediary retain Lnet/minecraft/class_1435;retain()Lio/netty/buffer/ByteBuf;
      named retain Lnet/minecraft/util/PacketByteBuf;retain()Lio/netty/buffer/ByteBuf;
    • refCnt

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

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

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