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 hyintermediary 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) method_20167(String string, int int2) 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 aLhy;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>Lhy;<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 aLhy;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 aLhy;a([B)Lhy;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 aLhy;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 bLhy;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 aLhy;a([I)Lhy;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 bLhy;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 cLhy;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 aLhy;a([J)Lhy;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 bLhy;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 aLhy;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 eLhy;e()Lel;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 aLhy;a(Lel;)Lhy;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 fLhy;f()Lij;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 aLhy;a(Lij;)Lhy;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 aLhy;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 aLhy;a(Ljava/lang/Enum;)Lhy;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 gLhy;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 hLhy;h()Jintermediary method_10611Lnet/minecraft/class_1967;method_10611()Jnamed readVarLongLnet/minecraft/util/PacketByteBuf;readVarLong()J
-
method_12597
- Mappings:
Namespace Name Mixin selector official aLhy;a(Ljava/util/UUID;)Lhy;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 iLhy;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 dLhy;d(I)Lhy;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 bLhy;b(J)Lhy;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 aLhy;a(Lgy;)Lhy;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 jLhy;j()Lgy;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 aLhy;a(Late;)Lhy;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 kLhy;k()Late;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 eLhy;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 aLhy;a(Ljava/lang/String;)Lhy;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;
-
method_20167
- Mappings:
Namespace Name Mixin selector official aLhy;a(Ljava/lang/String;I)Lhy;intermediary method_20167Lnet/minecraft/class_1967;method_20167(Ljava/lang/String;I)Lnet/minecraft/class_1967;named method_20167Lnet/minecraft/util/PacketByteBuf;method_20167(Ljava/lang/String;I)Lnet/minecraft/util/PacketByteBuf;
-
readIdentifier
- Mappings:
Namespace Name Mixin selector official lLhy;l()Lpc;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 aLhy;a(Lpc;)Lhy;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 mLhy;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 aLhy;a(Ljava/util/Date;)Lhy;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 capacityLhy;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 maxCapacityLhy;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 allocLhy;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 orderLhy;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 isReadOnlyLhy;isReadOnly()Zintermediary isReadOnlyLnet/minecraft/class_1967;isReadOnly()Znamed isReadOnlyLnet/minecraft/util/PacketByteBuf;isReadOnly()Z
-
asReadOnly
- Mappings:
Namespace Name Mixin selector official asReadOnlyLhy;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 readerIndexLhy;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 readerIndexLhy;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 writerIndexLhy;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 writerIndexLhy;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 setIndexLhy;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 readableBytesLhy;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 writableBytesLhy;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 maxWritableBytesLhy;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 isReadableLhy;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 isReadableLhy;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 isWritableLhy;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 isWritableLhy;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 markReaderIndexLhy;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 resetReaderIndexLhy;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 markWriterIndexLhy;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 resetWriterIndexLhy;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 discardReadBytesLhy;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 discardSomeReadBytesLhy;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 ensureWritableLhy;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 ensureWritableLhy;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 getBooleanLhy;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 getUnsignedByteLhy;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 getShortLELhy;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 getUnsignedShortLhy;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 getUnsignedShortLELhy;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 getMediumLELhy;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 getUnsignedMediumLhy;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 getUnsignedMediumLELhy;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 getIntLELhy;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 getUnsignedIntLhy;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 getUnsignedIntLELhy;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 getLongLELhy;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 getBytesLhy;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 getBytesLhy;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 getBytesLhy;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 getBytesLhy;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 getBytesLhy;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 getBytesLhy;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 getBytesLhy;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 getBytesLhy;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 getBytesLhy;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 getCharSequenceLhy;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 setBooleanLhy;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 setByteLhy;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 setShortLhy;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 setShortLELhy;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 setMediumLhy;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 setMediumLELhy;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 setIntLELhy;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 setLongLhy;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 setLongLELhy;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 setCharLhy;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 setFloatLhy;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 setDoubleLhy;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 setBytesLhy;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 setBytesLhy;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 setBytesLhy;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 setBytesLhy;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 setBytesLhy;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 setBytesLhy;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 setBytesLhy;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 setBytesLhy;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 setBytesLhy;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 setZeroLhy;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 setCharSequenceLhy;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 readBooleanLhy;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 readUnsignedByteLhy;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 readShortLELhy;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 readUnsignedShortLhy;readUnsignedShort()Iintermediary readUnsignedShortLnet/minecraft/class_1967;readUnsignedShort()Inamed readUnsignedShortLnet/minecraft/util/PacketByteBuf;readUnsignedShort()I
-
readUnsignedShortLE
public int readUnsignedShortLE()- Mappings:
Namespace Name Mixin selector official readUnsignedShortLELhy;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 readMediumLhy;readMedium()Iintermediary readMediumLnet/minecraft/class_1967;readMedium()Inamed readMediumLnet/minecraft/util/PacketByteBuf;readMedium()I
-
readMediumLE
public int readMediumLE()- Mappings:
Namespace Name Mixin selector official readMediumLELhy;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 readUnsignedMediumLhy;readUnsignedMedium()Iintermediary readUnsignedMediumLnet/minecraft/class_1967;readUnsignedMedium()Inamed readUnsignedMediumLnet/minecraft/util/PacketByteBuf;readUnsignedMedium()I
-
readUnsignedMediumLE
public int readUnsignedMediumLE()- Mappings:
Namespace Name Mixin selector official readUnsignedMediumLELhy;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 readIntLELhy;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 readUnsignedIntLhy;readUnsignedInt()Jintermediary readUnsignedIntLnet/minecraft/class_1967;readUnsignedInt()Jnamed readUnsignedIntLnet/minecraft/util/PacketByteBuf;readUnsignedInt()J
-
readUnsignedIntLE
public long readUnsignedIntLE()- Mappings:
Namespace Name Mixin selector official readUnsignedIntLELhy;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 readLongLELhy;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 readDoubleLhy;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 readBytesLhy;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 readSliceLhy;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 readRetainedSliceLhy;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 readBytesLhy;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 readBytesLhy;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 readBytesLhy;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 readBytesLhy;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 readBytesLhy;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 readBytesLhy;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 readBytesLhy;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 readBytesLhy;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 readCharSequenceLhy;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 readBytesLhy;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 skipBytesLhy;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 writeBooleanLhy;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 writeByteLhy;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 writeShortLhy;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 writeShortLELhy;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 writeMediumLhy;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 writeMediumLELhy;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 writeIntLhy;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 writeIntLELhy;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 writeLongLhy;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 writeLongLELhy;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 writeCharLhy;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 writeFloatLhy;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 writeDoubleLhy;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 writeBytesLhy;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 writeBytesLhy;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 writeBytesLhy;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 writeBytesLhy;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 writeBytesLhy;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 writeBytesLhy;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 writeBytesLhy;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 writeBytesLhy;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 writeBytesLhy;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 writeZeroLhy;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 writeCharSequenceLhy;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 bytesBeforeLhy;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 bytesBeforeLhy;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 bytesBeforeLhy;bytesBefore(IIB)Iintermediary bytesBeforeLnet/minecraft/class_1967;bytesBefore(IIB)Inamed bytesBeforeLnet/minecraft/util/PacketByteBuf;bytesBefore(IIB)I
-
forEachByte
- Mappings:
Namespace Name Mixin selector official forEachByteLhy;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 forEachByteLhy;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 forEachByteDescLhy;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 forEachByteDescLhy;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 retainedSliceLhy;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 retainedSliceLhy;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 duplicateLhy;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 retainedDuplicateLhy;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 nioBufferCountLhy;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 nioBufferLhy;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 nioBufferLhy;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 internalNioBufferLhy;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 nioBuffersLhy;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 nioBuffersLhy;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 arrayOffsetLhy;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 hasMemoryAddressLhy;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 memoryAddressLhy;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 toStringLhy;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 toStringLhy;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 compareToLhy;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 retainLhy;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 retainLhy;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 touchLhy;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 touchLhy;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 refCntLhy;refCnt()Iintermediary refCntLnet/minecraft/class_1967;refCnt()Inamed refCntLnet/minecraft/util/PacketByteBuf;refCnt()I
-
release
public boolean release()- Mappings:
Namespace Name Mixin selector official releaseLhy;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 releaseLhy;release(I)Zintermediary releaseLnet/minecraft/class_1967;release(I)Znamed releaseLnet/minecraft/util/PacketByteBuf;release(I)Z
-