Package net.minecraft.util
Class PacketByteBuf
java.lang.Object
io.netty.buffer.ByteBuf
net.minecraft.util.PacketByteBuf
- All Implemented Interfaces:
ReferenceCounted,Comparable<ByteBuf>
- Mappings:
Namespace Name official gyintermediary net/minecraft/class_1967named net/minecraft/util/PacketByteBuf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalloc()byte[]array()intintbytesBefore(byte byte2) intbytesBefore(int int2, byte byte2) intbytesBefore(int int2, int int3, byte byte2) intcapacity()capacity(int i) clear()intcopy()copy(int int2, int int3) ensureWritable(int int2) intensureWritable(int i, boolean bl) booleanintforEachByte(int int2, int int3, ByteProcessor byteProcessor) intforEachByte(ByteProcessor byteProcessor) intforEachByteDesc(int int2, int int3, ByteProcessor byteProcessor) intforEachByteDesc(ByteProcessor byteProcessor) booleangetBoolean(int i) bytegetByte(int i) getBytes(int int2, byte[] byte2) getBytes(int i, byte[] bytes, int j, int k) getBytes(int int2, OutputStream outputStream, int int3) getBytes(int int2, ByteBuffer byteBuffer) intgetBytes(int int2, FileChannel fileChannel, long long2, int int3) intgetBytes(int int2, GatheringByteChannel gatheringByteChannel, int int3) chargetChar(int i) getCharSequence(int int2, int int3, Charset charset) doublegetDouble(int int2) floatgetFloat(int i) intgetInt(int int2) intgetIntLE(int int2) longgetLong(int i) longgetLongLE(int int2) intgetMedium(int i) intgetMediumLE(int int2) shortgetShort(int i) shortgetShortLE(int int2) shortgetUnsignedByte(int i) longgetUnsignedInt(int i) longgetUnsignedIntLE(int int2) intgetUnsignedMedium(int i) intgetUnsignedMediumLE(int int2) intgetUnsignedShort(int i) intgetUnsignedShortLE(int int2) static intgetVarIntSizeBytes(int size) booleanhasArray()inthashCode()booleanintindexOf(int int2, int int3, byte byte2) internalNioBuffer(int int2, int int3) booleanisDirect()booleanbooleanisReadable(int i) booleanbooleanbooleanisWritable(int i) intintlongmethod_10608(long long2) method_12597(UUID uUID) nioBuffer(int int2, int int3) intnioBuffers(int int2, int int3) order()intbooleanbytereadByte()byte[]byte[]readByteArray(int size) readBytes(byte[] byte2) readBytes(byte[] byte2, int int2, int int3) readBytes(int int2) readBytes(OutputStream outputStream, int int2) readBytes(ByteBuffer byteBuffer) intreadBytes(FileChannel fileChannel, long long2, int int2) intreadBytes(GatheringByteChannel gatheringByteChannel, int int2) charreadChar()readCharSequence(int int2, Charset charset) readDate()double<T extends Enum<T>>
TreadEnumConstant(Class<T> clazz) intreaderIndex(int i) floatintreadInt()int[]int[]readIntArray(int size) intlongreadLong()long[]readLongArray(long[] dest) long[]readLongArray(long[] dest, int size) longintintreadRetainedSlice(int int2) shortshortreadSlice(int int2) readString(int i) readText()shortlonglongintintintintreadUuid()intlongintrefCnt()booleanrelease()booleanrelease(int int2) retain()retain(int int2) retainedSlice(int int2, int int3) setBoolean(int i, boolean bl) setByte(int i, int j) setBytes(int int2, byte[] byte2) setBytes(int i, byte[] bytes, int j, int k) intsetBytes(int int2, InputStream inputStream, int int3) setBytes(int int2, ByteBuffer byteBuffer) intsetBytes(int int2, FileChannel fileChannel, long long2, int int3) intsetBytes(int int2, ScatteringByteChannel scatteringByteChannel, int int3) setChar(int i, int j) intsetCharSequence(int int2, CharSequence charSequence, Charset charset) setDouble(int i, double d) setFloat(int i, float f) setIndex(int i, int j) setInt(int i, int j) setIntLE(int int2, int int3) setLong(int i, long l) setLongLE(int int2, long long2) setMedium(int i, int j) setMediumLE(int int2, int int3) setShort(int i, int j) setShortLE(int int2, int int3) setZero(int int2, int int3) skipBytes(int int2) slice()slice(int int2, int int3) toString()touch()unwrap()intwriteBlockPos(BlockPos pos) writeBoolean(boolean bool) writeByte(int int2) writeByteArray(byte[] byte2) writeBytes(byte[] byte2) writeBytes(byte[] byte2, int int2, int int3) writeBytes(ByteBuf byteBuf) writeBytes(ByteBuf byteBuf, int int2) writeBytes(ByteBuf byteBuf, int int2, int int3) intwriteBytes(InputStream inputStream, int int2) writeBytes(ByteBuffer byteBuffer) intwriteBytes(FileChannel fileChannel, long long2, int int2) intwriteBytes(ScatteringByteChannel scatteringByteChannel, int int2) writeChar(int int2) intwriteCharSequence(CharSequence charSequence, Charset charset) writeDouble(double double2) writeEnumConstant(Enum<?> constant) writeFloat(float float2) writeInt(int int2) writeIntArray(int[] intarray) writeInteger(int integer) writeIntLE(int int2) writeItemStack(ItemStack stack) writeLong(long long2) writeLongArray(long[] long2) writeLongLE(long long2) writeMedium(int int2) writeMediumLE(int int2) intwriterIndex(int i) writeShort(int int2) writeShortLE(int int2) writeString(String string) writeZero(int int2) Methods inherited from class io.netty.buffer.ByteBuf
forEachByte, forEachByte, forEachByteDesc, forEachByteDesc
-
Field Details
-
parent
- Mappings:
Namespace Name Mixin selector official aLgy;a:Lio/netty/buffer/ByteBuf;intermediary field_8455Lnet/minecraft/class_1967;field_8455:Lio/netty/buffer/ByteBuf;named parentLnet/minecraft/util/PacketByteBuf;parent:Lio/netty/buffer/ByteBuf;
-
-
Constructor Details
-
PacketByteBuf
- Mappings:
Namespace Name Mixin selector official <init>Lgy;<init>(Lio/netty/buffer/ByteBuf;)Vintermediary <init>Lnet/minecraft/class_1967;<init>(Lio/netty/buffer/ByteBuf;)Vnamed <init>Lnet/minecraft/util/PacketByteBuf;<init>(Lio/netty/buffer/ByteBuf;)V
-
-
Method Details
-
getVarIntSizeBytes
public static int getVarIntSizeBytes(int size) - Mappings:
Namespace Name Mixin selector official aLgy;a(I)Iintermediary method_7420Lnet/minecraft/class_1967;method_7420(I)Inamed getVarIntSizeBytesLnet/minecraft/util/PacketByteBuf;getVarIntSizeBytes(I)I
-
writeByteArray
- Mappings:
Namespace Name Mixin selector official aLgy;a([B)Lgy;intermediary method_10607Lnet/minecraft/class_1967;method_10607([B)Lnet/minecraft/class_1967;named writeByteArrayLnet/minecraft/util/PacketByteBuf;writeByteArray([B)Lnet/minecraft/util/PacketByteBuf;
-
readByteArray
public byte[] readByteArray()- Mappings:
Namespace Name Mixin selector official aLgy;a()[Bintermediary method_10600Lnet/minecraft/class_1967;method_10600()[Bnamed readByteArrayLnet/minecraft/util/PacketByteBuf;readByteArray()[B
-
readByteArray
public byte[] readByteArray(int size) - Mappings:
Namespace Name Mixin selector official bLgy;b(I)[Bintermediary method_12602Lnet/minecraft/class_1967;method_12602(I)[Bnamed readByteArrayLnet/minecraft/util/PacketByteBuf;readByteArray(I)[B
-
writeIntArray
- Mappings:
Namespace Name Mixin selector official aLgy;a([I)Lgy;intermediary method_12598Lnet/minecraft/class_1967;method_12598([I)Lnet/minecraft/class_1967;named writeIntArrayLnet/minecraft/util/PacketByteBuf;writeIntArray([I)Lnet/minecraft/util/PacketByteBuf;
-
readIntArray
public int[] readIntArray()- Mappings:
Namespace Name Mixin selector official bLgy;b()[Iintermediary method_12601Lnet/minecraft/class_1967;method_12601()[Inamed readIntArrayLnet/minecraft/util/PacketByteBuf;readIntArray()[I
-
readIntArray
public int[] readIntArray(int size) - Mappings:
Namespace Name Mixin selector official cLgy;c(I)[Iintermediary method_12604Lnet/minecraft/class_1967;method_12604(I)[Inamed readIntArrayLnet/minecraft/util/PacketByteBuf;readIntArray(I)[I
-
writeLongArray
- Mappings:
Namespace Name Mixin selector official aLgy;a([J)Lgy;intermediary method_12599Lnet/minecraft/class_1967;method_12599([J)Lnet/minecraft/class_1967;named writeLongArrayLnet/minecraft/util/PacketByteBuf;writeLongArray([J)Lnet/minecraft/util/PacketByteBuf;
-
readLongArray
- Mappings:
Namespace Name Mixin selector official bLgy;b([J)[Jintermediary method_12603Lnet/minecraft/class_1967;method_12603([J)[Jnamed readLongArrayLnet/minecraft/util/PacketByteBuf;readLongArray([J)[J
-
readLongArray
- Mappings:
Namespace Name Mixin selector official aLgy;a([JI)[Jintermediary method_12600Lnet/minecraft/class_1967;method_12600([JI)[Jnamed readLongArrayLnet/minecraft/util/PacketByteBuf;readLongArray([JI)[J
-
readBlockPos
- Mappings:
Namespace Name Mixin selector official eLgy;e()Let;intermediary method_10609Lnet/minecraft/class_1967;method_10609()Lnet/minecraft/class_2552;named readBlockPosLnet/minecraft/util/PacketByteBuf;readBlockPos()Lnet/minecraft/util/math/BlockPos;
-
writeBlockPos
- Mappings:
Namespace Name Mixin selector official aLgy;a(Let;)Lgy;intermediary method_10601Lnet/minecraft/class_1967;method_10601(Lnet/minecraft/class_2552;)Lnet/minecraft/class_1967;named writeBlockPosLnet/minecraft/util/PacketByteBuf;writeBlockPos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/PacketByteBuf;
-
readText
- Mappings:
Namespace Name Mixin selector official fLgy;f()Lhh;intermediary method_10610Lnet/minecraft/class_1967;method_10610()Lnet/minecraft/class_1982;named readTextLnet/minecraft/util/PacketByteBuf;readText()Lnet/minecraft/text/Text;
-
writeText
- Mappings:
Namespace Name Mixin selector official aLgy;a(Lhh;)Lgy;intermediary method_10602Lnet/minecraft/class_1967;method_10602(Lnet/minecraft/class_1982;)Lnet/minecraft/class_1967;named writeTextLnet/minecraft/util/PacketByteBuf;writeText(Lnet/minecraft/text/Text;)Lnet/minecraft/util/PacketByteBuf;
-
readEnumConstant
- Mappings:
Namespace Name Mixin selector official aLgy;a(Ljava/lang/Class;)Ljava/lang/Enum;intermediary method_10603Lnet/minecraft/class_1967;method_10603(Ljava/lang/Class;)Ljava/lang/Enum;named readEnumConstantLnet/minecraft/util/PacketByteBuf;readEnumConstant(Ljava/lang/Class;)Ljava/lang/Enum;
-
writeEnumConstant
- Mappings:
Namespace Name Mixin selector official aLgy;a(Ljava/lang/Enum;)Lgy;intermediary method_12596Lnet/minecraft/class_1967;method_12596(Ljava/lang/Enum;)Lnet/minecraft/class_1967;named writeEnumConstantLnet/minecraft/util/PacketByteBuf;writeEnumConstant(Ljava/lang/Enum;)Lnet/minecraft/util/PacketByteBuf;
-
readVarInt
public int readVarInt()- Mappings:
Namespace Name Mixin selector official gLgy;g()Iintermediary method_7419Lnet/minecraft/class_1967;method_7419()Inamed readVarIntLnet/minecraft/util/PacketByteBuf;readVarInt()I
-
readVarLong
public long readVarLong()- Mappings:
Namespace Name Mixin selector official hLgy;h()Jintermediary method_10611Lnet/minecraft/class_1967;method_10611()Jnamed readVarLongLnet/minecraft/util/PacketByteBuf;readVarLong()J
-
method_12597
- Mappings:
Namespace Name Mixin selector official aLgy;a(Ljava/util/UUID;)Lgy;intermediary method_12597Lnet/minecraft/class_1967;method_12597(Ljava/util/UUID;)Lnet/minecraft/class_1967;named method_12597Lnet/minecraft/util/PacketByteBuf;method_12597(Ljava/util/UUID;)Lnet/minecraft/util/PacketByteBuf;
-
readUuid
- Mappings:
Namespace Name Mixin selector official iLgy;i()Ljava/util/UUID;intermediary method_10612Lnet/minecraft/class_1967;method_10612()Ljava/util/UUID;named readUuidLnet/minecraft/util/PacketByteBuf;readUuid()Ljava/util/UUID;
-
writeInteger
- Mappings:
Namespace Name Mixin selector official dLgy;d(I)Lgy;intermediary method_7425Lnet/minecraft/class_1967;method_7425(I)Lnet/minecraft/class_1967;named writeIntegerLnet/minecraft/util/PacketByteBuf;writeInteger(I)Lnet/minecraft/util/PacketByteBuf;
-
method_10608
- Mappings:
Namespace Name Mixin selector official bLgy;b(J)Lgy;intermediary method_10608Lnet/minecraft/class_1967;method_10608(J)Lnet/minecraft/class_1967;named method_10608Lnet/minecraft/util/PacketByteBuf;method_10608(J)Lnet/minecraft/util/PacketByteBuf;
-
writeNbtCompound
- Mappings:
Namespace Name Mixin selector official aLgy;a(Lfy;)Lgy;intermediary method_12595Lnet/minecraft/class_1967;method_12595(Lnet/minecraft/class_322;)Lnet/minecraft/class_1967;named writeNbtCompoundLnet/minecraft/util/PacketByteBuf;writeNbtCompound(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/util/PacketByteBuf;
-
readNbtCompound
- Mappings:
Namespace Name Mixin selector official jLgy;j()Lfy;intermediary method_7424Lnet/minecraft/class_1967;method_7424()Lnet/minecraft/class_322;named readNbtCompoundLnet/minecraft/util/PacketByteBuf;readNbtCompound()Lnet/minecraft/nbt/NbtCompound;
-
writeItemStack
- Mappings:
Namespace Name Mixin selector official aLgy;a(Laip;)Lgy;intermediary method_7421Lnet/minecraft/class_1967;method_7421(Lnet/minecraft/class_1071;)Lnet/minecraft/class_1967;named writeItemStackLnet/minecraft/util/PacketByteBuf;writeItemStack(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/util/PacketByteBuf;
-
readItemStack
- Mappings:
Namespace Name Mixin selector official kLgy;k()Laip;intermediary method_7426Lnet/minecraft/class_1967;method_7426()Lnet/minecraft/class_1071;named readItemStackLnet/minecraft/util/PacketByteBuf;readItemStack()Lnet/minecraft/item/ItemStack;
-
readString
- Mappings:
Namespace Name Mixin selector official eLgy;e(I)Ljava/lang/String;intermediary method_7427Lnet/minecraft/class_1967;method_7427(I)Ljava/lang/String;named readStringLnet/minecraft/util/PacketByteBuf;readString(I)Ljava/lang/String;
-
writeString
- Mappings:
Namespace Name Mixin selector official aLgy;a(Ljava/lang/String;)Lgy;intermediary method_10605Lnet/minecraft/class_1967;method_10605(Ljava/lang/String;)Lnet/minecraft/class_1967;named writeStringLnet/minecraft/util/PacketByteBuf;writeString(Ljava/lang/String;)Lnet/minecraft/util/PacketByteBuf;
-
readIdentifier
- Mappings:
Namespace Name Mixin selector official lLgy;l()Lnf;intermediary method_14781Lnet/minecraft/class_1967;method_14781()Lnet/minecraft/class_1653;named readIdentifierLnet/minecraft/util/PacketByteBuf;readIdentifier()Lnet/minecraft/util/Identifier;
-
writeIdentifier
- Mappings:
Namespace Name Mixin selector official aLgy;a(Lnf;)Lgy;intermediary method_14780Lnet/minecraft/class_1967;method_14780(Lnet/minecraft/class_1653;)Lnet/minecraft/class_1967;named writeIdentifierLnet/minecraft/util/PacketByteBuf;writeIdentifier(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/PacketByteBuf;
-
readDate
- Mappings:
Namespace Name Mixin selector official mLgy;m()Ljava/util/Date;intermediary method_14782Lnet/minecraft/class_1967;method_14782()Ljava/util/Date;named readDateLnet/minecraft/util/PacketByteBuf;readDate()Ljava/util/Date;
-
writeDate
- Mappings:
Namespace Name Mixin selector official aLgy;a(Ljava/util/Date;)Lgy;intermediary method_14779Lnet/minecraft/class_1967;method_14779(Ljava/util/Date;)Lnet/minecraft/class_1967;named writeDateLnet/minecraft/util/PacketByteBuf;writeDate(Ljava/util/Date;)Lnet/minecraft/util/PacketByteBuf;
-
capacity
public int capacity() -
capacity
- Specified by:
capacityin classByteBuf- Mappings:
Namespace Name Mixin selector official capacityLgy;capacity(I)Lio/netty/buffer/ByteBuf;intermediary capacityLnet/minecraft/class_1967;capacity(I)Lio/netty/buffer/ByteBuf;named capacityLnet/minecraft/util/PacketByteBuf;capacity(I)Lio/netty/buffer/ByteBuf;
-
maxCapacity
public int maxCapacity()- Specified by:
maxCapacityin classByteBuf- Mappings:
Namespace Name Mixin selector official maxCapacityLgy;maxCapacity()Iintermediary maxCapacityLnet/minecraft/class_1967;maxCapacity()Inamed maxCapacityLnet/minecraft/util/PacketByteBuf;maxCapacity()I
-
alloc
- Specified by:
allocin classByteBuf- Mappings:
Namespace Name Mixin selector official allocLgy;alloc()Lio/netty/buffer/ByteBufAllocator;intermediary allocLnet/minecraft/class_1967;alloc()Lio/netty/buffer/ByteBufAllocator;named allocLnet/minecraft/util/PacketByteBuf;alloc()Lio/netty/buffer/ByteBufAllocator;
-
order
-
order
- Specified by:
orderin classByteBuf- Mappings:
Namespace Name Mixin selector official orderLgy;order(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;intermediary orderLnet/minecraft/class_1967;order(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;named orderLnet/minecraft/util/PacketByteBuf;order(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
-
unwrap
-
isDirect
public boolean isDirect() -
isReadOnly
public boolean isReadOnly()- Mappings:
Namespace Name Mixin selector official isReadOnlyLgy;isReadOnly()Zintermediary isReadOnlyLnet/minecraft/class_1967;isReadOnly()Znamed isReadOnlyLnet/minecraft/util/PacketByteBuf;isReadOnly()Z
-
asReadOnly
- Mappings:
Namespace Name Mixin selector official asReadOnlyLgy;asReadOnly()Lio/netty/buffer/ByteBuf;intermediary asReadOnlyLnet/minecraft/class_1967;asReadOnly()Lio/netty/buffer/ByteBuf;named asReadOnlyLnet/minecraft/util/PacketByteBuf;asReadOnly()Lio/netty/buffer/ByteBuf;
-
readerIndex
public int readerIndex()- Specified by:
readerIndexin classByteBuf- Mappings:
Namespace Name Mixin selector official readerIndexLgy;readerIndex()Iintermediary readerIndexLnet/minecraft/class_1967;readerIndex()Inamed readerIndexLnet/minecraft/util/PacketByteBuf;readerIndex()I
-
readerIndex
- Specified by:
readerIndexin classByteBuf- Mappings:
Namespace Name Mixin selector official readerIndexLgy;readerIndex(I)Lio/netty/buffer/ByteBuf;intermediary readerIndexLnet/minecraft/class_1967;readerIndex(I)Lio/netty/buffer/ByteBuf;named readerIndexLnet/minecraft/util/PacketByteBuf;readerIndex(I)Lio/netty/buffer/ByteBuf;
-
writerIndex
public int writerIndex()- Specified by:
writerIndexin classByteBuf- Mappings:
Namespace Name Mixin selector official writerIndexLgy;writerIndex()Iintermediary writerIndexLnet/minecraft/class_1967;writerIndex()Inamed writerIndexLnet/minecraft/util/PacketByteBuf;writerIndex()I
-
writerIndex
- Specified by:
writerIndexin classByteBuf- Mappings:
Namespace Name Mixin selector official writerIndexLgy;writerIndex(I)Lio/netty/buffer/ByteBuf;intermediary writerIndexLnet/minecraft/class_1967;writerIndex(I)Lio/netty/buffer/ByteBuf;named writerIndexLnet/minecraft/util/PacketByteBuf;writerIndex(I)Lio/netty/buffer/ByteBuf;
-
setIndex
- Specified by:
setIndexin classByteBuf- Mappings:
Namespace Name Mixin selector official setIndexLgy;setIndex(II)Lio/netty/buffer/ByteBuf;intermediary setIndexLnet/minecraft/class_1967;setIndex(II)Lio/netty/buffer/ByteBuf;named setIndexLnet/minecraft/util/PacketByteBuf;setIndex(II)Lio/netty/buffer/ByteBuf;
-
readableBytes
public int readableBytes()- Specified by:
readableBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official readableBytesLgy;readableBytes()Iintermediary readableBytesLnet/minecraft/class_1967;readableBytes()Inamed readableBytesLnet/minecraft/util/PacketByteBuf;readableBytes()I
-
writableBytes
public int writableBytes()- Specified by:
writableBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official writableBytesLgy;writableBytes()Iintermediary writableBytesLnet/minecraft/class_1967;writableBytes()Inamed writableBytesLnet/minecraft/util/PacketByteBuf;writableBytes()I
-
maxWritableBytes
public int maxWritableBytes()- Specified by:
maxWritableBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official maxWritableBytesLgy;maxWritableBytes()Iintermediary maxWritableBytesLnet/minecraft/class_1967;maxWritableBytes()Inamed maxWritableBytesLnet/minecraft/util/PacketByteBuf;maxWritableBytes()I
-
isReadable
public boolean isReadable()- Specified by:
isReadablein classByteBuf- Mappings:
Namespace Name Mixin selector official isReadableLgy;isReadable()Zintermediary isReadableLnet/minecraft/class_1967;isReadable()Znamed isReadableLnet/minecraft/util/PacketByteBuf;isReadable()Z
-
isReadable
public boolean isReadable(int i) - Specified by:
isReadablein classByteBuf- Mappings:
Namespace Name Mixin selector official isReadableLgy;isReadable(I)Zintermediary isReadableLnet/minecraft/class_1967;isReadable(I)Znamed isReadableLnet/minecraft/util/PacketByteBuf;isReadable(I)Z
-
isWritable
public boolean isWritable()- Specified by:
isWritablein classByteBuf- Mappings:
Namespace Name Mixin selector official isWritableLgy;isWritable()Zintermediary isWritableLnet/minecraft/class_1967;isWritable()Znamed isWritableLnet/minecraft/util/PacketByteBuf;isWritable()Z
-
isWritable
public boolean isWritable(int i) - Specified by:
isWritablein classByteBuf- Mappings:
Namespace Name Mixin selector official isWritableLgy;isWritable(I)Zintermediary isWritableLnet/minecraft/class_1967;isWritable(I)Znamed isWritableLnet/minecraft/util/PacketByteBuf;isWritable(I)Z
-
clear
-
markReaderIndex
- Specified by:
markReaderIndexin classByteBuf- Mappings:
Namespace Name Mixin selector official markReaderIndexLgy;markReaderIndex()Lio/netty/buffer/ByteBuf;intermediary markReaderIndexLnet/minecraft/class_1967;markReaderIndex()Lio/netty/buffer/ByteBuf;named markReaderIndexLnet/minecraft/util/PacketByteBuf;markReaderIndex()Lio/netty/buffer/ByteBuf;
-
resetReaderIndex
- Specified by:
resetReaderIndexin classByteBuf- Mappings:
Namespace Name Mixin selector official resetReaderIndexLgy;resetReaderIndex()Lio/netty/buffer/ByteBuf;intermediary resetReaderIndexLnet/minecraft/class_1967;resetReaderIndex()Lio/netty/buffer/ByteBuf;named resetReaderIndexLnet/minecraft/util/PacketByteBuf;resetReaderIndex()Lio/netty/buffer/ByteBuf;
-
markWriterIndex
- Specified by:
markWriterIndexin classByteBuf- Mappings:
Namespace Name Mixin selector official markWriterIndexLgy;markWriterIndex()Lio/netty/buffer/ByteBuf;intermediary markWriterIndexLnet/minecraft/class_1967;markWriterIndex()Lio/netty/buffer/ByteBuf;named markWriterIndexLnet/minecraft/util/PacketByteBuf;markWriterIndex()Lio/netty/buffer/ByteBuf;
-
resetWriterIndex
- Specified by:
resetWriterIndexin classByteBuf- Mappings:
Namespace Name Mixin selector official resetWriterIndexLgy;resetWriterIndex()Lio/netty/buffer/ByteBuf;intermediary resetWriterIndexLnet/minecraft/class_1967;resetWriterIndex()Lio/netty/buffer/ByteBuf;named resetWriterIndexLnet/minecraft/util/PacketByteBuf;resetWriterIndex()Lio/netty/buffer/ByteBuf;
-
discardReadBytes
- Specified by:
discardReadBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official discardReadBytesLgy;discardReadBytes()Lio/netty/buffer/ByteBuf;intermediary discardReadBytesLnet/minecraft/class_1967;discardReadBytes()Lio/netty/buffer/ByteBuf;named discardReadBytesLnet/minecraft/util/PacketByteBuf;discardReadBytes()Lio/netty/buffer/ByteBuf;
-
discardSomeReadBytes
- Specified by:
discardSomeReadBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official discardSomeReadBytesLgy;discardSomeReadBytes()Lio/netty/buffer/ByteBuf;intermediary discardSomeReadBytesLnet/minecraft/class_1967;discardSomeReadBytes()Lio/netty/buffer/ByteBuf;named discardSomeReadBytesLnet/minecraft/util/PacketByteBuf;discardSomeReadBytes()Lio/netty/buffer/ByteBuf;
-
ensureWritable
- Specified by:
ensureWritablein classByteBuf- Mappings:
Namespace Name Mixin selector official ensureWritableLgy;ensureWritable(I)Lio/netty/buffer/ByteBuf;intermediary ensureWritableLnet/minecraft/class_1967;ensureWritable(I)Lio/netty/buffer/ByteBuf;named ensureWritableLnet/minecraft/util/PacketByteBuf;ensureWritable(I)Lio/netty/buffer/ByteBuf;
-
ensureWritable
public int ensureWritable(int i, boolean bl) - Specified by:
ensureWritablein classByteBuf- Mappings:
Namespace Name Mixin selector official ensureWritableLgy;ensureWritable(IZ)Iintermediary ensureWritableLnet/minecraft/class_1967;ensureWritable(IZ)Inamed ensureWritableLnet/minecraft/util/PacketByteBuf;ensureWritable(IZ)I
-
getBoolean
public boolean getBoolean(int i) - Specified by:
getBooleanin classByteBuf- Mappings:
Namespace Name Mixin selector official getBooleanLgy;getBoolean(I)Zintermediary getBooleanLnet/minecraft/class_1967;getBoolean(I)Znamed getBooleanLnet/minecraft/util/PacketByteBuf;getBoolean(I)Z
-
getByte
public byte getByte(int i) -
getUnsignedByte
public short getUnsignedByte(int i) - Specified by:
getUnsignedBytein classByteBuf- Mappings:
Namespace Name Mixin selector official getUnsignedByteLgy;getUnsignedByte(I)Sintermediary getUnsignedByteLnet/minecraft/class_1967;getUnsignedByte(I)Snamed getUnsignedByteLnet/minecraft/util/PacketByteBuf;getUnsignedByte(I)S
-
getShort
public short getShort(int i) -
getShortLE
public short getShortLE(int int2) - Mappings:
Namespace Name Mixin selector official getShortLELgy;getShortLE(I)Sintermediary getShortLELnet/minecraft/class_1967;getShortLE(I)Snamed getShortLELnet/minecraft/util/PacketByteBuf;getShortLE(I)S
-
getUnsignedShort
public int getUnsignedShort(int i) - Specified by:
getUnsignedShortin classByteBuf- Mappings:
Namespace Name Mixin selector official getUnsignedShortLgy;getUnsignedShort(I)Iintermediary getUnsignedShortLnet/minecraft/class_1967;getUnsignedShort(I)Inamed getUnsignedShortLnet/minecraft/util/PacketByteBuf;getUnsignedShort(I)I
-
getUnsignedShortLE
public int getUnsignedShortLE(int int2) - Mappings:
Namespace Name Mixin selector official getUnsignedShortLELgy;getUnsignedShortLE(I)Iintermediary getUnsignedShortLELnet/minecraft/class_1967;getUnsignedShortLE(I)Inamed getUnsignedShortLELnet/minecraft/util/PacketByteBuf;getUnsignedShortLE(I)I
-
getMedium
public int getMedium(int i) -
getMediumLE
public int getMediumLE(int int2) - Mappings:
Namespace Name Mixin selector official getMediumLELgy;getMediumLE(I)Iintermediary getMediumLELnet/minecraft/class_1967;getMediumLE(I)Inamed getMediumLELnet/minecraft/util/PacketByteBuf;getMediumLE(I)I
-
getUnsignedMedium
public int getUnsignedMedium(int i) - Specified by:
getUnsignedMediumin classByteBuf- Mappings:
Namespace Name Mixin selector official getUnsignedMediumLgy;getUnsignedMedium(I)Iintermediary getUnsignedMediumLnet/minecraft/class_1967;getUnsignedMedium(I)Inamed getUnsignedMediumLnet/minecraft/util/PacketByteBuf;getUnsignedMedium(I)I
-
getUnsignedMediumLE
public int getUnsignedMediumLE(int int2) - Mappings:
Namespace Name Mixin selector official getUnsignedMediumLELgy;getUnsignedMediumLE(I)Iintermediary getUnsignedMediumLELnet/minecraft/class_1967;getUnsignedMediumLE(I)Inamed getUnsignedMediumLELnet/minecraft/util/PacketByteBuf;getUnsignedMediumLE(I)I
-
getInt
public int getInt(int int2) -
getIntLE
public int getIntLE(int int2) - Mappings:
Namespace Name Mixin selector official getIntLELgy;getIntLE(I)Iintermediary getIntLELnet/minecraft/class_1967;getIntLE(I)Inamed getIntLELnet/minecraft/util/PacketByteBuf;getIntLE(I)I
-
getUnsignedInt
public long getUnsignedInt(int i) - Specified by:
getUnsignedIntin classByteBuf- Mappings:
Namespace Name Mixin selector official getUnsignedIntLgy;getUnsignedInt(I)Jintermediary getUnsignedIntLnet/minecraft/class_1967;getUnsignedInt(I)Jnamed getUnsignedIntLnet/minecraft/util/PacketByteBuf;getUnsignedInt(I)J
-
getUnsignedIntLE
public long getUnsignedIntLE(int int2) - Mappings:
Namespace Name Mixin selector official getUnsignedIntLELgy;getUnsignedIntLE(I)Jintermediary getUnsignedIntLELnet/minecraft/class_1967;getUnsignedIntLE(I)Jnamed getUnsignedIntLELnet/minecraft/util/PacketByteBuf;getUnsignedIntLE(I)J
-
getLong
public long getLong(int i) -
getLongLE
public long getLongLE(int int2) - Mappings:
Namespace Name Mixin selector official getLongLELgy;getLongLE(I)Jintermediary getLongLELnet/minecraft/class_1967;getLongLE(I)Jnamed getLongLELnet/minecraft/util/PacketByteBuf;getLongLE(I)J
-
getChar
public char getChar(int i) -
getFloat
public float getFloat(int i) -
getDouble
public double getDouble(int int2) -
getBytes
- Specified by:
getBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official getBytesLgy;getBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;intermediary getBytesLnet/minecraft/class_1967;getBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;named getBytesLnet/minecraft/util/PacketByteBuf;getBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
-
getBytes
- Specified by:
getBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official getBytesLgy;getBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;intermediary getBytesLnet/minecraft/class_1967;getBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;named getBytesLnet/minecraft/util/PacketByteBuf;getBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
-
getBytes
- Specified by:
getBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official getBytesLgy;getBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;intermediary getBytesLnet/minecraft/class_1967;getBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;named getBytesLnet/minecraft/util/PacketByteBuf;getBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
-
getBytes
- Specified by:
getBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official getBytesLgy;getBytes(I[B)Lio/netty/buffer/ByteBuf;intermediary getBytesLnet/minecraft/class_1967;getBytes(I[B)Lio/netty/buffer/ByteBuf;named getBytesLnet/minecraft/util/PacketByteBuf;getBytes(I[B)Lio/netty/buffer/ByteBuf;
-
getBytes
- Specified by:
getBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official getBytesLgy;getBytes(I[BII)Lio/netty/buffer/ByteBuf;intermediary getBytesLnet/minecraft/class_1967;getBytes(I[BII)Lio/netty/buffer/ByteBuf;named getBytesLnet/minecraft/util/PacketByteBuf;getBytes(I[BII)Lio/netty/buffer/ByteBuf;
-
getBytes
- Specified by:
getBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official getBytesLgy;getBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;intermediary getBytesLnet/minecraft/class_1967;getBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;named getBytesLnet/minecraft/util/PacketByteBuf;getBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
-
getBytes
- Specified by:
getBytesin classByteBuf- Throws:
IOException- Mappings:
Namespace Name Mixin selector official getBytesLgy;getBytes(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;intermediary getBytesLnet/minecraft/class_1967;getBytes(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;named getBytesLnet/minecraft/util/PacketByteBuf;getBytes(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
-
getBytes
public int getBytes(int int2, GatheringByteChannel gatheringByteChannel, int int3) throws IOException - Specified by:
getBytesin classByteBuf- Throws:
IOException- Mappings:
Namespace Name Mixin selector official getBytesLgy;getBytes(ILjava/nio/channels/GatheringByteChannel;I)Iintermediary getBytesLnet/minecraft/class_1967;getBytes(ILjava/nio/channels/GatheringByteChannel;I)Inamed getBytesLnet/minecraft/util/PacketByteBuf;getBytes(ILjava/nio/channels/GatheringByteChannel;I)I
-
getBytes
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official getBytesLgy;getBytes(ILjava/nio/channels/FileChannel;JI)Iintermediary getBytesLnet/minecraft/class_1967;getBytes(ILjava/nio/channels/FileChannel;JI)Inamed getBytesLnet/minecraft/util/PacketByteBuf;getBytes(ILjava/nio/channels/FileChannel;JI)I
-
getCharSequence
- Mappings:
Namespace Name Mixin selector official getCharSequenceLgy;getCharSequence(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;intermediary getCharSequenceLnet/minecraft/class_1967;getCharSequence(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;named getCharSequenceLnet/minecraft/util/PacketByteBuf;getCharSequence(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
-
setBoolean
- Specified by:
setBooleanin classByteBuf- Mappings:
Namespace Name Mixin selector official setBooleanLgy;setBoolean(IZ)Lio/netty/buffer/ByteBuf;intermediary setBooleanLnet/minecraft/class_1967;setBoolean(IZ)Lio/netty/buffer/ByteBuf;named setBooleanLnet/minecraft/util/PacketByteBuf;setBoolean(IZ)Lio/netty/buffer/ByteBuf;
-
setByte
- Specified by:
setBytein classByteBuf- Mappings:
Namespace Name Mixin selector official setByteLgy;setByte(II)Lio/netty/buffer/ByteBuf;intermediary setByteLnet/minecraft/class_1967;setByte(II)Lio/netty/buffer/ByteBuf;named setByteLnet/minecraft/util/PacketByteBuf;setByte(II)Lio/netty/buffer/ByteBuf;
-
setShort
- Specified by:
setShortin classByteBuf- Mappings:
Namespace Name Mixin selector official setShortLgy;setShort(II)Lio/netty/buffer/ByteBuf;intermediary setShortLnet/minecraft/class_1967;setShort(II)Lio/netty/buffer/ByteBuf;named setShortLnet/minecraft/util/PacketByteBuf;setShort(II)Lio/netty/buffer/ByteBuf;
-
setShortLE
- Mappings:
Namespace Name Mixin selector official setShortLELgy;setShortLE(II)Lio/netty/buffer/ByteBuf;intermediary setShortLELnet/minecraft/class_1967;setShortLE(II)Lio/netty/buffer/ByteBuf;named setShortLELnet/minecraft/util/PacketByteBuf;setShortLE(II)Lio/netty/buffer/ByteBuf;
-
setMedium
- Specified by:
setMediumin classByteBuf- Mappings:
Namespace Name Mixin selector official setMediumLgy;setMedium(II)Lio/netty/buffer/ByteBuf;intermediary setMediumLnet/minecraft/class_1967;setMedium(II)Lio/netty/buffer/ByteBuf;named setMediumLnet/minecraft/util/PacketByteBuf;setMedium(II)Lio/netty/buffer/ByteBuf;
-
setMediumLE
- Mappings:
Namespace Name Mixin selector official setMediumLELgy;setMediumLE(II)Lio/netty/buffer/ByteBuf;intermediary setMediumLELnet/minecraft/class_1967;setMediumLE(II)Lio/netty/buffer/ByteBuf;named setMediumLELnet/minecraft/util/PacketByteBuf;setMediumLE(II)Lio/netty/buffer/ByteBuf;
-
setInt
-
setIntLE
- Mappings:
Namespace Name Mixin selector official setIntLELgy;setIntLE(II)Lio/netty/buffer/ByteBuf;intermediary setIntLELnet/minecraft/class_1967;setIntLE(II)Lio/netty/buffer/ByteBuf;named setIntLELnet/minecraft/util/PacketByteBuf;setIntLE(II)Lio/netty/buffer/ByteBuf;
-
setLong
- Specified by:
setLongin classByteBuf- Mappings:
Namespace Name Mixin selector official setLongLgy;setLong(IJ)Lio/netty/buffer/ByteBuf;intermediary setLongLnet/minecraft/class_1967;setLong(IJ)Lio/netty/buffer/ByteBuf;named setLongLnet/minecraft/util/PacketByteBuf;setLong(IJ)Lio/netty/buffer/ByteBuf;
-
setLongLE
- Mappings:
Namespace Name Mixin selector official setLongLELgy;setLongLE(IJ)Lio/netty/buffer/ByteBuf;intermediary setLongLELnet/minecraft/class_1967;setLongLE(IJ)Lio/netty/buffer/ByteBuf;named setLongLELnet/minecraft/util/PacketByteBuf;setLongLE(IJ)Lio/netty/buffer/ByteBuf;
-
setChar
- Specified by:
setCharin classByteBuf- Mappings:
Namespace Name Mixin selector official setCharLgy;setChar(II)Lio/netty/buffer/ByteBuf;intermediary setCharLnet/minecraft/class_1967;setChar(II)Lio/netty/buffer/ByteBuf;named setCharLnet/minecraft/util/PacketByteBuf;setChar(II)Lio/netty/buffer/ByteBuf;
-
setFloat
- Specified by:
setFloatin classByteBuf- Mappings:
Namespace Name Mixin selector official setFloatLgy;setFloat(IF)Lio/netty/buffer/ByteBuf;intermediary setFloatLnet/minecraft/class_1967;setFloat(IF)Lio/netty/buffer/ByteBuf;named setFloatLnet/minecraft/util/PacketByteBuf;setFloat(IF)Lio/netty/buffer/ByteBuf;
-
setDouble
- Specified by:
setDoublein classByteBuf- Mappings:
Namespace Name Mixin selector official setDoubleLgy;setDouble(ID)Lio/netty/buffer/ByteBuf;intermediary setDoubleLnet/minecraft/class_1967;setDouble(ID)Lio/netty/buffer/ByteBuf;named setDoubleLnet/minecraft/util/PacketByteBuf;setDouble(ID)Lio/netty/buffer/ByteBuf;
-
setBytes
- Specified by:
setBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official setBytesLgy;setBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;intermediary setBytesLnet/minecraft/class_1967;setBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;named setBytesLnet/minecraft/util/PacketByteBuf;setBytes(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
-
setBytes
- Specified by:
setBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official setBytesLgy;setBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;intermediary setBytesLnet/minecraft/class_1967;setBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;named setBytesLnet/minecraft/util/PacketByteBuf;setBytes(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
-
setBytes
- Specified by:
setBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official setBytesLgy;setBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;intermediary setBytesLnet/minecraft/class_1967;setBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;named setBytesLnet/minecraft/util/PacketByteBuf;setBytes(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
-
setBytes
- Specified by:
setBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official setBytesLgy;setBytes(I[B)Lio/netty/buffer/ByteBuf;intermediary setBytesLnet/minecraft/class_1967;setBytes(I[B)Lio/netty/buffer/ByteBuf;named setBytesLnet/minecraft/util/PacketByteBuf;setBytes(I[B)Lio/netty/buffer/ByteBuf;
-
setBytes
- Specified by:
setBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official setBytesLgy;setBytes(I[BII)Lio/netty/buffer/ByteBuf;intermediary setBytesLnet/minecraft/class_1967;setBytes(I[BII)Lio/netty/buffer/ByteBuf;named setBytesLnet/minecraft/util/PacketByteBuf;setBytes(I[BII)Lio/netty/buffer/ByteBuf;
-
setBytes
- Specified by:
setBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official setBytesLgy;setBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;intermediary setBytesLnet/minecraft/class_1967;setBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;named setBytesLnet/minecraft/util/PacketByteBuf;setBytes(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
-
setBytes
- Specified by:
setBytesin classByteBuf- Throws:
IOException- Mappings:
Namespace Name Mixin selector official setBytesLgy;setBytes(ILjava/io/InputStream;I)Iintermediary setBytesLnet/minecraft/class_1967;setBytes(ILjava/io/InputStream;I)Inamed setBytesLnet/minecraft/util/PacketByteBuf;setBytes(ILjava/io/InputStream;I)I
-
setBytes
public int setBytes(int int2, ScatteringByteChannel scatteringByteChannel, int int3) throws IOException - Specified by:
setBytesin classByteBuf- Throws:
IOException- Mappings:
Namespace Name Mixin selector official setBytesLgy;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)Iintermediary setBytesLnet/minecraft/class_1967;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)Inamed setBytesLnet/minecraft/util/PacketByteBuf;setBytes(ILjava/nio/channels/ScatteringByteChannel;I)I
-
setBytes
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official setBytesLgy;setBytes(ILjava/nio/channels/FileChannel;JI)Iintermediary setBytesLnet/minecraft/class_1967;setBytes(ILjava/nio/channels/FileChannel;JI)Inamed setBytesLnet/minecraft/util/PacketByteBuf;setBytes(ILjava/nio/channels/FileChannel;JI)I
-
setZero
- Specified by:
setZeroin classByteBuf- Mappings:
Namespace Name Mixin selector official setZeroLgy;setZero(II)Lio/netty/buffer/ByteBuf;intermediary setZeroLnet/minecraft/class_1967;setZero(II)Lio/netty/buffer/ByteBuf;named setZeroLnet/minecraft/util/PacketByteBuf;setZero(II)Lio/netty/buffer/ByteBuf;
-
setCharSequence
- Mappings:
Namespace Name Mixin selector official setCharSequenceLgy;setCharSequence(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)Iintermediary setCharSequenceLnet/minecraft/class_1967;setCharSequence(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)Inamed setCharSequenceLnet/minecraft/util/PacketByteBuf;setCharSequence(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
-
readBoolean
public boolean readBoolean()- Specified by:
readBooleanin classByteBuf- Mappings:
Namespace Name Mixin selector official readBooleanLgy;readBoolean()Zintermediary readBooleanLnet/minecraft/class_1967;readBoolean()Znamed readBooleanLnet/minecraft/util/PacketByteBuf;readBoolean()Z
-
readByte
public byte readByte() -
readUnsignedByte
public short readUnsignedByte()- Specified by:
readUnsignedBytein classByteBuf- Mappings:
Namespace Name Mixin selector official readUnsignedByteLgy;readUnsignedByte()Sintermediary readUnsignedByteLnet/minecraft/class_1967;readUnsignedByte()Snamed readUnsignedByteLnet/minecraft/util/PacketByteBuf;readUnsignedByte()S
-
readShort
public short readShort() -
readShortLE
public short readShortLE()- Mappings:
Namespace Name Mixin selector official readShortLELgy;readShortLE()Sintermediary readShortLELnet/minecraft/class_1967;readShortLE()Snamed readShortLELnet/minecraft/util/PacketByteBuf;readShortLE()S
-
readUnsignedShort
public int readUnsignedShort()- Specified by:
readUnsignedShortin classByteBuf- Mappings:
Namespace Name Mixin selector official readUnsignedShortLgy;readUnsignedShort()Iintermediary readUnsignedShortLnet/minecraft/class_1967;readUnsignedShort()Inamed readUnsignedShortLnet/minecraft/util/PacketByteBuf;readUnsignedShort()I
-
readUnsignedShortLE
public int readUnsignedShortLE()- Mappings:
Namespace Name Mixin selector official readUnsignedShortLELgy;readUnsignedShortLE()Iintermediary readUnsignedShortLELnet/minecraft/class_1967;readUnsignedShortLE()Inamed readUnsignedShortLELnet/minecraft/util/PacketByteBuf;readUnsignedShortLE()I
-
readMedium
public int readMedium()- Specified by:
readMediumin classByteBuf- Mappings:
Namespace Name Mixin selector official readMediumLgy;readMedium()Iintermediary readMediumLnet/minecraft/class_1967;readMedium()Inamed readMediumLnet/minecraft/util/PacketByteBuf;readMedium()I
-
readMediumLE
public int readMediumLE()- Mappings:
Namespace Name Mixin selector official readMediumLELgy;readMediumLE()Iintermediary readMediumLELnet/minecraft/class_1967;readMediumLE()Inamed readMediumLELnet/minecraft/util/PacketByteBuf;readMediumLE()I
-
readUnsignedMedium
public int readUnsignedMedium()- Specified by:
readUnsignedMediumin classByteBuf- Mappings:
Namespace Name Mixin selector official readUnsignedMediumLgy;readUnsignedMedium()Iintermediary readUnsignedMediumLnet/minecraft/class_1967;readUnsignedMedium()Inamed readUnsignedMediumLnet/minecraft/util/PacketByteBuf;readUnsignedMedium()I
-
readUnsignedMediumLE
public int readUnsignedMediumLE()- Mappings:
Namespace Name Mixin selector official readUnsignedMediumLELgy;readUnsignedMediumLE()Iintermediary readUnsignedMediumLELnet/minecraft/class_1967;readUnsignedMediumLE()Inamed readUnsignedMediumLELnet/minecraft/util/PacketByteBuf;readUnsignedMediumLE()I
-
readInt
public int readInt() -
readIntLE
public int readIntLE()- Mappings:
Namespace Name Mixin selector official readIntLELgy;readIntLE()Iintermediary readIntLELnet/minecraft/class_1967;readIntLE()Inamed readIntLELnet/minecraft/util/PacketByteBuf;readIntLE()I
-
readUnsignedInt
public long readUnsignedInt()- Specified by:
readUnsignedIntin classByteBuf- Mappings:
Namespace Name Mixin selector official readUnsignedIntLgy;readUnsignedInt()Jintermediary readUnsignedIntLnet/minecraft/class_1967;readUnsignedInt()Jnamed readUnsignedIntLnet/minecraft/util/PacketByteBuf;readUnsignedInt()J
-
readUnsignedIntLE
public long readUnsignedIntLE()- Mappings:
Namespace Name Mixin selector official readUnsignedIntLELgy;readUnsignedIntLE()Jintermediary readUnsignedIntLELnet/minecraft/class_1967;readUnsignedIntLE()Jnamed readUnsignedIntLELnet/minecraft/util/PacketByteBuf;readUnsignedIntLE()J
-
readLong
public long readLong() -
readLongLE
public long readLongLE()- Mappings:
Namespace Name Mixin selector official readLongLELgy;readLongLE()Jintermediary readLongLELnet/minecraft/class_1967;readLongLE()Jnamed readLongLELnet/minecraft/util/PacketByteBuf;readLongLE()J
-
readChar
public char readChar() -
readFloat
public float readFloat() -
readDouble
public double readDouble()- Specified by:
readDoublein classByteBuf- Mappings:
Namespace Name Mixin selector official readDoubleLgy;readDouble()Dintermediary readDoubleLnet/minecraft/class_1967;readDouble()Dnamed readDoubleLnet/minecraft/util/PacketByteBuf;readDouble()D
-
readBytes
- Specified by:
readBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official readBytesLgy;readBytes(I)Lio/netty/buffer/ByteBuf;intermediary readBytesLnet/minecraft/class_1967;readBytes(I)Lio/netty/buffer/ByteBuf;named readBytesLnet/minecraft/util/PacketByteBuf;readBytes(I)Lio/netty/buffer/ByteBuf;
-
readSlice
- Specified by:
readSlicein classByteBuf- Mappings:
Namespace Name Mixin selector official readSliceLgy;readSlice(I)Lio/netty/buffer/ByteBuf;intermediary readSliceLnet/minecraft/class_1967;readSlice(I)Lio/netty/buffer/ByteBuf;named readSliceLnet/minecraft/util/PacketByteBuf;readSlice(I)Lio/netty/buffer/ByteBuf;
-
readRetainedSlice
- Mappings:
Namespace Name Mixin selector official readRetainedSliceLgy;readRetainedSlice(I)Lio/netty/buffer/ByteBuf;intermediary readRetainedSliceLnet/minecraft/class_1967;readRetainedSlice(I)Lio/netty/buffer/ByteBuf;named readRetainedSliceLnet/minecraft/util/PacketByteBuf;readRetainedSlice(I)Lio/netty/buffer/ByteBuf;
-
readBytes
- Specified by:
readBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official readBytesLgy;readBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;intermediary readBytesLnet/minecraft/class_1967;readBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;named readBytesLnet/minecraft/util/PacketByteBuf;readBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
-
readBytes
- Specified by:
readBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official readBytesLgy;readBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;intermediary readBytesLnet/minecraft/class_1967;readBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;named readBytesLnet/minecraft/util/PacketByteBuf;readBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
-
readBytes
- Specified by:
readBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official readBytesLgy;readBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;intermediary readBytesLnet/minecraft/class_1967;readBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;named readBytesLnet/minecraft/util/PacketByteBuf;readBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
-
readBytes
- Specified by:
readBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official readBytesLgy;readBytes([B)Lio/netty/buffer/ByteBuf;intermediary readBytesLnet/minecraft/class_1967;readBytes([B)Lio/netty/buffer/ByteBuf;named readBytesLnet/minecraft/util/PacketByteBuf;readBytes([B)Lio/netty/buffer/ByteBuf;
-
readBytes
- Specified by:
readBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official readBytesLgy;readBytes([BII)Lio/netty/buffer/ByteBuf;intermediary readBytesLnet/minecraft/class_1967;readBytes([BII)Lio/netty/buffer/ByteBuf;named readBytesLnet/minecraft/util/PacketByteBuf;readBytes([BII)Lio/netty/buffer/ByteBuf;
-
readBytes
- Specified by:
readBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official readBytesLgy;readBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;intermediary readBytesLnet/minecraft/class_1967;readBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;named readBytesLnet/minecraft/util/PacketByteBuf;readBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
-
readBytes
- Specified by:
readBytesin classByteBuf- Throws:
IOException- Mappings:
Namespace Name Mixin selector official readBytesLgy;readBytes(Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;intermediary readBytesLnet/minecraft/class_1967;readBytes(Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;named readBytesLnet/minecraft/util/PacketByteBuf;readBytes(Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
-
readBytes
- Specified by:
readBytesin classByteBuf- Throws:
IOException- Mappings:
Namespace Name Mixin selector official readBytesLgy;readBytes(Ljava/nio/channels/GatheringByteChannel;I)Iintermediary readBytesLnet/minecraft/class_1967;readBytes(Ljava/nio/channels/GatheringByteChannel;I)Inamed readBytesLnet/minecraft/util/PacketByteBuf;readBytes(Ljava/nio/channels/GatheringByteChannel;I)I
-
readCharSequence
- Mappings:
Namespace Name Mixin selector official readCharSequenceLgy;readCharSequence(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;intermediary readCharSequenceLnet/minecraft/class_1967;readCharSequence(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;named readCharSequenceLnet/minecraft/util/PacketByteBuf;readCharSequence(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
-
readBytes
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official readBytesLgy;readBytes(Ljava/nio/channels/FileChannel;JI)Iintermediary readBytesLnet/minecraft/class_1967;readBytes(Ljava/nio/channels/FileChannel;JI)Inamed readBytesLnet/minecraft/util/PacketByteBuf;readBytes(Ljava/nio/channels/FileChannel;JI)I
-
skipBytes
- Specified by:
skipBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official skipBytesLgy;skipBytes(I)Lio/netty/buffer/ByteBuf;intermediary skipBytesLnet/minecraft/class_1967;skipBytes(I)Lio/netty/buffer/ByteBuf;named skipBytesLnet/minecraft/util/PacketByteBuf;skipBytes(I)Lio/netty/buffer/ByteBuf;
-
writeBoolean
- Specified by:
writeBooleanin classByteBuf- Mappings:
Namespace Name Mixin selector official writeBooleanLgy;writeBoolean(Z)Lio/netty/buffer/ByteBuf;intermediary writeBooleanLnet/minecraft/class_1967;writeBoolean(Z)Lio/netty/buffer/ByteBuf;named writeBooleanLnet/minecraft/util/PacketByteBuf;writeBoolean(Z)Lio/netty/buffer/ByteBuf;
-
writeByte
- Specified by:
writeBytein classByteBuf- Mappings:
Namespace Name Mixin selector official writeByteLgy;writeByte(I)Lio/netty/buffer/ByteBuf;intermediary writeByteLnet/minecraft/class_1967;writeByte(I)Lio/netty/buffer/ByteBuf;named writeByteLnet/minecraft/util/PacketByteBuf;writeByte(I)Lio/netty/buffer/ByteBuf;
-
writeShort
- Specified by:
writeShortin classByteBuf- Mappings:
Namespace Name Mixin selector official writeShortLgy;writeShort(I)Lio/netty/buffer/ByteBuf;intermediary writeShortLnet/minecraft/class_1967;writeShort(I)Lio/netty/buffer/ByteBuf;named writeShortLnet/minecraft/util/PacketByteBuf;writeShort(I)Lio/netty/buffer/ByteBuf;
-
writeShortLE
- Mappings:
Namespace Name Mixin selector official writeShortLELgy;writeShortLE(I)Lio/netty/buffer/ByteBuf;intermediary writeShortLELnet/minecraft/class_1967;writeShortLE(I)Lio/netty/buffer/ByteBuf;named writeShortLELnet/minecraft/util/PacketByteBuf;writeShortLE(I)Lio/netty/buffer/ByteBuf;
-
writeMedium
- Specified by:
writeMediumin classByteBuf- Mappings:
Namespace Name Mixin selector official writeMediumLgy;writeMedium(I)Lio/netty/buffer/ByteBuf;intermediary writeMediumLnet/minecraft/class_1967;writeMedium(I)Lio/netty/buffer/ByteBuf;named writeMediumLnet/minecraft/util/PacketByteBuf;writeMedium(I)Lio/netty/buffer/ByteBuf;
-
writeMediumLE
- Mappings:
Namespace Name Mixin selector official writeMediumLELgy;writeMediumLE(I)Lio/netty/buffer/ByteBuf;intermediary writeMediumLELnet/minecraft/class_1967;writeMediumLE(I)Lio/netty/buffer/ByteBuf;named writeMediumLELnet/minecraft/util/PacketByteBuf;writeMediumLE(I)Lio/netty/buffer/ByteBuf;
-
writeInt
- Specified by:
writeIntin classByteBuf- Mappings:
Namespace Name Mixin selector official writeIntLgy;writeInt(I)Lio/netty/buffer/ByteBuf;intermediary writeIntLnet/minecraft/class_1967;writeInt(I)Lio/netty/buffer/ByteBuf;named writeIntLnet/minecraft/util/PacketByteBuf;writeInt(I)Lio/netty/buffer/ByteBuf;
-
writeIntLE
- Mappings:
Namespace Name Mixin selector official writeIntLELgy;writeIntLE(I)Lio/netty/buffer/ByteBuf;intermediary writeIntLELnet/minecraft/class_1967;writeIntLE(I)Lio/netty/buffer/ByteBuf;named writeIntLELnet/minecraft/util/PacketByteBuf;writeIntLE(I)Lio/netty/buffer/ByteBuf;
-
writeLong
- Specified by:
writeLongin classByteBuf- Mappings:
Namespace Name Mixin selector official writeLongLgy;writeLong(J)Lio/netty/buffer/ByteBuf;intermediary writeLongLnet/minecraft/class_1967;writeLong(J)Lio/netty/buffer/ByteBuf;named writeLongLnet/minecraft/util/PacketByteBuf;writeLong(J)Lio/netty/buffer/ByteBuf;
-
writeLongLE
- Mappings:
Namespace Name Mixin selector official writeLongLELgy;writeLongLE(J)Lio/netty/buffer/ByteBuf;intermediary writeLongLELnet/minecraft/class_1967;writeLongLE(J)Lio/netty/buffer/ByteBuf;named writeLongLELnet/minecraft/util/PacketByteBuf;writeLongLE(J)Lio/netty/buffer/ByteBuf;
-
writeChar
- Specified by:
writeCharin classByteBuf- Mappings:
Namespace Name Mixin selector official writeCharLgy;writeChar(I)Lio/netty/buffer/ByteBuf;intermediary writeCharLnet/minecraft/class_1967;writeChar(I)Lio/netty/buffer/ByteBuf;named writeCharLnet/minecraft/util/PacketByteBuf;writeChar(I)Lio/netty/buffer/ByteBuf;
-
writeFloat
- Specified by:
writeFloatin classByteBuf- Mappings:
Namespace Name Mixin selector official writeFloatLgy;writeFloat(F)Lio/netty/buffer/ByteBuf;intermediary writeFloatLnet/minecraft/class_1967;writeFloat(F)Lio/netty/buffer/ByteBuf;named writeFloatLnet/minecraft/util/PacketByteBuf;writeFloat(F)Lio/netty/buffer/ByteBuf;
-
writeDouble
- Specified by:
writeDoublein classByteBuf- Mappings:
Namespace Name Mixin selector official writeDoubleLgy;writeDouble(D)Lio/netty/buffer/ByteBuf;intermediary writeDoubleLnet/minecraft/class_1967;writeDouble(D)Lio/netty/buffer/ByteBuf;named writeDoubleLnet/minecraft/util/PacketByteBuf;writeDouble(D)Lio/netty/buffer/ByteBuf;
-
writeBytes
- Specified by:
writeBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official writeBytesLgy;writeBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;intermediary writeBytesLnet/minecraft/class_1967;writeBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;named writeBytesLnet/minecraft/util/PacketByteBuf;writeBytes(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
-
writeBytes
- Specified by:
writeBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official writeBytesLgy;writeBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;intermediary writeBytesLnet/minecraft/class_1967;writeBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;named writeBytesLnet/minecraft/util/PacketByteBuf;writeBytes(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
-
writeBytes
- Specified by:
writeBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official writeBytesLgy;writeBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;intermediary writeBytesLnet/minecraft/class_1967;writeBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;named writeBytesLnet/minecraft/util/PacketByteBuf;writeBytes(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
-
writeBytes
- Specified by:
writeBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official writeBytesLgy;writeBytes([B)Lio/netty/buffer/ByteBuf;intermediary writeBytesLnet/minecraft/class_1967;writeBytes([B)Lio/netty/buffer/ByteBuf;named writeBytesLnet/minecraft/util/PacketByteBuf;writeBytes([B)Lio/netty/buffer/ByteBuf;
-
writeBytes
- Specified by:
writeBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official writeBytesLgy;writeBytes([BII)Lio/netty/buffer/ByteBuf;intermediary writeBytesLnet/minecraft/class_1967;writeBytes([BII)Lio/netty/buffer/ByteBuf;named writeBytesLnet/minecraft/util/PacketByteBuf;writeBytes([BII)Lio/netty/buffer/ByteBuf;
-
writeBytes
- Specified by:
writeBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official writeBytesLgy;writeBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;intermediary writeBytesLnet/minecraft/class_1967;writeBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;named writeBytesLnet/minecraft/util/PacketByteBuf;writeBytes(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
-
writeBytes
- Specified by:
writeBytesin classByteBuf- Throws:
IOException- Mappings:
Namespace Name Mixin selector official writeBytesLgy;writeBytes(Ljava/io/InputStream;I)Iintermediary writeBytesLnet/minecraft/class_1967;writeBytes(Ljava/io/InputStream;I)Inamed writeBytesLnet/minecraft/util/PacketByteBuf;writeBytes(Ljava/io/InputStream;I)I
-
writeBytes
- Specified by:
writeBytesin classByteBuf- Throws:
IOException- Mappings:
Namespace Name Mixin selector official writeBytesLgy;writeBytes(Ljava/nio/channels/ScatteringByteChannel;I)Iintermediary writeBytesLnet/minecraft/class_1967;writeBytes(Ljava/nio/channels/ScatteringByteChannel;I)Inamed writeBytesLnet/minecraft/util/PacketByteBuf;writeBytes(Ljava/nio/channels/ScatteringByteChannel;I)I
-
writeBytes
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official writeBytesLgy;writeBytes(Ljava/nio/channels/FileChannel;JI)Iintermediary writeBytesLnet/minecraft/class_1967;writeBytes(Ljava/nio/channels/FileChannel;JI)Inamed writeBytesLnet/minecraft/util/PacketByteBuf;writeBytes(Ljava/nio/channels/FileChannel;JI)I
-
writeZero
- Specified by:
writeZeroin classByteBuf- Mappings:
Namespace Name Mixin selector official writeZeroLgy;writeZero(I)Lio/netty/buffer/ByteBuf;intermediary writeZeroLnet/minecraft/class_1967;writeZero(I)Lio/netty/buffer/ByteBuf;named writeZeroLnet/minecraft/util/PacketByteBuf;writeZero(I)Lio/netty/buffer/ByteBuf;
-
writeCharSequence
- Mappings:
Namespace Name Mixin selector official writeCharSequenceLgy;writeCharSequence(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Iintermediary writeCharSequenceLnet/minecraft/class_1967;writeCharSequence(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Inamed writeCharSequenceLnet/minecraft/util/PacketByteBuf;writeCharSequence(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
-
indexOf
public int indexOf(int int2, int int3, byte byte2) -
bytesBefore
public int bytesBefore(byte byte2) - Specified by:
bytesBeforein classByteBuf- Mappings:
Namespace Name Mixin selector official bytesBeforeLgy;bytesBefore(B)Iintermediary bytesBeforeLnet/minecraft/class_1967;bytesBefore(B)Inamed bytesBeforeLnet/minecraft/util/PacketByteBuf;bytesBefore(B)I
-
bytesBefore
public int bytesBefore(int int2, byte byte2) - Specified by:
bytesBeforein classByteBuf- Mappings:
Namespace Name Mixin selector official bytesBeforeLgy;bytesBefore(IB)Iintermediary bytesBeforeLnet/minecraft/class_1967;bytesBefore(IB)Inamed bytesBeforeLnet/minecraft/util/PacketByteBuf;bytesBefore(IB)I
-
bytesBefore
public int bytesBefore(int int2, int int3, byte byte2) - Specified by:
bytesBeforein classByteBuf- Mappings:
Namespace Name Mixin selector official bytesBeforeLgy;bytesBefore(IIB)Iintermediary bytesBeforeLnet/minecraft/class_1967;bytesBefore(IIB)Inamed bytesBeforeLnet/minecraft/util/PacketByteBuf;bytesBefore(IIB)I
-
forEachByte
- Mappings:
Namespace Name Mixin selector official forEachByteLgy;forEachByte(Lio/netty/util/ByteProcessor;)Iintermediary forEachByteLnet/minecraft/class_1967;forEachByte(Lio/netty/util/ByteProcessor;)Inamed forEachByteLnet/minecraft/util/PacketByteBuf;forEachByte(Lio/netty/util/ByteProcessor;)I
-
forEachByte
- Mappings:
Namespace Name Mixin selector official forEachByteLgy;forEachByte(IILio/netty/util/ByteProcessor;)Iintermediary forEachByteLnet/minecraft/class_1967;forEachByte(IILio/netty/util/ByteProcessor;)Inamed forEachByteLnet/minecraft/util/PacketByteBuf;forEachByte(IILio/netty/util/ByteProcessor;)I
-
forEachByteDesc
- Mappings:
Namespace Name Mixin selector official forEachByteDescLgy;forEachByteDesc(Lio/netty/util/ByteProcessor;)Iintermediary forEachByteDescLnet/minecraft/class_1967;forEachByteDesc(Lio/netty/util/ByteProcessor;)Inamed forEachByteDescLnet/minecraft/util/PacketByteBuf;forEachByteDesc(Lio/netty/util/ByteProcessor;)I
-
forEachByteDesc
- Mappings:
Namespace Name Mixin selector official forEachByteDescLgy;forEachByteDesc(IILio/netty/util/ByteProcessor;)Iintermediary forEachByteDescLnet/minecraft/class_1967;forEachByteDesc(IILio/netty/util/ByteProcessor;)Inamed forEachByteDescLnet/minecraft/util/PacketByteBuf;forEachByteDesc(IILio/netty/util/ByteProcessor;)I
-
copy
-
copy
-
slice
-
retainedSlice
- Mappings:
Namespace Name Mixin selector official retainedSliceLgy;retainedSlice()Lio/netty/buffer/ByteBuf;intermediary retainedSliceLnet/minecraft/class_1967;retainedSlice()Lio/netty/buffer/ByteBuf;named retainedSliceLnet/minecraft/util/PacketByteBuf;retainedSlice()Lio/netty/buffer/ByteBuf;
-
slice
-
retainedSlice
- Mappings:
Namespace Name Mixin selector official retainedSliceLgy;retainedSlice(II)Lio/netty/buffer/ByteBuf;intermediary retainedSliceLnet/minecraft/class_1967;retainedSlice(II)Lio/netty/buffer/ByteBuf;named retainedSliceLnet/minecraft/util/PacketByteBuf;retainedSlice(II)Lio/netty/buffer/ByteBuf;
-
duplicate
- Specified by:
duplicatein classByteBuf- Mappings:
Namespace Name Mixin selector official duplicateLgy;duplicate()Lio/netty/buffer/ByteBuf;intermediary duplicateLnet/minecraft/class_1967;duplicate()Lio/netty/buffer/ByteBuf;named duplicateLnet/minecraft/util/PacketByteBuf;duplicate()Lio/netty/buffer/ByteBuf;
-
retainedDuplicate
- Mappings:
Namespace Name Mixin selector official retainedDuplicateLgy;retainedDuplicate()Lio/netty/buffer/ByteBuf;intermediary retainedDuplicateLnet/minecraft/class_1967;retainedDuplicate()Lio/netty/buffer/ByteBuf;named retainedDuplicateLnet/minecraft/util/PacketByteBuf;retainedDuplicate()Lio/netty/buffer/ByteBuf;
-
nioBufferCount
public int nioBufferCount()- Specified by:
nioBufferCountin classByteBuf- Mappings:
Namespace Name Mixin selector official nioBufferCountLgy;nioBufferCount()Iintermediary nioBufferCountLnet/minecraft/class_1967;nioBufferCount()Inamed nioBufferCountLnet/minecraft/util/PacketByteBuf;nioBufferCount()I
-
nioBuffer
- Specified by:
nioBufferin classByteBuf- Mappings:
Namespace Name Mixin selector official nioBufferLgy;nioBuffer()Ljava/nio/ByteBuffer;intermediary nioBufferLnet/minecraft/class_1967;nioBuffer()Ljava/nio/ByteBuffer;named nioBufferLnet/minecraft/util/PacketByteBuf;nioBuffer()Ljava/nio/ByteBuffer;
-
nioBuffer
- Specified by:
nioBufferin classByteBuf- Mappings:
Namespace Name Mixin selector official nioBufferLgy;nioBuffer(II)Ljava/nio/ByteBuffer;intermediary nioBufferLnet/minecraft/class_1967;nioBuffer(II)Ljava/nio/ByteBuffer;named nioBufferLnet/minecraft/util/PacketByteBuf;nioBuffer(II)Ljava/nio/ByteBuffer;
-
internalNioBuffer
- Specified by:
internalNioBufferin classByteBuf- Mappings:
Namespace Name Mixin selector official internalNioBufferLgy;internalNioBuffer(II)Ljava/nio/ByteBuffer;intermediary internalNioBufferLnet/minecraft/class_1967;internalNioBuffer(II)Ljava/nio/ByteBuffer;named internalNioBufferLnet/minecraft/util/PacketByteBuf;internalNioBuffer(II)Ljava/nio/ByteBuffer;
-
nioBuffers
- Specified by:
nioBuffersin classByteBuf- Mappings:
Namespace Name Mixin selector official nioBuffersLgy;nioBuffers()[Ljava/nio/ByteBuffer;intermediary nioBuffersLnet/minecraft/class_1967;nioBuffers()[Ljava/nio/ByteBuffer;named nioBuffersLnet/minecraft/util/PacketByteBuf;nioBuffers()[Ljava/nio/ByteBuffer;
-
nioBuffers
- Specified by:
nioBuffersin classByteBuf- Mappings:
Namespace Name Mixin selector official nioBuffersLgy;nioBuffers(II)[Ljava/nio/ByteBuffer;intermediary nioBuffersLnet/minecraft/class_1967;nioBuffers(II)[Ljava/nio/ByteBuffer;named nioBuffersLnet/minecraft/util/PacketByteBuf;nioBuffers(II)[Ljava/nio/ByteBuffer;
-
hasArray
public boolean hasArray() -
array
public byte[] array() -
arrayOffset
public int arrayOffset()- Specified by:
arrayOffsetin classByteBuf- Mappings:
Namespace Name Mixin selector official arrayOffsetLgy;arrayOffset()Iintermediary arrayOffsetLnet/minecraft/class_1967;arrayOffset()Inamed arrayOffsetLnet/minecraft/util/PacketByteBuf;arrayOffset()I
-
hasMemoryAddress
public boolean hasMemoryAddress()- Specified by:
hasMemoryAddressin classByteBuf- Mappings:
Namespace Name Mixin selector official hasMemoryAddressLgy;hasMemoryAddress()Zintermediary hasMemoryAddressLnet/minecraft/class_1967;hasMemoryAddress()Znamed hasMemoryAddressLnet/minecraft/util/PacketByteBuf;hasMemoryAddress()Z
-
memoryAddress
public long memoryAddress()- Specified by:
memoryAddressin classByteBuf- Mappings:
Namespace Name Mixin selector official memoryAddressLgy;memoryAddress()Jintermediary memoryAddressLnet/minecraft/class_1967;memoryAddress()Jnamed memoryAddressLnet/minecraft/util/PacketByteBuf;memoryAddress()J
-
toString
- Specified by:
toStringin classByteBuf- Mappings:
Namespace Name Mixin selector official toStringLgy;toString(Ljava/nio/charset/Charset;)Ljava/lang/String;intermediary toStringLnet/minecraft/class_1967;toString(Ljava/nio/charset/Charset;)Ljava/lang/String;named toStringLnet/minecraft/util/PacketByteBuf;toString(Ljava/nio/charset/Charset;)Ljava/lang/String;
-
toString
- Specified by:
toStringin classByteBuf- Mappings:
Namespace Name Mixin selector official toStringLgy;toString(IILjava/nio/charset/Charset;)Ljava/lang/String;intermediary toStringLnet/minecraft/class_1967;toString(IILjava/nio/charset/Charset;)Ljava/lang/String;named toStringLnet/minecraft/util/PacketByteBuf;toString(IILjava/nio/charset/Charset;)Ljava/lang/String;
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<ByteBuf>- Specified by:
compareToin classByteBuf- Mappings:
Namespace Name Mixin selector official compareToLgy;compareTo(Lio/netty/buffer/ByteBuf;)Iintermediary compareToLnet/minecraft/class_1967;compareTo(Lio/netty/buffer/ByteBuf;)Inamed compareToLnet/minecraft/util/PacketByteBuf;compareTo(Lio/netty/buffer/ByteBuf;)I
-
toString
-
retain
- Specified by:
retainin interfaceReferenceCounted- Specified by:
retainin classByteBuf- Mappings:
Namespace Name Mixin selector official retainLgy;retain(I)Lio/netty/buffer/ByteBuf;intermediary retainLnet/minecraft/class_1967;retain(I)Lio/netty/buffer/ByteBuf;named retainLnet/minecraft/util/PacketByteBuf;retain(I)Lio/netty/buffer/ByteBuf;
-
retain
- Specified by:
retainin interfaceReferenceCounted- Specified by:
retainin classByteBuf- Mappings:
Namespace Name Mixin selector official retainLgy;retain()Lio/netty/buffer/ByteBuf;intermediary retainLnet/minecraft/class_1967;retain()Lio/netty/buffer/ByteBuf;named retainLnet/minecraft/util/PacketByteBuf;retain()Lio/netty/buffer/ByteBuf;
-
touch
- Mappings:
Namespace Name Mixin selector official touchLgy;touch()Lio/netty/buffer/ByteBuf;intermediary touchLnet/minecraft/class_1967;touch()Lio/netty/buffer/ByteBuf;named touchLnet/minecraft/util/PacketByteBuf;touch()Lio/netty/buffer/ByteBuf;
-
touch
- Mappings:
Namespace Name Mixin selector official touchLgy;touch(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;intermediary touchLnet/minecraft/class_1967;touch(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;named touchLnet/minecraft/util/PacketByteBuf;touch(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
-
refCnt
public int refCnt()- Mappings:
Namespace Name Mixin selector official refCntLgy;refCnt()Iintermediary refCntLnet/minecraft/class_1967;refCnt()Inamed refCntLnet/minecraft/util/PacketByteBuf;refCnt()I
-
release
public boolean release()- Mappings:
Namespace Name Mixin selector official releaseLgy;release()Zintermediary releaseLnet/minecraft/class_1967;release()Znamed releaseLnet/minecraft/util/PacketByteBuf;release()Z
-
release
public boolean release(int int2) - Mappings:
Namespace Name Mixin selector official releaseLgy;release(I)Zintermediary releaseLnet/minecraft/class_1967;release(I)Znamed releaseLnet/minecraft/util/PacketByteBuf;release(I)Z
-