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 eqintermediary 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, ByteBufProcessor byteBufProcessor) intforEachByte(ByteBufProcessor byteBufProcessor) intforEachByteDesc(int int2, int int3, ByteBufProcessor byteBufProcessor) intforEachByteDesc(ByteBufProcessor byteBufProcessor) 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, GatheringByteChannel gatheringByteChannel, int int3) chargetChar(int i) doublegetDouble(int int2) floatgetFloat(int i) intgetInt(int int2) longgetLong(int i) intgetMedium(int i) shortgetShort(int i) shortgetUnsignedByte(int i) longgetUnsignedInt(int i) intgetUnsignedMedium(int i) intgetUnsignedShort(int i) static intgetVarIntSizeBytes(int size) booleanhasArray()inthashCode()booleanintindexOf(int int2, int int3, byte byte2) internalNioBuffer(int int2, int int3) booleanisDirect()booleanbooleanisReadable(int i) booleanbooleanisWritable(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(GatheringByteChannel gatheringByteChannel, int int2) charreadChar()double<T extends Enum<T>>
TreadEnumConstant(Class<T> clazz) intreaderIndex(int i) floatintreadInt()int[]int[]readIntArray(int size) longreadLong()long[]readLongArray(long[] dest) long[]readLongArray(long[] dest, int size) intshortreadSlice(int int2) readString(int i) readText()shortlongintintreadUuid()intlongintrefCnt()booleanrelease()booleanrelease(int int2) retain()retain(int int2) 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, ScatteringByteChannel scatteringByteChannel, int int3) setChar(int i, int j) setDouble(int i, double d) setFloat(int i, float f) setIndex(int i, int j) setInt(int i, int j) setLong(int i, long l) setMedium(int i, int j) setShort(int i, int j) setZero(int int2, int int3) skipBytes(int int2) slice()slice(int int2, int int3) toString()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(ScatteringByteChannel scatteringByteChannel, int int2) writeChar(int int2) writeDouble(double double2) writeEnumConstant(Enum<?> constant) writeFloat(float float2) writeInt(int int2) writeIntArray(int[] intarray) writeInteger(int integer) writeItemStack(ItemStack stack) writeLong(long long2) writeLongArray(long[] long2) writeMedium(int int2) intwriterIndex(int i) writeShort(int int2) writeString(String string) writeZero(int int2)
-
Field Details
-
parent
- Mappings:
Namespace Name Mixin selector official aLeq;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>Leq;<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 aLeq;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 aLeq;a([B)Leq;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 aLeq;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 bLeq;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 aLeq;a([I)Leq;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 bLeq;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 cLeq;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 aLeq;a([J)Leq;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 bLeq;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 aLeq;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 eLeq;e()Lcm;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 aLeq;a(Lcm;)Leq;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 fLeq;f()Ley;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 aLeq;a(Ley;)Leq;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 aLeq;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 aLeq;a(Ljava/lang/Enum;)Leq;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 gLeq;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 hLeq;h()Jintermediary method_10611Lnet/minecraft/class_1967;method_10611()Jnamed readVarLongLnet/minecraft/util/PacketByteBuf;readVarLong()J
-
method_12597
- Mappings:
Namespace Name Mixin selector official aLeq;a(Ljava/util/UUID;)Leq;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 iLeq;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 dLeq;d(I)Leq;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 bLeq;b(J)Leq;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 aLeq;a(Ldr;)Leq;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 jLeq;j()Ldr;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 aLeq;a(Ladz;)Leq;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 kLeq;k()Ladz;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 eLeq;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 aLeq;a(Ljava/lang/String;)Leq;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;
-
capacity
public int capacity() -
capacity
- Specified by:
capacityin classByteBuf- Mappings:
Namespace Name Mixin selector official capacityLeq;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 maxCapacityLeq;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 allocLeq;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 orderLeq;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() -
readerIndex
public int readerIndex()- Specified by:
readerIndexin classByteBuf- Mappings:
Namespace Name Mixin selector official readerIndexLeq;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 readerIndexLeq;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 writerIndexLeq;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 writerIndexLeq;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 setIndexLeq;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 readableBytesLeq;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 writableBytesLeq;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 maxWritableBytesLeq;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 isReadableLeq;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 isReadableLeq;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 isWritableLeq;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 isWritableLeq;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 markReaderIndexLeq;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 resetReaderIndexLeq;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 markWriterIndexLeq;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 resetWriterIndexLeq;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 discardReadBytesLeq;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 discardSomeReadBytesLeq;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 ensureWritableLeq;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 ensureWritableLeq;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 getBooleanLeq;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 getUnsignedByteLeq;getUnsignedByte(I)Sintermediary getUnsignedByteLnet/minecraft/class_1967;getUnsignedByte(I)Snamed getUnsignedByteLnet/minecraft/util/PacketByteBuf;getUnsignedByte(I)S
-
getShort
public short getShort(int i) -
getUnsignedShort
public int getUnsignedShort(int i) - Specified by:
getUnsignedShortin classByteBuf- Mappings:
Namespace Name Mixin selector official getUnsignedShortLeq;getUnsignedShort(I)Iintermediary getUnsignedShortLnet/minecraft/class_1967;getUnsignedShort(I)Inamed getUnsignedShortLnet/minecraft/util/PacketByteBuf;getUnsignedShort(I)I
-
getMedium
public int getMedium(int i) -
getUnsignedMedium
public int getUnsignedMedium(int i) - Specified by:
getUnsignedMediumin classByteBuf- Mappings:
Namespace Name Mixin selector official getUnsignedMediumLeq;getUnsignedMedium(I)Iintermediary getUnsignedMediumLnet/minecraft/class_1967;getUnsignedMedium(I)Inamed getUnsignedMediumLnet/minecraft/util/PacketByteBuf;getUnsignedMedium(I)I
-
getInt
public int getInt(int int2) -
getUnsignedInt
public long getUnsignedInt(int i) - Specified by:
getUnsignedIntin classByteBuf- Mappings:
Namespace Name Mixin selector official getUnsignedIntLeq;getUnsignedInt(I)Jintermediary getUnsignedIntLnet/minecraft/class_1967;getUnsignedInt(I)Jnamed getUnsignedIntLnet/minecraft/util/PacketByteBuf;getUnsignedInt(I)J
-
getLong
public long getLong(int i) -
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 getBytesLeq;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 getBytesLeq;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 getBytesLeq;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 getBytesLeq;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 getBytesLeq;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 getBytesLeq;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 getBytesLeq;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 getBytesLeq;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
-
setBoolean
- Specified by:
setBooleanin classByteBuf- Mappings:
Namespace Name Mixin selector official setBooleanLeq;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 setByteLeq;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 setShortLeq;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;
-
setMedium
- Specified by:
setMediumin classByteBuf- Mappings:
Namespace Name Mixin selector official setMediumLeq;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;
-
setInt
-
setLong
- Specified by:
setLongin classByteBuf- Mappings:
Namespace Name Mixin selector official setLongLeq;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;
-
setChar
- Specified by:
setCharin classByteBuf- Mappings:
Namespace Name Mixin selector official setCharLeq;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 setFloatLeq;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 setDoubleLeq;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 setBytesLeq;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 setBytesLeq;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 setBytesLeq;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 setBytesLeq;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 setBytesLeq;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 setBytesLeq;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 setBytesLeq;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 setBytesLeq;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
-
setZero
- Specified by:
setZeroin classByteBuf- Mappings:
Namespace Name Mixin selector official setZeroLeq;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;
-
readBoolean
public boolean readBoolean()- Specified by:
readBooleanin classByteBuf- Mappings:
Namespace Name Mixin selector official readBooleanLeq;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 readUnsignedByteLeq;readUnsignedByte()Sintermediary readUnsignedByteLnet/minecraft/class_1967;readUnsignedByte()Snamed readUnsignedByteLnet/minecraft/util/PacketByteBuf;readUnsignedByte()S
-
readShort
public short readShort() -
readUnsignedShort
public int readUnsignedShort()- Specified by:
readUnsignedShortin classByteBuf- Mappings:
Namespace Name Mixin selector official readUnsignedShortLeq;readUnsignedShort()Iintermediary readUnsignedShortLnet/minecraft/class_1967;readUnsignedShort()Inamed readUnsignedShortLnet/minecraft/util/PacketByteBuf;readUnsignedShort()I
-
readMedium
public int readMedium()- Specified by:
readMediumin classByteBuf- Mappings:
Namespace Name Mixin selector official readMediumLeq;readMedium()Iintermediary readMediumLnet/minecraft/class_1967;readMedium()Inamed readMediumLnet/minecraft/util/PacketByteBuf;readMedium()I
-
readUnsignedMedium
public int readUnsignedMedium()- Specified by:
readUnsignedMediumin classByteBuf- Mappings:
Namespace Name Mixin selector official readUnsignedMediumLeq;readUnsignedMedium()Iintermediary readUnsignedMediumLnet/minecraft/class_1967;readUnsignedMedium()Inamed readUnsignedMediumLnet/minecraft/util/PacketByteBuf;readUnsignedMedium()I
-
readInt
public int readInt() -
readUnsignedInt
public long readUnsignedInt()- Specified by:
readUnsignedIntin classByteBuf- Mappings:
Namespace Name Mixin selector official readUnsignedIntLeq;readUnsignedInt()Jintermediary readUnsignedIntLnet/minecraft/class_1967;readUnsignedInt()Jnamed readUnsignedIntLnet/minecraft/util/PacketByteBuf;readUnsignedInt()J
-
readLong
public long readLong() -
readChar
public char readChar() -
readFloat
public float readFloat() -
readDouble
public double readDouble()- Specified by:
readDoublein classByteBuf- Mappings:
Namespace Name Mixin selector official readDoubleLeq;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 readBytesLeq;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 readSliceLeq;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;
-
readBytes
- Specified by:
readBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official readBytesLeq;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 readBytesLeq;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 readBytesLeq;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 readBytesLeq;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 readBytesLeq;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 readBytesLeq;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 readBytesLeq;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 readBytesLeq;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
-
skipBytes
- Specified by:
skipBytesin classByteBuf- Mappings:
Namespace Name Mixin selector official skipBytesLeq;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 writeBooleanLeq;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 writeByteLeq;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 writeShortLeq;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;
-
writeMedium
- Specified by:
writeMediumin classByteBuf- Mappings:
Namespace Name Mixin selector official writeMediumLeq;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;
-
writeInt
- Specified by:
writeIntin classByteBuf- Mappings:
Namespace Name Mixin selector official writeIntLeq;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;
-
writeLong
- Specified by:
writeLongin classByteBuf- Mappings:
Namespace Name Mixin selector official writeLongLeq;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;
-
writeChar
- Specified by:
writeCharin classByteBuf- Mappings:
Namespace Name Mixin selector official writeCharLeq;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 writeFloatLeq;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 writeDoubleLeq;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 writeBytesLeq;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 writeBytesLeq;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 writeBytesLeq;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 writeBytesLeq;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 writeBytesLeq;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 writeBytesLeq;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 writeBytesLeq;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 writeBytesLeq;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
-
writeZero
- Specified by:
writeZeroin classByteBuf- Mappings:
Namespace Name Mixin selector official writeZeroLeq;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;
-
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 bytesBeforeLeq;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 bytesBeforeLeq;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 bytesBeforeLeq;bytesBefore(IIB)Iintermediary bytesBeforeLnet/minecraft/class_1967;bytesBefore(IIB)Inamed bytesBeforeLnet/minecraft/util/PacketByteBuf;bytesBefore(IIB)I
-
forEachByte
- Specified by:
forEachBytein classByteBuf- Mappings:
Namespace Name Mixin selector official forEachByteLeq;forEachByte(Lio/netty/buffer/ByteBufProcessor;)Iintermediary forEachByteLnet/minecraft/class_1967;forEachByte(Lio/netty/buffer/ByteBufProcessor;)Inamed forEachByteLnet/minecraft/util/PacketByteBuf;forEachByte(Lio/netty/buffer/ByteBufProcessor;)I
-
forEachByte
- Specified by:
forEachBytein classByteBuf- Mappings:
Namespace Name Mixin selector official forEachByteLeq;forEachByte(IILio/netty/buffer/ByteBufProcessor;)Iintermediary forEachByteLnet/minecraft/class_1967;forEachByte(IILio/netty/buffer/ByteBufProcessor;)Inamed forEachByteLnet/minecraft/util/PacketByteBuf;forEachByte(IILio/netty/buffer/ByteBufProcessor;)I
-
forEachByteDesc
- Specified by:
forEachByteDescin classByteBuf- Mappings:
Namespace Name Mixin selector official forEachByteDescLeq;forEachByteDesc(Lio/netty/buffer/ByteBufProcessor;)Iintermediary forEachByteDescLnet/minecraft/class_1967;forEachByteDesc(Lio/netty/buffer/ByteBufProcessor;)Inamed forEachByteDescLnet/minecraft/util/PacketByteBuf;forEachByteDesc(Lio/netty/buffer/ByteBufProcessor;)I
-
forEachByteDesc
- Specified by:
forEachByteDescin classByteBuf- Mappings:
Namespace Name Mixin selector official forEachByteDescLeq;forEachByteDesc(IILio/netty/buffer/ByteBufProcessor;)Iintermediary forEachByteDescLnet/minecraft/class_1967;forEachByteDesc(IILio/netty/buffer/ByteBufProcessor;)Inamed forEachByteDescLnet/minecraft/util/PacketByteBuf;forEachByteDesc(IILio/netty/buffer/ByteBufProcessor;)I
-
copy
-
copy
-
slice
-
slice
-
duplicate
- Specified by:
duplicatein classByteBuf- Mappings:
Namespace Name Mixin selector official duplicateLeq;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;
-
nioBufferCount
public int nioBufferCount()- Specified by:
nioBufferCountin classByteBuf- Mappings:
Namespace Name Mixin selector official nioBufferCountLeq;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 nioBufferLeq;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 nioBufferLeq;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 internalNioBufferLeq;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 nioBuffersLeq;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 nioBuffersLeq;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 arrayOffsetLeq;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 hasMemoryAddressLeq;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 memoryAddressLeq;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 toStringLeq;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 toStringLeq;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 compareToLeq;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 retainLeq;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 retainLeq;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;
-
refCnt
public int refCnt()- Mappings:
Namespace Name Mixin selector official refCntLeq;refCnt()Iintermediary refCntLnet/minecraft/class_1967;refCnt()Inamed refCntLnet/minecraft/util/PacketByteBuf;refCnt()I
-
release
public boolean release()- Mappings:
Namespace Name Mixin selector official releaseLeq;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 releaseLeq;release(I)Zintermediary releaseLnet/minecraft/class_1967;release(I)Znamed releaseLnet/minecraft/util/PacketByteBuf;release(I)Z
-