Class PacketByteBuf

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

public class PacketByteBuf
extends ByteBuf
Mappings:
Namespace Name
official nw
intermediary net/minecraft/class_2540
named net/minecraft/network/PacketByteBuf
  • Field Details

    • parent

      private final ByteBuf parent
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a:Lio/netty/buffer/ByteBuf;
      intermediary field_11695 Lnet/minecraft/class_2540;field_11695:Lio/netty/buffer/ByteBuf;
      named parent Lnet/minecraft/network/PacketByteBuf;parent:Lio/netty/buffer/ByteBuf;
  • Constructor Details

    • PacketByteBuf

      public PacketByteBuf​(ByteBuf byteBuf)
  • Method Details

    • getVarIntSizeBytes

      public static int getVarIntSizeBytes​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(I)I
      intermediary method_10815 Lnet/minecraft/class_2540;method_10815(I)I
      named getVarIntSizeBytes Lnet/minecraft/network/PacketByteBuf;getVarIntSizeBytes(I)I
    • decode

      public <T> T decode​(com.mojang.serialization.Codec<T> codec) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Lcom/mojang/serialization/Codec;)Ljava/lang/Object;
      intermediary method_29171 Lnet/minecraft/class_2540;method_29171(Lcom/mojang/serialization/Codec;)Ljava/lang/Object;
      named decode Lnet/minecraft/network/PacketByteBuf;decode(Lcom/mojang/serialization/Codec;)Ljava/lang/Object;
    • encode

      public <T> void encode​(com.mojang.serialization.Codec<T> codec, T t) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Lcom/mojang/serialization/Codec;Ljava/lang/Object;)V
      intermediary method_29172 Lnet/minecraft/class_2540;method_29172(Lcom/mojang/serialization/Codec;Ljava/lang/Object;)V
      named encode Lnet/minecraft/network/PacketByteBuf;encode(Lcom/mojang/serialization/Codec;Ljava/lang/Object;)V
    • writeByteArray

      public PacketByteBuf writeByteArray​(byte[] byte2)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a([B)Lnw;
      intermediary method_10813 Lnet/minecraft/class_2540;method_10813([B)Lnet/minecraft/class_2540;
      named writeByteArray Lnet/minecraft/network/PacketByteBuf;writeByteArray([B)Lnet/minecraft/network/PacketByteBuf;
    • readByteArray

      public byte[] readByteArray()
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a()[B
      intermediary method_10795 Lnet/minecraft/class_2540;method_10795()[B
      named readByteArray Lnet/minecraft/network/PacketByteBuf;readByteArray()[B
    • readByteArray

      public byte[] readByteArray​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lnw;b(I)[B
      intermediary method_10803 Lnet/minecraft/class_2540;method_10803(I)[B
      named readByteArray Lnet/minecraft/network/PacketByteBuf;readByteArray(I)[B
    • writeIntArray

      public PacketByteBuf writeIntArray​(int[] int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a([I)Lnw;
      intermediary method_10806 Lnet/minecraft/class_2540;method_10806([I)Lnet/minecraft/class_2540;
      named writeIntArray Lnet/minecraft/network/PacketByteBuf;writeIntArray([I)Lnet/minecraft/network/PacketByteBuf;
    • readIntArray

      public int[] readIntArray()
      Mappings:
      Namespace Name Mixin selector
      official b Lnw;b()[I
      intermediary method_10787 Lnet/minecraft/class_2540;method_10787()[I
      named readIntArray Lnet/minecraft/network/PacketByteBuf;readIntArray()[I
    • readIntArray

      public int[] readIntArray​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official c Lnw;c(I)[I
      intermediary method_10799 Lnet/minecraft/class_2540;method_10799(I)[I
      named readIntArray Lnet/minecraft/network/PacketByteBuf;readIntArray(I)[I
    • writeLongArray

      public PacketByteBuf writeLongArray​(long[] long2)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a([J)Lnw;
      intermediary method_10789 Lnet/minecraft/class_2540;method_10789([J)Lnet/minecraft/class_2540;
      named writeLongArray Lnet/minecraft/network/PacketByteBuf;writeLongArray([J)Lnet/minecraft/network/PacketByteBuf;
    • method_33134

      public long[] method_33134()
      Mappings:
      Namespace Name Mixin selector
      official c Lnw;c()[J
      intermediary method_33134 Lnet/minecraft/class_2540;method_33134()[J
      named method_33134 Lnet/minecraft/network/PacketByteBuf;method_33134()[J
    • readLongArray

      public long[] readLongArray​(@Nullable long[] long2)
      Mappings:
      Namespace Name Mixin selector
      official b Lnw;b([J)[J
      intermediary method_10801 Lnet/minecraft/class_2540;method_10801([J)[J
      named readLongArray Lnet/minecraft/network/PacketByteBuf;readLongArray([J)[J
    • readLongArray

      public long[] readLongArray​(@Nullable long[] toArray, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a([JI)[J
      intermediary method_10809 Lnet/minecraft/class_2540;method_10809([JI)[J
      named readLongArray Lnet/minecraft/network/PacketByteBuf;readLongArray([JI)[J
    • readBlockPos

      public BlockPos readBlockPos()
      Mappings:
      Namespace Name Mixin selector
      official e Lnw;e()Lfx;
      intermediary method_10811 Lnet/minecraft/class_2540;method_10811()Lnet/minecraft/class_2338;
      named readBlockPos Lnet/minecraft/network/PacketByteBuf;readBlockPos()Lnet/minecraft/util/math/BlockPos;
    • writeBlockPos

      public PacketByteBuf writeBlockPos​(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Lfx;)Lnw;
      intermediary method_10807 Lnet/minecraft/class_2540;method_10807(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2540;
      named writeBlockPos Lnet/minecraft/network/PacketByteBuf;writeBlockPos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/network/PacketByteBuf;
    • readChunkSectionPos

      @Environment(CLIENT) public ChunkSectionPos readChunkSectionPos()
      Mappings:
      Namespace Name Mixin selector
      official g Lnw;g()Lgq;
      intermediary method_19456 Lnet/minecraft/class_2540;method_19456()Lnet/minecraft/class_4076;
      named readChunkSectionPos Lnet/minecraft/network/PacketByteBuf;readChunkSectionPos()Lnet/minecraft/util/math/ChunkSectionPos;
    • readText

      public Text readText()
      Mappings:
      Namespace Name Mixin selector
      official h Lnw;h()Loi;
      intermediary method_10808 Lnet/minecraft/class_2540;method_10808()Lnet/minecraft/class_2561;
      named readText Lnet/minecraft/network/PacketByteBuf;readText()Lnet/minecraft/text/Text;
    • writeText

      public PacketByteBuf writeText​(Text text)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Loi;)Lnw;
      intermediary method_10805 Lnet/minecraft/class_2540;method_10805(Lnet/minecraft/class_2561;)Lnet/minecraft/class_2540;
      named writeText Lnet/minecraft/network/PacketByteBuf;writeText(Lnet/minecraft/text/Text;)Lnet/minecraft/network/PacketByteBuf;
    • readEnumConstant

      public <T extends Enum<T>> T readEnumConstant​(Class<T> class2)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Ljava/lang/Class;)Ljava/lang/Enum;
      intermediary method_10818 Lnet/minecraft/class_2540;method_10818(Ljava/lang/Class;)Ljava/lang/Enum;
      named readEnumConstant Lnet/minecraft/network/PacketByteBuf;readEnumConstant(Ljava/lang/Class;)Ljava/lang/Enum;
    • writeEnumConstant

      public PacketByteBuf writeEnumConstant​(Enum<?> enum2)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Ljava/lang/Enum;)Lnw;
      intermediary method_10817 Lnet/minecraft/class_2540;method_10817(Ljava/lang/Enum;)Lnet/minecraft/class_2540;
      named writeEnumConstant Lnet/minecraft/network/PacketByteBuf;writeEnumConstant(Ljava/lang/Enum;)Lnet/minecraft/network/PacketByteBuf;
    • readVarInt

      public int readVarInt()
      Mappings:
      Namespace Name Mixin selector
      official i Lnw;i()I
      intermediary method_10816 Lnet/minecraft/class_2540;method_10816()I
      named readVarInt Lnet/minecraft/network/PacketByteBuf;readVarInt()I
    • readVarLong

      public long readVarLong()
      Mappings:
      Namespace Name Mixin selector
      official j Lnw;j()J
      intermediary method_10792 Lnet/minecraft/class_2540;method_10792()J
      named readVarLong Lnet/minecraft/network/PacketByteBuf;readVarLong()J
    • writeUuid

      public PacketByteBuf writeUuid​(UUID uUID)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Ljava/util/UUID;)Lnw;
      intermediary method_10797 Lnet/minecraft/class_2540;method_10797(Ljava/util/UUID;)Lnet/minecraft/class_2540;
      named writeUuid Lnet/minecraft/network/PacketByteBuf;writeUuid(Ljava/util/UUID;)Lnet/minecraft/network/PacketByteBuf;
    • readUuid

      public UUID readUuid()
      Mappings:
      Namespace Name Mixin selector
      official k Lnw;k()Ljava/util/UUID;
      intermediary method_10790 Lnet/minecraft/class_2540;method_10790()Ljava/util/UUID;
      named readUuid Lnet/minecraft/network/PacketByteBuf;readUuid()Ljava/util/UUID;
    • writeVarInt

      public PacketByteBuf writeVarInt​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official d Lnw;d(I)Lnw;
      intermediary method_10804 Lnet/minecraft/class_2540;method_10804(I)Lnet/minecraft/class_2540;
      named writeVarInt Lnet/minecraft/network/PacketByteBuf;writeVarInt(I)Lnet/minecraft/network/PacketByteBuf;
    • writeVarLong

      public PacketByteBuf writeVarLong​(long long2)
      Mappings:
      Namespace Name Mixin selector
      official b Lnw;b(J)Lnw;
      intermediary method_10791 Lnet/minecraft/class_2540;method_10791(J)Lnet/minecraft/class_2540;
      named writeVarLong Lnet/minecraft/network/PacketByteBuf;writeVarLong(J)Lnet/minecraft/network/PacketByteBuf;
    • writeCompoundTag

      public PacketByteBuf writeCompoundTag​(@Nullable CompoundTag compoundTag)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Lmq;)Lnw;
      intermediary method_10794 Lnet/minecraft/class_2540;method_10794(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2540;
      named writeCompoundTag Lnet/minecraft/network/PacketByteBuf;writeCompoundTag(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/network/PacketByteBuf;
    • readCompoundTag

      @Nullable public CompoundTag readCompoundTag()
      Mappings:
      Namespace Name Mixin selector
      official l Lnw;l()Lmq;
      intermediary method_10798 Lnet/minecraft/class_2540;method_10798()Lnet/minecraft/class_2487;
      named readCompoundTag Lnet/minecraft/network/PacketByteBuf;readCompoundTag()Lnet/minecraft/nbt/CompoundTag;
    • method_30617

      @Nullable public CompoundTag method_30617()
      Mappings:
      Namespace Name Mixin selector
      official m Lnw;m()Lmq;
      intermediary method_30617 Lnet/minecraft/class_2540;method_30617()Lnet/minecraft/class_2487;
      named method_30617 Lnet/minecraft/network/PacketByteBuf;method_30617()Lnet/minecraft/nbt/CompoundTag;
    • method_30616

      @Nullable public CompoundTag method_30616​(PositionTracker positionTracker)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Lmz;)Lmq;
      intermediary method_30616 Lnet/minecraft/class_2540;method_30616(Lnet/minecraft/class_2505;)Lnet/minecraft/class_2487;
      named method_30616 Lnet/minecraft/network/PacketByteBuf;method_30616(Lnet/minecraft/nbt/PositionTracker;)Lnet/minecraft/nbt/CompoundTag;
    • writeItemStack

      public PacketByteBuf writeItemStack​(ItemStack itemStack)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Lbnv;)Lnw;
      intermediary method_10793 Lnet/minecraft/class_2540;method_10793(Lnet/minecraft/class_1799;)Lnet/minecraft/class_2540;
      named writeItemStack Lnet/minecraft/network/PacketByteBuf;writeItemStack(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/network/PacketByteBuf;
    • readItemStack

      public ItemStack readItemStack()
      Mappings:
      Namespace Name Mixin selector
      official n Lnw;n()Lbnv;
      intermediary method_10819 Lnet/minecraft/class_2540;method_10819()Lnet/minecraft/class_1799;
      named readItemStack Lnet/minecraft/network/PacketByteBuf;readItemStack()Lnet/minecraft/item/ItemStack;
    • readString

      @Environment(CLIENT) public String readString()
      Mappings:
      Namespace Name Mixin selector
      official o Lnw;o()Ljava/lang/String;
      intermediary method_19772 Lnet/minecraft/class_2540;method_19772()Ljava/lang/String;
      named readString Lnet/minecraft/network/PacketByteBuf;readString()Ljava/lang/String;
    • readString

      public String readString​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official e Lnw;e(I)Ljava/lang/String;
      intermediary method_10800 Lnet/minecraft/class_2540;method_10800(I)Ljava/lang/String;
      named readString Lnet/minecraft/network/PacketByteBuf;readString(I)Ljava/lang/String;
    • writeString

      public PacketByteBuf writeString​(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Ljava/lang/String;)Lnw;
      intermediary method_10814 Lnet/minecraft/class_2540;method_10814(Ljava/lang/String;)Lnet/minecraft/class_2540;
      named writeString Lnet/minecraft/network/PacketByteBuf;writeString(Ljava/lang/String;)Lnet/minecraft/network/PacketByteBuf;
    • writeString

      public PacketByteBuf writeString​(String string, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Ljava/lang/String;I)Lnw;
      intermediary method_10788 Lnet/minecraft/class_2540;method_10788(Ljava/lang/String;I)Lnet/minecraft/class_2540;
      named writeString Lnet/minecraft/network/PacketByteBuf;writeString(Ljava/lang/String;I)Lnet/minecraft/network/PacketByteBuf;
    • readIdentifier

      public Identifier readIdentifier()
      Mappings:
      Namespace Name Mixin selector
      official p Lnw;p()Lwb;
      intermediary method_10810 Lnet/minecraft/class_2540;method_10810()Lnet/minecraft/class_2960;
      named readIdentifier Lnet/minecraft/network/PacketByteBuf;readIdentifier()Lnet/minecraft/util/Identifier;
    • writeIdentifier

      public PacketByteBuf writeIdentifier​(Identifier identifier)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Lwb;)Lnw;
      intermediary method_10812 Lnet/minecraft/class_2540;method_10812(Lnet/minecraft/class_2960;)Lnet/minecraft/class_2540;
      named writeIdentifier Lnet/minecraft/network/PacketByteBuf;writeIdentifier(Lnet/minecraft/util/Identifier;)Lnet/minecraft/network/PacketByteBuf;
    • readDate

      public Date readDate()
      Mappings:
      Namespace Name Mixin selector
      official q Lnw;q()Ljava/util/Date;
      intermediary method_10802 Lnet/minecraft/class_2540;method_10802()Ljava/util/Date;
      named readDate Lnet/minecraft/network/PacketByteBuf;readDate()Ljava/util/Date;
    • writeDate

      public PacketByteBuf writeDate​(Date date)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Ljava/util/Date;)Lnw;
      intermediary method_10796 Lnet/minecraft/class_2540;method_10796(Ljava/util/Date;)Lnet/minecraft/class_2540;
      named writeDate Lnet/minecraft/network/PacketByteBuf;writeDate(Ljava/util/Date;)Lnet/minecraft/network/PacketByteBuf;
    • readBlockHitResult

      public BlockHitResult readBlockHitResult()
      Mappings:
      Namespace Name Mixin selector
      official r Lnw;r()Ldiq;
      intermediary method_17814 Lnet/minecraft/class_2540;method_17814()Lnet/minecraft/class_3965;
      named readBlockHitResult Lnet/minecraft/network/PacketByteBuf;readBlockHitResult()Lnet/minecraft/util/hit/BlockHitResult;
    • writeBlockHitResult

      public void writeBlockHitResult​(BlockHitResult blockHitResult)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Ldiq;)V
      intermediary method_17813 Lnet/minecraft/class_2540;method_17813(Lnet/minecraft/class_3965;)V
      named writeBlockHitResult Lnet/minecraft/network/PacketByteBuf;writeBlockHitResult(Lnet/minecraft/util/hit/BlockHitResult;)V
    • method_33558

      public BitSet method_33558()
      Mappings:
      Namespace Name Mixin selector
      official s Lnw;s()Ljava/util/BitSet;
      intermediary method_33558 Lnet/minecraft/class_2540;method_33558()Ljava/util/BitSet;
      named method_33558 Lnet/minecraft/network/PacketByteBuf;method_33558()Ljava/util/BitSet;
    • method_33557

      public void method_33557​(BitSet bitSet)
      Mappings:
      Namespace Name Mixin selector
      official a Lnw;a(Ljava/util/BitSet;)V
      intermediary method_33557 Lnet/minecraft/class_2540;method_33557(Ljava/util/BitSet;)V
      named method_33557 Lnet/minecraft/network/PacketByteBuf;method_33557(Ljava/util/BitSet;)V
    • capacity

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

      public ByteBuf capacity​(int int2)
      Specified by:
      capacity in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official capacity Lnw;capacity(I)Lio/netty/buffer/ByteBuf;
      intermediary capacity Lnet/minecraft/class_2540;capacity(I)Lio/netty/buffer/ByteBuf;
      named capacity Lnet/minecraft/network/PacketByteBuf;capacity(I)Lio/netty/buffer/ByteBuf;
    • maxCapacity

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

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

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

      public ByteBuf order​(ByteOrder byteOrder)
      Specified by:
      order in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official order Lnw;order(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
      intermediary order Lnet/minecraft/class_2540;order(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
      named order Lnet/minecraft/network/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 Lnw;unwrap()Lio/netty/buffer/ByteBuf;
      intermediary unwrap Lnet/minecraft/class_2540;unwrap()Lio/netty/buffer/ByteBuf;
      named unwrap Lnet/minecraft/network/PacketByteBuf;unwrap()Lio/netty/buffer/ByteBuf;
    • isDirect

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

      public boolean isReadOnly()
      Specified by:
      isReadOnly in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official isReadOnly Lnw;isReadOnly()Z
      intermediary isReadOnly Lnet/minecraft/class_2540;isReadOnly()Z
      named isReadOnly Lnet/minecraft/network/PacketByteBuf;isReadOnly()Z
    • asReadOnly

      public ByteBuf asReadOnly()
      Specified by:
      asReadOnly in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official asReadOnly Lnw;asReadOnly()Lio/netty/buffer/ByteBuf;
      intermediary asReadOnly Lnet/minecraft/class_2540;asReadOnly()Lio/netty/buffer/ByteBuf;
      named asReadOnly Lnet/minecraft/network/PacketByteBuf;asReadOnly()Lio/netty/buffer/ByteBuf;
    • readerIndex

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

      public ByteBuf readerIndex​(int int2)
      Specified by:
      readerIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readerIndex Lnw;readerIndex(I)Lio/netty/buffer/ByteBuf;
      intermediary readerIndex Lnet/minecraft/class_2540;readerIndex(I)Lio/netty/buffer/ByteBuf;
      named readerIndex Lnet/minecraft/network/PacketByteBuf;readerIndex(I)Lio/netty/buffer/ByteBuf;
    • writerIndex

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

      public ByteBuf writerIndex​(int int2)
      Specified by:
      writerIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writerIndex Lnw;writerIndex(I)Lio/netty/buffer/ByteBuf;
      intermediary writerIndex Lnet/minecraft/class_2540;writerIndex(I)Lio/netty/buffer/ByteBuf;
      named writerIndex Lnet/minecraft/network/PacketByteBuf;writerIndex(I)Lio/netty/buffer/ByteBuf;
    • setIndex

      public ByteBuf setIndex​(int int2, int int3)
      Specified by:
      setIndex in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setIndex Lnw;setIndex(II)Lio/netty/buffer/ByteBuf;
      intermediary setIndex Lnet/minecraft/class_2540;setIndex(II)Lio/netty/buffer/ByteBuf;
      named setIndex Lnet/minecraft/network/PacketByteBuf;setIndex(II)Lio/netty/buffer/ByteBuf;
    • readableBytes

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

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

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

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

      public boolean isReadable​(int int2)
      Specified by:
      isReadable in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official isReadable Lnw;isReadable(I)Z
      intermediary isReadable Lnet/minecraft/class_2540;isReadable(I)Z
      named isReadable Lnet/minecraft/network/PacketByteBuf;isReadable(I)Z
    • isWritable

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

      public boolean isWritable​(int int2)
      Specified by:
      isWritable in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official isWritable Lnw;isWritable(I)Z
      intermediary isWritable Lnet/minecraft/class_2540;isWritable(I)Z
      named isWritable Lnet/minecraft/network/PacketByteBuf;isWritable(I)Z
    • clear

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

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

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

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

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

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

      public ByteBuf discardSomeReadBytes()
      Specified by:
      discardSomeReadBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official discardSomeReadBytes Lnw;discardSomeReadBytes()Lio/netty/buffer/ByteBuf;
      intermediary discardSomeReadBytes Lnet/minecraft/class_2540;discardSomeReadBytes()Lio/netty/buffer/ByteBuf;
      named discardSomeReadBytes Lnet/minecraft/network/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 Lnw;ensureWritable(I)Lio/netty/buffer/ByteBuf;
      intermediary ensureWritable Lnet/minecraft/class_2540;ensureWritable(I)Lio/netty/buffer/ByteBuf;
      named ensureWritable Lnet/minecraft/network/PacketByteBuf;ensureWritable(I)Lio/netty/buffer/ByteBuf;
    • ensureWritable

      public int ensureWritable​(int int2, boolean bool)
      Specified by:
      ensureWritable in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official ensureWritable Lnw;ensureWritable(IZ)I
      intermediary ensureWritable Lnet/minecraft/class_2540;ensureWritable(IZ)I
      named ensureWritable Lnet/minecraft/network/PacketByteBuf;ensureWritable(IZ)I
    • getBoolean

      public boolean getBoolean​(int int2)
      Specified by:
      getBoolean in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBoolean Lnw;getBoolean(I)Z
      intermediary getBoolean Lnet/minecraft/class_2540;getBoolean(I)Z
      named getBoolean Lnet/minecraft/network/PacketByteBuf;getBoolean(I)Z
    • getByte

      public byte getByte​(int int2)
      Specified by:
      getByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getByte Lnw;getByte(I)B
      intermediary getByte Lnet/minecraft/class_2540;getByte(I)B
      named getByte Lnet/minecraft/network/PacketByteBuf;getByte(I)B
    • getUnsignedByte

      public short getUnsignedByte​(int int2)
      Specified by:
      getUnsignedByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedByte Lnw;getUnsignedByte(I)S
      intermediary getUnsignedByte Lnet/minecraft/class_2540;getUnsignedByte(I)S
      named getUnsignedByte Lnet/minecraft/network/PacketByteBuf;getUnsignedByte(I)S
    • getShort

      public short getShort​(int int2)
      Specified by:
      getShort in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getShort Lnw;getShort(I)S
      intermediary getShort Lnet/minecraft/class_2540;getShort(I)S
      named getShort Lnet/minecraft/network/PacketByteBuf;getShort(I)S
    • getShortLE

      public short getShortLE​(int int2)
      Specified by:
      getShortLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getShortLE Lnw;getShortLE(I)S
      intermediary getShortLE Lnet/minecraft/class_2540;getShortLE(I)S
      named getShortLE Lnet/minecraft/network/PacketByteBuf;getShortLE(I)S
    • getUnsignedShort

      public int getUnsignedShort​(int int2)
      Specified by:
      getUnsignedShort in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedShort Lnw;getUnsignedShort(I)I
      intermediary getUnsignedShort Lnet/minecraft/class_2540;getUnsignedShort(I)I
      named getUnsignedShort Lnet/minecraft/network/PacketByteBuf;getUnsignedShort(I)I
    • getUnsignedShortLE

      public int getUnsignedShortLE​(int int2)
      Specified by:
      getUnsignedShortLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedShortLE Lnw;getUnsignedShortLE(I)I
      intermediary getUnsignedShortLE Lnet/minecraft/class_2540;getUnsignedShortLE(I)I
      named getUnsignedShortLE Lnet/minecraft/network/PacketByteBuf;getUnsignedShortLE(I)I
    • getMedium

      public int getMedium​(int int2)
      Specified by:
      getMedium in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getMedium Lnw;getMedium(I)I
      intermediary getMedium Lnet/minecraft/class_2540;getMedium(I)I
      named getMedium Lnet/minecraft/network/PacketByteBuf;getMedium(I)I
    • getMediumLE

      public int getMediumLE​(int int2)
      Specified by:
      getMediumLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getMediumLE Lnw;getMediumLE(I)I
      intermediary getMediumLE Lnet/minecraft/class_2540;getMediumLE(I)I
      named getMediumLE Lnet/minecraft/network/PacketByteBuf;getMediumLE(I)I
    • getUnsignedMedium

      public int getUnsignedMedium​(int int2)
      Specified by:
      getUnsignedMedium in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedMedium Lnw;getUnsignedMedium(I)I
      intermediary getUnsignedMedium Lnet/minecraft/class_2540;getUnsignedMedium(I)I
      named getUnsignedMedium Lnet/minecraft/network/PacketByteBuf;getUnsignedMedium(I)I
    • getUnsignedMediumLE

      public int getUnsignedMediumLE​(int int2)
      Specified by:
      getUnsignedMediumLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedMediumLE Lnw;getUnsignedMediumLE(I)I
      intermediary getUnsignedMediumLE Lnet/minecraft/class_2540;getUnsignedMediumLE(I)I
      named getUnsignedMediumLE Lnet/minecraft/network/PacketByteBuf;getUnsignedMediumLE(I)I
    • getInt

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

      public int getIntLE​(int int2)
      Specified by:
      getIntLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getIntLE Lnw;getIntLE(I)I
      intermediary getIntLE Lnet/minecraft/class_2540;getIntLE(I)I
      named getIntLE Lnet/minecraft/network/PacketByteBuf;getIntLE(I)I
    • getUnsignedInt

      public long getUnsignedInt​(int int2)
      Specified by:
      getUnsignedInt in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedInt Lnw;getUnsignedInt(I)J
      intermediary getUnsignedInt Lnet/minecraft/class_2540;getUnsignedInt(I)J
      named getUnsignedInt Lnet/minecraft/network/PacketByteBuf;getUnsignedInt(I)J
    • getUnsignedIntLE

      public long getUnsignedIntLE​(int int2)
      Specified by:
      getUnsignedIntLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getUnsignedIntLE Lnw;getUnsignedIntLE(I)J
      intermediary getUnsignedIntLE Lnet/minecraft/class_2540;getUnsignedIntLE(I)J
      named getUnsignedIntLE Lnet/minecraft/network/PacketByteBuf;getUnsignedIntLE(I)J
    • getLong

      public long getLong​(int int2)
      Specified by:
      getLong in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getLong Lnw;getLong(I)J
      intermediary getLong Lnet/minecraft/class_2540;getLong(I)J
      named getLong Lnet/minecraft/network/PacketByteBuf;getLong(I)J
    • getLongLE

      public long getLongLE​(int int2)
      Specified by:
      getLongLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getLongLE Lnw;getLongLE(I)J
      intermediary getLongLE Lnet/minecraft/class_2540;getLongLE(I)J
      named getLongLE Lnet/minecraft/network/PacketByteBuf;getLongLE(I)J
    • getChar

      public char getChar​(int int2)
      Specified by:
      getChar in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getChar Lnw;getChar(I)C
      intermediary getChar Lnet/minecraft/class_2540;getChar(I)C
      named getChar Lnet/minecraft/network/PacketByteBuf;getChar(I)C
    • getFloat

      public float getFloat​(int int2)
      Specified by:
      getFloat in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getFloat Lnw;getFloat(I)F
      intermediary getFloat Lnet/minecraft/class_2540;getFloat(I)F
      named getFloat Lnet/minecraft/network/PacketByteBuf;getFloat(I)F
    • getDouble

      public double getDouble​(int int2)
      Specified by:
      getDouble in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getDouble Lnw;getDouble(I)D
      intermediary getDouble Lnet/minecraft/class_2540;getDouble(I)D
      named getDouble Lnet/minecraft/network/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 Lnw;getBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_2540;getBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/network/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 Lnw;getBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_2540;getBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/network/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 Lnw;getBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_2540;getBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/network/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 Lnw;getBytes(I[B)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_2540;getBytes(I[B)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/network/PacketByteBuf;getBytes(I[B)Lio/netty/buffer/ByteBuf;
    • getBytes

      public ByteBuf getBytes​(int int2, byte[] byte2, int int3, int int4)
      Specified by:
      getBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lnw;getBytes(I[BII)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_2540;getBytes(I[BII)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/network/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 Lnw;getBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_2540;getBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/network/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 Lnw;getBytes(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
      intermediary getBytes Lnet/minecraft/class_2540;getBytes(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
      named getBytes Lnet/minecraft/network/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 Lnw;getBytes(ILjava/nio/channels/GatheringByteChannel;I)I
      intermediary getBytes Lnet/minecraft/class_2540;getBytes(ILjava/nio/channels/GatheringByteChannel;I)I
      named getBytes Lnet/minecraft/network/PacketByteBuf;getBytes(ILjava/nio/channels/GatheringByteChannel;I)I
    • getBytes

      public int getBytes​(int int2, FileChannel fileChannel, long long2, int int3) throws IOException
      Specified by:
      getBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official getBytes Lnw;getBytes(ILjava/nio/channels/FileChannel;JI)I
      intermediary getBytes Lnet/minecraft/class_2540;getBytes(ILjava/nio/channels/FileChannel;JI)I
      named getBytes Lnet/minecraft/network/PacketByteBuf;getBytes(ILjava/nio/channels/FileChannel;JI)I
    • getCharSequence

      public CharSequence getCharSequence​(int int2, int int3, Charset charset)
      Specified by:
      getCharSequence in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official getCharSequence Lnw;getCharSequence(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
      intermediary getCharSequence Lnet/minecraft/class_2540;getCharSequence(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
      named getCharSequence Lnet/minecraft/network/PacketByteBuf;getCharSequence(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
    • setBoolean

      public ByteBuf setBoolean​(int int2, boolean bool)
      Specified by:
      setBoolean in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBoolean Lnw;setBoolean(IZ)Lio/netty/buffer/ByteBuf;
      intermediary setBoolean Lnet/minecraft/class_2540;setBoolean(IZ)Lio/netty/buffer/ByteBuf;
      named setBoolean Lnet/minecraft/network/PacketByteBuf;setBoolean(IZ)Lio/netty/buffer/ByteBuf;
    • setByte

      public ByteBuf setByte​(int int2, int int3)
      Specified by:
      setByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setByte Lnw;setByte(II)Lio/netty/buffer/ByteBuf;
      intermediary setByte Lnet/minecraft/class_2540;setByte(II)Lio/netty/buffer/ByteBuf;
      named setByte Lnet/minecraft/network/PacketByteBuf;setByte(II)Lio/netty/buffer/ByteBuf;
    • setShort

      public ByteBuf setShort​(int int2, int int3)
      Specified by:
      setShort in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setShort Lnw;setShort(II)Lio/netty/buffer/ByteBuf;
      intermediary setShort Lnet/minecraft/class_2540;setShort(II)Lio/netty/buffer/ByteBuf;
      named setShort Lnet/minecraft/network/PacketByteBuf;setShort(II)Lio/netty/buffer/ByteBuf;
    • setShortLE

      public ByteBuf setShortLE​(int int2, int int3)
      Specified by:
      setShortLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setShortLE Lnw;setShortLE(II)Lio/netty/buffer/ByteBuf;
      intermediary setShortLE Lnet/minecraft/class_2540;setShortLE(II)Lio/netty/buffer/ByteBuf;
      named setShortLE Lnet/minecraft/network/PacketByteBuf;setShortLE(II)Lio/netty/buffer/ByteBuf;
    • setMedium

      public ByteBuf setMedium​(int int2, int int3)
      Specified by:
      setMedium in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setMedium Lnw;setMedium(II)Lio/netty/buffer/ByteBuf;
      intermediary setMedium Lnet/minecraft/class_2540;setMedium(II)Lio/netty/buffer/ByteBuf;
      named setMedium Lnet/minecraft/network/PacketByteBuf;setMedium(II)Lio/netty/buffer/ByteBuf;
    • setMediumLE

      public ByteBuf setMediumLE​(int int2, int int3)
      Specified by:
      setMediumLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setMediumLE Lnw;setMediumLE(II)Lio/netty/buffer/ByteBuf;
      intermediary setMediumLE Lnet/minecraft/class_2540;setMediumLE(II)Lio/netty/buffer/ByteBuf;
      named setMediumLE Lnet/minecraft/network/PacketByteBuf;setMediumLE(II)Lio/netty/buffer/ByteBuf;
    • setInt

      public ByteBuf setInt​(int int2, int int3)
      Specified by:
      setInt in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setInt Lnw;setInt(II)Lio/netty/buffer/ByteBuf;
      intermediary setInt Lnet/minecraft/class_2540;setInt(II)Lio/netty/buffer/ByteBuf;
      named setInt Lnet/minecraft/network/PacketByteBuf;setInt(II)Lio/netty/buffer/ByteBuf;
    • setIntLE

      public ByteBuf setIntLE​(int int2, int int3)
      Specified by:
      setIntLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setIntLE Lnw;setIntLE(II)Lio/netty/buffer/ByteBuf;
      intermediary setIntLE Lnet/minecraft/class_2540;setIntLE(II)Lio/netty/buffer/ByteBuf;
      named setIntLE Lnet/minecraft/network/PacketByteBuf;setIntLE(II)Lio/netty/buffer/ByteBuf;
    • setLong

      public ByteBuf setLong​(int int2, long long2)
      Specified by:
      setLong in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setLong Lnw;setLong(IJ)Lio/netty/buffer/ByteBuf;
      intermediary setLong Lnet/minecraft/class_2540;setLong(IJ)Lio/netty/buffer/ByteBuf;
      named setLong Lnet/minecraft/network/PacketByteBuf;setLong(IJ)Lio/netty/buffer/ByteBuf;
    • setLongLE

      public ByteBuf setLongLE​(int int2, long long2)
      Specified by:
      setLongLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setLongLE Lnw;setLongLE(IJ)Lio/netty/buffer/ByteBuf;
      intermediary setLongLE Lnet/minecraft/class_2540;setLongLE(IJ)Lio/netty/buffer/ByteBuf;
      named setLongLE Lnet/minecraft/network/PacketByteBuf;setLongLE(IJ)Lio/netty/buffer/ByteBuf;
    • setChar

      public ByteBuf setChar​(int int2, int int3)
      Specified by:
      setChar in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setChar Lnw;setChar(II)Lio/netty/buffer/ByteBuf;
      intermediary setChar Lnet/minecraft/class_2540;setChar(II)Lio/netty/buffer/ByteBuf;
      named setChar Lnet/minecraft/network/PacketByteBuf;setChar(II)Lio/netty/buffer/ByteBuf;
    • setFloat

      public ByteBuf setFloat​(int int2, float float2)
      Specified by:
      setFloat in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setFloat Lnw;setFloat(IF)Lio/netty/buffer/ByteBuf;
      intermediary setFloat Lnet/minecraft/class_2540;setFloat(IF)Lio/netty/buffer/ByteBuf;
      named setFloat Lnet/minecraft/network/PacketByteBuf;setFloat(IF)Lio/netty/buffer/ByteBuf;
    • setDouble

      public ByteBuf setDouble​(int int2, double double2)
      Specified by:
      setDouble in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setDouble Lnw;setDouble(ID)Lio/netty/buffer/ByteBuf;
      intermediary setDouble Lnet/minecraft/class_2540;setDouble(ID)Lio/netty/buffer/ByteBuf;
      named setDouble Lnet/minecraft/network/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 Lnw;setBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_2540;setBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/network/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 Lnw;setBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_2540;setBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/network/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 Lnw;setBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_2540;setBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/network/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 Lnw;setBytes(I[B)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_2540;setBytes(I[B)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/network/PacketByteBuf;setBytes(I[B)Lio/netty/buffer/ByteBuf;
    • setBytes

      public ByteBuf setBytes​(int int2, byte[] byte2, int int3, int int4)
      Specified by:
      setBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lnw;setBytes(I[BII)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_2540;setBytes(I[BII)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/network/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 Lnw;setBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      intermediary setBytes Lnet/minecraft/class_2540;setBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
      named setBytes Lnet/minecraft/network/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 Lnw;setBytes(ILjava/io/InputStream;I)I
      intermediary setBytes Lnet/minecraft/class_2540;setBytes(ILjava/io/InputStream;I)I
      named setBytes Lnet/minecraft/network/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 Lnw;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)I
      intermediary setBytes Lnet/minecraft/class_2540;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)I
      named setBytes Lnet/minecraft/network/PacketByteBuf;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)I
    • setBytes

      public int setBytes​(int int2, FileChannel fileChannel, long long2, int int3) throws IOException
      Specified by:
      setBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official setBytes Lnw;setBytes(ILjava/nio/channels/FileChannel;JI)I
      intermediary setBytes Lnet/minecraft/class_2540;setBytes(ILjava/nio/channels/FileChannel;JI)I
      named setBytes Lnet/minecraft/network/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 Lnw;setZero(II)Lio/netty/buffer/ByteBuf;
      intermediary setZero Lnet/minecraft/class_2540;setZero(II)Lio/netty/buffer/ByteBuf;
      named setZero Lnet/minecraft/network/PacketByteBuf;setZero(II)Lio/netty/buffer/ByteBuf;
    • setCharSequence

      public int setCharSequence​(int int2, CharSequence charSequence, Charset charset)
      Specified by:
      setCharSequence in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official setCharSequence Lnw;setCharSequence(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
      intermediary setCharSequence Lnet/minecraft/class_2540;setCharSequence(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
      named setCharSequence Lnet/minecraft/network/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 Lnw;readBoolean()Z
      intermediary readBoolean Lnet/minecraft/class_2540;readBoolean()Z
      named readBoolean Lnet/minecraft/network/PacketByteBuf;readBoolean()Z
    • readByte

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

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

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

      public short readShortLE()
      Specified by:
      readShortLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readShortLE Lnw;readShortLE()S
      intermediary readShortLE Lnet/minecraft/class_2540;readShortLE()S
      named readShortLE Lnet/minecraft/network/PacketByteBuf;readShortLE()S
    • readUnsignedShort

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

      public int readUnsignedShortLE()
      Specified by:
      readUnsignedShortLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readUnsignedShortLE Lnw;readUnsignedShortLE()I
      intermediary readUnsignedShortLE Lnet/minecraft/class_2540;readUnsignedShortLE()I
      named readUnsignedShortLE Lnet/minecraft/network/PacketByteBuf;readUnsignedShortLE()I
    • readMedium

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

      public int readMediumLE()
      Specified by:
      readMediumLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readMediumLE Lnw;readMediumLE()I
      intermediary readMediumLE Lnet/minecraft/class_2540;readMediumLE()I
      named readMediumLE Lnet/minecraft/network/PacketByteBuf;readMediumLE()I
    • readUnsignedMedium

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

      public int readUnsignedMediumLE()
      Specified by:
      readUnsignedMediumLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readUnsignedMediumLE Lnw;readUnsignedMediumLE()I
      intermediary readUnsignedMediumLE Lnet/minecraft/class_2540;readUnsignedMediumLE()I
      named readUnsignedMediumLE Lnet/minecraft/network/PacketByteBuf;readUnsignedMediumLE()I
    • readInt

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

      public int readIntLE()
      Specified by:
      readIntLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readIntLE Lnw;readIntLE()I
      intermediary readIntLE Lnet/minecraft/class_2540;readIntLE()I
      named readIntLE Lnet/minecraft/network/PacketByteBuf;readIntLE()I
    • readUnsignedInt

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

      public long readUnsignedIntLE()
      Specified by:
      readUnsignedIntLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readUnsignedIntLE Lnw;readUnsignedIntLE()J
      intermediary readUnsignedIntLE Lnet/minecraft/class_2540;readUnsignedIntLE()J
      named readUnsignedIntLE Lnet/minecraft/network/PacketByteBuf;readUnsignedIntLE()J
    • readLong

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

      public long readLongLE()
      Specified by:
      readLongLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readLongLE Lnw;readLongLE()J
      intermediary readLongLE Lnet/minecraft/class_2540;readLongLE()J
      named readLongLE Lnet/minecraft/network/PacketByteBuf;readLongLE()J
    • readChar

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

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

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

      public ByteBuf readBytes​(int int2)
      Specified by:
      readBytes in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lnw;readBytes(I)Lio/netty/buffer/ByteBuf;
      intermediary readBytes Lnet/minecraft/class_2540;readBytes(I)Lio/netty/buffer/ByteBuf;
      named readBytes Lnet/minecraft/network/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 Lnw;readSlice(I)Lio/netty/buffer/ByteBuf;
      intermediary readSlice Lnet/minecraft/class_2540;readSlice(I)Lio/netty/buffer/ByteBuf;
      named readSlice Lnet/minecraft/network/PacketByteBuf;readSlice(I)Lio/netty/buffer/ByteBuf;
    • readRetainedSlice

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

      public CharSequence readCharSequence​(int int2, Charset charset)
      Specified by:
      readCharSequence in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official readCharSequence Lnw;readCharSequence(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
      intermediary readCharSequence Lnet/minecraft/class_2540;readCharSequence(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
      named readCharSequence Lnet/minecraft/network/PacketByteBuf;readCharSequence(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
    • readBytes

      public int readBytes​(FileChannel fileChannel, long long2, int int2) throws IOException
      Specified by:
      readBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official readBytes Lnw;readBytes(Ljava/nio/channels/FileChannel;JI)I
      intermediary readBytes Lnet/minecraft/class_2540;readBytes(Ljava/nio/channels/FileChannel;JI)I
      named readBytes Lnet/minecraft/network/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 Lnw;skipBytes(I)Lio/netty/buffer/ByteBuf;
      intermediary skipBytes Lnet/minecraft/class_2540;skipBytes(I)Lio/netty/buffer/ByteBuf;
      named skipBytes Lnet/minecraft/network/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 Lnw;writeBoolean(Z)Lio/netty/buffer/ByteBuf;
      intermediary writeBoolean Lnet/minecraft/class_2540;writeBoolean(Z)Lio/netty/buffer/ByteBuf;
      named writeBoolean Lnet/minecraft/network/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 Lnw;writeByte(I)Lio/netty/buffer/ByteBuf;
      intermediary writeByte Lnet/minecraft/class_2540;writeByte(I)Lio/netty/buffer/ByteBuf;
      named writeByte Lnet/minecraft/network/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 Lnw;writeShort(I)Lio/netty/buffer/ByteBuf;
      intermediary writeShort Lnet/minecraft/class_2540;writeShort(I)Lio/netty/buffer/ByteBuf;
      named writeShort Lnet/minecraft/network/PacketByteBuf;writeShort(I)Lio/netty/buffer/ByteBuf;
    • writeShortLE

      public ByteBuf writeShortLE​(int int2)
      Specified by:
      writeShortLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeShortLE Lnw;writeShortLE(I)Lio/netty/buffer/ByteBuf;
      intermediary writeShortLE Lnet/minecraft/class_2540;writeShortLE(I)Lio/netty/buffer/ByteBuf;
      named writeShortLE Lnet/minecraft/network/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 Lnw;writeMedium(I)Lio/netty/buffer/ByteBuf;
      intermediary writeMedium Lnet/minecraft/class_2540;writeMedium(I)Lio/netty/buffer/ByteBuf;
      named writeMedium Lnet/minecraft/network/PacketByteBuf;writeMedium(I)Lio/netty/buffer/ByteBuf;
    • writeMediumLE

      public ByteBuf writeMediumLE​(int int2)
      Specified by:
      writeMediumLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeMediumLE Lnw;writeMediumLE(I)Lio/netty/buffer/ByteBuf;
      intermediary writeMediumLE Lnet/minecraft/class_2540;writeMediumLE(I)Lio/netty/buffer/ByteBuf;
      named writeMediumLE Lnet/minecraft/network/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 Lnw;writeInt(I)Lio/netty/buffer/ByteBuf;
      intermediary writeInt Lnet/minecraft/class_2540;writeInt(I)Lio/netty/buffer/ByteBuf;
      named writeInt Lnet/minecraft/network/PacketByteBuf;writeInt(I)Lio/netty/buffer/ByteBuf;
    • writeIntLE

      public ByteBuf writeIntLE​(int int2)
      Specified by:
      writeIntLE in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeIntLE Lnw;writeIntLE(I)Lio/netty/buffer/ByteBuf;
      intermediary writeIntLE Lnet/minecraft/class_2540;writeIntLE(I)Lio/netty/buffer/ByteBuf;
      named writeIntLE Lnet/minecraft/network/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 Lnw;writeLong(J)Lio/netty/buffer/ByteBuf;
      intermediary writeLong Lnet/minecraft/class_2540;writeLong(J)Lio/netty/buffer/ByteBuf;
      named writeLong Lnet/minecraft/network/PacketByteBuf;writeLong(J)Lio/netty/buffer/ByteBuf;
    • writeLongLE

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

      public int writeBytes​(FileChannel fileChannel, long long2, int int2) throws IOException
      Specified by:
      writeBytes in class ByteBuf
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official writeBytes Lnw;writeBytes(Ljava/nio/channels/FileChannel;JI)I
      intermediary writeBytes Lnet/minecraft/class_2540;writeBytes(Ljava/nio/channels/FileChannel;JI)I
      named writeBytes Lnet/minecraft/network/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 Lnw;writeZero(I)Lio/netty/buffer/ByteBuf;
      intermediary writeZero Lnet/minecraft/class_2540;writeZero(I)Lio/netty/buffer/ByteBuf;
      named writeZero Lnet/minecraft/network/PacketByteBuf;writeZero(I)Lio/netty/buffer/ByteBuf;
    • writeCharSequence

      public int writeCharSequence​(CharSequence charSequence, Charset charset)
      Specified by:
      writeCharSequence in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official writeCharSequence Lnw;writeCharSequence(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
      intermediary writeCharSequence Lnet/minecraft/class_2540;writeCharSequence(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
      named writeCharSequence Lnet/minecraft/network/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 Lnw;indexOf(IIB)I
      intermediary indexOf Lnet/minecraft/class_2540;indexOf(IIB)I
      named indexOf Lnet/minecraft/network/PacketByteBuf;indexOf(IIB)I
    • bytesBefore

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

      public int forEachByte​(ByteProcessor byteProcessor)
      Specified by:
      forEachByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official forEachByte Lnw;forEachByte(Lio/netty/util/ByteProcessor;)I
      intermediary forEachByte Lnet/minecraft/class_2540;forEachByte(Lio/netty/util/ByteProcessor;)I
      named forEachByte Lnet/minecraft/network/PacketByteBuf;forEachByte(Lio/netty/util/ByteProcessor;)I
    • forEachByte

      public int forEachByte​(int int2, int int3, ByteProcessor byteProcessor)
      Specified by:
      forEachByte in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official forEachByte Lnw;forEachByte(IILio/netty/util/ByteProcessor;)I
      intermediary forEachByte Lnet/minecraft/class_2540;forEachByte(IILio/netty/util/ByteProcessor;)I
      named forEachByte Lnet/minecraft/network/PacketByteBuf;forEachByte(IILio/netty/util/ByteProcessor;)I
    • forEachByteDesc

      public int forEachByteDesc​(ByteProcessor byteProcessor)
      Specified by:
      forEachByteDesc in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official forEachByteDesc Lnw;forEachByteDesc(Lio/netty/util/ByteProcessor;)I
      intermediary forEachByteDesc Lnet/minecraft/class_2540;forEachByteDesc(Lio/netty/util/ByteProcessor;)I
      named forEachByteDesc Lnet/minecraft/network/PacketByteBuf;forEachByteDesc(Lio/netty/util/ByteProcessor;)I
    • forEachByteDesc

      public int forEachByteDesc​(int int2, int int3, ByteProcessor byteProcessor)
      Specified by:
      forEachByteDesc in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official forEachByteDesc Lnw;forEachByteDesc(IILio/netty/util/ByteProcessor;)I
      intermediary forEachByteDesc Lnet/minecraft/class_2540;forEachByteDesc(IILio/netty/util/ByteProcessor;)I
      named forEachByteDesc Lnet/minecraft/network/PacketByteBuf;forEachByteDesc(IILio/netty/util/ByteProcessor;)I
    • copy

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

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

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

      public ByteBuf retainedSlice​(int int2, int int3)
      Specified by:
      retainedSlice in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official retainedSlice Lnw;retainedSlice(II)Lio/netty/buffer/ByteBuf;
      intermediary retainedSlice Lnet/minecraft/class_2540;retainedSlice(II)Lio/netty/buffer/ByteBuf;
      named retainedSlice Lnet/minecraft/network/PacketByteBuf;retainedSlice(II)Lio/netty/buffer/ByteBuf;
    • duplicate

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

      public ByteBuf retainedDuplicate()
      Specified by:
      retainedDuplicate in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official retainedDuplicate Lnw;retainedDuplicate()Lio/netty/buffer/ByteBuf;
      intermediary retainedDuplicate Lnet/minecraft/class_2540;retainedDuplicate()Lio/netty/buffer/ByteBuf;
      named retainedDuplicate Lnet/minecraft/network/PacketByteBuf;retainedDuplicate()Lio/netty/buffer/ByteBuf;
    • nioBufferCount

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

      public ByteBuffer nioBuffer()
      Specified by:
      nioBuffer in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official nioBuffer Lnw;nioBuffer()Ljava/nio/ByteBuffer;
      intermediary nioBuffer Lnet/minecraft/class_2540;nioBuffer()Ljava/nio/ByteBuffer;
      named nioBuffer Lnet/minecraft/network/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 Lnw;nioBuffer(II)Ljava/nio/ByteBuffer;
      intermediary nioBuffer Lnet/minecraft/class_2540;nioBuffer(II)Ljava/nio/ByteBuffer;
      named nioBuffer Lnet/minecraft/network/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 Lnw;internalNioBuffer(II)Ljava/nio/ByteBuffer;
      intermediary internalNioBuffer Lnet/minecraft/class_2540;internalNioBuffer(II)Ljava/nio/ByteBuffer;
      named internalNioBuffer Lnet/minecraft/network/PacketByteBuf;internalNioBuffer(II)Ljava/nio/ByteBuffer;
    • nioBuffers

      public ByteBuffer[] nioBuffers()
      Specified by:
      nioBuffers in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official nioBuffers Lnw;nioBuffers()[Ljava/nio/ByteBuffer;
      intermediary nioBuffers Lnet/minecraft/class_2540;nioBuffers()[Ljava/nio/ByteBuffer;
      named nioBuffers Lnet/minecraft/network/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 Lnw;nioBuffers(II)[Ljava/nio/ByteBuffer;
      intermediary nioBuffers Lnet/minecraft/class_2540;nioBuffers(II)[Ljava/nio/ByteBuffer;
      named nioBuffers Lnet/minecraft/network/PacketByteBuf;nioBuffers(II)[Ljava/nio/ByteBuffer;
    • hasArray

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

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

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

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

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

      public String toString​(Charset charset)
      Specified by:
      toString in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official toString Lnw;toString(Ljava/nio/charset/Charset;)Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2540;toString(Ljava/nio/charset/Charset;)Ljava/lang/String;
      named toString Lnet/minecraft/network/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 Lnw;toString(IILjava/nio/charset/Charset;)Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2540;toString(IILjava/nio/charset/Charset;)Ljava/lang/String;
      named toString Lnet/minecraft/network/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 Lnw;hashCode()I
      intermediary hashCode Lnet/minecraft/class_2540;hashCode()I
      named hashCode Lnet/minecraft/network/PacketByteBuf;hashCode()I
    • equals

      public boolean equals​(Object object)
      Specified by:
      equals in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official equals Lnw;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_2540;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/network/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 Lnw;compareTo(Lio/netty/buffer/ByteBuf;)I
      intermediary compareTo Lnet/minecraft/class_2540;compareTo(Lio/netty/buffer/ByteBuf;)I
      named compareTo Lnet/minecraft/network/PacketByteBuf;compareTo(Lio/netty/buffer/ByteBuf;)I
    • toString

      public String toString()
      Specified by:
      toString in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official toString Lnw;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2540;toString()Ljava/lang/String;
      named toString Lnet/minecraft/network/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 Lnw;retain(I)Lio/netty/buffer/ByteBuf;
      intermediary retain Lnet/minecraft/class_2540;retain(I)Lio/netty/buffer/ByteBuf;
      named retain Lnet/minecraft/network/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 Lnw;retain()Lio/netty/buffer/ByteBuf;
      intermediary retain Lnet/minecraft/class_2540;retain()Lio/netty/buffer/ByteBuf;
      named retain Lnet/minecraft/network/PacketByteBuf;retain()Lio/netty/buffer/ByteBuf;
    • touch

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

      public ByteBuf touch​(Object object)
      Specified by:
      touch in interface ReferenceCounted
      Specified by:
      touch in class ByteBuf
      Mappings:
      Namespace Name Mixin selector
      official touch Lnw;touch(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
      intermediary touch Lnet/minecraft/class_2540;touch(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
      named touch Lnet/minecraft/network/PacketByteBuf;touch(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
    • refCnt

      public int refCnt()
      Mappings:
      Namespace Name Mixin selector
      official refCnt Lnw;refCnt()I
      intermediary refCnt Lnet/minecraft/class_2540;refCnt()I
      named refCnt Lnet/minecraft/network/PacketByteBuf;refCnt()I
    • release

      public boolean release()
      Mappings:
      Namespace Name Mixin selector
      official release Lnw;release()Z
      intermediary release Lnet/minecraft/class_2540;release()Z
      named release Lnet/minecraft/network/PacketByteBuf;release()Z
    • release

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