yarn/mappings/net/minecraft/util/PacketByteBuf.mapping

194 lines
8.8 KiB
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS es net/minecraft/util/PacketByteBuf
2016-09-19 10:40:26 -04:00
FIELD a parent Lio/netty/buffer/ByteBuf;
2016-08-15 11:49:35 -04:00
METHOD <init> (Lio/netty/buffer/ByteBuf;)V
ARG 0 underlying
METHOD a readByteArray ()[B
Misc mappings (#131) * Misc mappings * Misc random mappings (#120) * Misc random mappings * Minor changes & move WorldServerChild to sortme * username -> userName * Rename some Gui related methods & more lastPressedWidget mouseDragged => onMouseDragged handleMouseClick => onMousePressed handleTouchEvent => onMouseReleased handleKeyPress => onKeyPressed handleButtonPressed => onWidgetPressed WidgetButton.released => onReleased * Add some mappings for mob pathfinding (#127) * Add some mappings for mob pathfinding * Fixes for review * Fixes for review * Several mappings (#129) * Mapped a bunch of loot stuff. * Mapped some random stuff. * Mapped some debug renderers. * Mapped a few misc things. * element -> json * Map / rename PlayerFormatUpgrader * Fix StatManager, map StatManagerServer and such updateStatState => set increaseState => increase getValue => get EntityPlayer.getStatManager => getStats * Fix LootTable related mappings serialze => serialize Serializer => DeSerializer LootTableContext: * TARGET => Target * source => damageSource * setX(x) => setX(value) * Random block stuff * Random world stuff * Add some mappings for block rendering (#133) * Add some mappings for block rendering * Fixes some things * Make getAoBrightness to getAmbientOcclusionBrightness * Fix merge conflicts * Fix a few minor things VertexBuffer.putColorRGB => putColor BlockRenderer hashcode parameter => variationSeed Revert to IBlockView.getCombinedLight * BIomes, biome generation (#132) * BIomes, biome generation * Misc random mappings (#120) * Misc random mappings * Minor changes & move WorldServerChild to sortme * username -> userName * Rename some Gui related methods & more lastPressedWidget mouseDragged => onMouseDragged handleMouseClick => onMousePressed handleTouchEvent => onMouseReleased handleKeyPress => onKeyPressed handleButtonPressed => onWidgetPressed WidgetButton.released => onReleased * Add some mappings for mob pathfinding (#127) * Add some mappings for mob pathfinding * Fixes for review * Fixes for review * Several mappings (#129) * Mapped a bunch of loot stuff. * Mapped some random stuff. * Mapped some debug renderers. * Mapped a few misc things. * element -> json * Map / rename PlayerFormatUpgrader * Fix StatManager, map StatManagerServer and such updateStatState => set increaseState => increase getValue => get EntityPlayer.getStatManager => getStats * Fix LootTable related mappings serialze => serialize Serializer => DeSerializer LootTableContext: * TARGET => Target * source => damageSource * setX(x) => setX(value) * Random block stuff * Random world stuff * Add some mappings for block rendering (#133) * Add some mappings for block rendering * Fixes some things * Make getAoBrightness to getAmbientOcclusionBrightness * Fix merge conflicts * Fix a few minor things VertexBuffer.putColorRGB => putColor BlockRenderer hashcode parameter => variationSeed Revert to IBlockView.getCombinedLight * Fix a few things * Remove Vector3f (fixes Enigma mapping conflict) * Map WidgetLockButton * Fix gameMode setters to use "value"
2016-10-17 13:39:56 -04:00
METHOD a getVarIntSizeBytes (I)I
2016-10-18 11:31:59 -04:00
METHOD a writeItemStack (Laes;)Les;
ARG 0 stack
METHOD a writeBlockPos (Lcn;)Les;
ARG 0 pos
METHOD a writeTagCompound (Ldt;)Les;
ARG 0 tag
METHOD a writeTextComponent (Lfa;)Les;
ARG 0 component
2016-08-15 11:49:35 -04:00
METHOD a readEnumConstant (Ljava/lang/Class;)Ljava/lang/Enum;
ARG 0 enumClass
2016-10-18 11:31:59 -04:00
METHOD a writeEnumConstant (Ljava/lang/Enum;)Les;
2016-08-15 11:49:35 -04:00
ARG 0 value
2016-10-18 11:31:59 -04:00
METHOD a writeString (Ljava/lang/String;)Les;
2016-08-15 11:49:35 -04:00
ARG 0 str
2016-10-18 11:31:59 -04:00
METHOD a writeUUID (Ljava/util/UUID;)Les;
2016-08-15 11:49:35 -04:00
ARG 0 uuid
2016-10-18 11:31:59 -04:00
METHOD a writeByteArray ([B)Les;
2016-08-15 11:49:35 -04:00
ARG 0 array
2016-10-18 11:31:59 -04:00
METHOD a writeIntArray ([I)Les;
2016-08-15 11:49:35 -04:00
ARG 0 array
2016-10-18 11:31:59 -04:00
METHOD a writeLongArray ([J)Les;
2016-08-15 11:49:35 -04:00
ARG 0 array
METHOD a readLongArray ([JI)[J
ARG 0 toArray
ARG 1 size
2016-08-18 12:35:56 -04:00
METHOD alloc alloc ()Lio/netty/buffer/ByteBufAllocator;
METHOD array array ()[B
METHOD arrayOffset arrayOffset ()I
2016-08-15 11:49:35 -04:00
METHOD b readIntArray ()[I
METHOD b readByteArray (I)[B
ARG 0 length
2016-10-18 11:31:59 -04:00
METHOD b writeVarLong (J)Les;
2016-08-15 11:49:35 -04:00
ARG 0 value
METHOD b readLongArray ([J)[J
ARG 0 toArray
2016-08-18 12:35:56 -04:00
METHOD bytesBefore bytesBefore (B)I
METHOD bytesBefore bytesBefore (IB)I
METHOD bytesBefore bytesBefore (IIB)I
2016-08-15 11:49:35 -04:00
METHOD c readIntArray (I)[I
ARG 0 size
2016-08-18 12:35:56 -04:00
METHOD capacity capacity ()I
METHOD capacity capacity (I)Lio/netty/buffer/ByteBuf;
METHOD clear clear ()Lio/netty/buffer/ByteBuf;
METHOD compareTo compareTo (Lio/netty/buffer/ByteBuf;)I
METHOD copy copy ()Lio/netty/buffer/ByteBuf;
METHOD copy copy (II)Lio/netty/buffer/ByteBuf;
2016-10-18 11:31:59 -04:00
METHOD d writeVarInt (I)Les;
2016-08-15 11:49:35 -04:00
ARG 0 value
2016-08-18 12:35:56 -04:00
METHOD discardReadBytes discardReadBytes ()Lio/netty/buffer/ByteBuf;
METHOD discardSomeReadBytes discardSomeReadBytes ()Lio/netty/buffer/ByteBuf;
METHOD duplicate duplicate ()Lio/netty/buffer/ByteBuf;
2016-10-18 11:31:59 -04:00
METHOD e readBlockPos ()Lcn;
2016-08-15 11:49:35 -04:00
METHOD e readString (I)Ljava/lang/String;
ARG 0 maxLength
2016-08-18 12:35:56 -04:00
METHOD ensureWritable ensureWritable (I)Lio/netty/buffer/ByteBuf;
METHOD ensureWritable ensureWritable (IZ)I
2016-10-18 11:31:59 -04:00
METHOD f readTextComponent ()Lfa;
2016-08-18 12:35:56 -04:00
METHOD forEachByte forEachByte (IILio/netty/buffer/ByteBufProcessor;)I
METHOD forEachByte forEachByte (Lio/netty/buffer/ByteBufProcessor;)I
METHOD forEachByteDesc forEachByteDesc (IILio/netty/buffer/ByteBufProcessor;)I
METHOD forEachByteDesc forEachByteDesc (Lio/netty/buffer/ByteBufProcessor;)I
2016-08-15 11:49:35 -04:00
METHOD g readVarInt ()I
2016-08-18 12:35:56 -04:00
METHOD getBoolean getBoolean (I)Z
METHOD getByte getByte (I)B
METHOD getBytes getBytes (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
METHOD getBytes getBytes (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
METHOD getBytes getBytes (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
METHOD getBytes getBytes (ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
METHOD getBytes getBytes (ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
METHOD getBytes getBytes (ILjava/nio/channels/GatheringByteChannel;I)I
METHOD getBytes getBytes (I[B)Lio/netty/buffer/ByteBuf;
METHOD getBytes getBytes (I[BII)Lio/netty/buffer/ByteBuf;
METHOD getChar getChar (I)C
METHOD getDouble getDouble (I)D
METHOD getFloat getFloat (I)F
METHOD getInt getInt (I)I
METHOD getLong getLong (I)J
METHOD getMedium getMedium (I)I
METHOD getShort getShort (I)S
METHOD getUnsignedByte getUnsignedByte (I)S
METHOD getUnsignedInt getUnsignedInt (I)J
METHOD getUnsignedMedium getUnsignedMedium (I)I
METHOD getUnsignedShort getUnsignedShort (I)I
2016-08-15 11:49:35 -04:00
METHOD h readVarLong ()J
2016-08-18 12:35:56 -04:00
METHOD hasArray hasArray ()Z
METHOD hasMemoryAddress hasMemoryAddress ()Z
2016-08-15 11:49:35 -04:00
METHOD i readUUID ()Ljava/util/UUID;
2016-08-18 12:35:56 -04:00
METHOD indexOf indexOf (IIB)I
METHOD internalNioBuffer internalNioBuffer (II)Ljava/nio/ByteBuffer;
METHOD isDirect isDirect ()Z
METHOD isReadable isReadable ()Z
METHOD isReadable isReadable (I)Z
METHOD isWritable isWritable ()Z
METHOD isWritable isWritable (I)Z
2016-10-18 11:31:59 -04:00
METHOD j readTagCompound ()Ldt;
METHOD k readItemStack ()Laes;
2016-08-18 12:35:56 -04:00
METHOD markReaderIndex markReaderIndex ()Lio/netty/buffer/ByteBuf;
METHOD markWriterIndex markWriterIndex ()Lio/netty/buffer/ByteBuf;
METHOD maxCapacity maxCapacity ()I
METHOD maxWritableBytes maxWritableBytes ()I
METHOD memoryAddress memoryAddress ()J
METHOD nioBuffer nioBuffer ()Ljava/nio/ByteBuffer;
METHOD nioBuffer nioBuffer (II)Ljava/nio/ByteBuffer;
METHOD nioBufferCount nioBufferCount ()I
METHOD nioBuffers nioBuffers ()[Ljava/nio/ByteBuffer;
METHOD nioBuffers nioBuffers (II)[Ljava/nio/ByteBuffer;
METHOD order order ()Ljava/nio/ByteOrder;
METHOD order order (Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
METHOD readBoolean readBoolean ()Z
METHOD readByte readByte ()B
METHOD readBytes readBytes (I)Lio/netty/buffer/ByteBuf;
METHOD readBytes readBytes (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
METHOD readBytes readBytes (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
METHOD readBytes readBytes (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
METHOD readBytes readBytes (Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
METHOD readBytes readBytes (Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
METHOD readBytes readBytes (Ljava/nio/channels/GatheringByteChannel;I)I
METHOD readBytes readBytes ([B)Lio/netty/buffer/ByteBuf;
METHOD readBytes readBytes ([BII)Lio/netty/buffer/ByteBuf;
METHOD readChar readChar ()C
METHOD readDouble readDouble ()D
METHOD readFloat readFloat ()F
METHOD readInt readInt ()I
METHOD readLong readLong ()J
METHOD readMedium readMedium ()I
METHOD readShort readShort ()S
METHOD readSlice readSlice (I)Lio/netty/buffer/ByteBuf;
METHOD readUnsignedByte readUnsignedByte ()S
METHOD readUnsignedInt readUnsignedInt ()J
METHOD readUnsignedMedium readUnsignedMedium ()I
METHOD readUnsignedShort readUnsignedShort ()I
METHOD readableBytes readableBytes ()I
METHOD readerIndex readerIndex ()I
METHOD readerIndex readerIndex (I)Lio/netty/buffer/ByteBuf;
METHOD refCnt refCnt ()I
METHOD release release ()Z
METHOD release release (I)Z
METHOD resetReaderIndex resetReaderIndex ()Lio/netty/buffer/ByteBuf;
METHOD resetWriterIndex resetWriterIndex ()Lio/netty/buffer/ByteBuf;
METHOD retain retain ()Lio/netty/buffer/ByteBuf;
METHOD retain retain (I)Lio/netty/buffer/ByteBuf;
METHOD setBoolean setBoolean (IZ)Lio/netty/buffer/ByteBuf;
METHOD setByte setByte (II)Lio/netty/buffer/ByteBuf;
METHOD setBytes setBytes (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
METHOD setBytes setBytes (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
METHOD setBytes setBytes (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
METHOD setBytes setBytes (ILjava/io/InputStream;I)I
METHOD setBytes setBytes (ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
METHOD setBytes setBytes (ILjava/nio/channels/ScatteringByteChannel;I)I
METHOD setBytes setBytes (I[B)Lio/netty/buffer/ByteBuf;
METHOD setBytes setBytes (I[BII)Lio/netty/buffer/ByteBuf;
METHOD setChar setChar (II)Lio/netty/buffer/ByteBuf;
METHOD setDouble setDouble (ID)Lio/netty/buffer/ByteBuf;
METHOD setFloat setFloat (IF)Lio/netty/buffer/ByteBuf;
METHOD setIndex setIndex (II)Lio/netty/buffer/ByteBuf;
METHOD setInt setInt (II)Lio/netty/buffer/ByteBuf;
METHOD setLong setLong (IJ)Lio/netty/buffer/ByteBuf;
METHOD setMedium setMedium (II)Lio/netty/buffer/ByteBuf;
METHOD setShort setShort (II)Lio/netty/buffer/ByteBuf;
METHOD setZero setZero (II)Lio/netty/buffer/ByteBuf;
METHOD skipBytes skipBytes (I)Lio/netty/buffer/ByteBuf;
METHOD slice slice ()Lio/netty/buffer/ByteBuf;
METHOD slice slice (II)Lio/netty/buffer/ByteBuf;
METHOD toString toString (IILjava/nio/charset/Charset;)Ljava/lang/String;
METHOD toString toString (Ljava/nio/charset/Charset;)Ljava/lang/String;
METHOD unwrap unwrap ()Lio/netty/buffer/ByteBuf;
METHOD writableBytes writableBytes ()I
METHOD writeBoolean writeBoolean (Z)Lio/netty/buffer/ByteBuf;
METHOD writeByte writeByte (I)Lio/netty/buffer/ByteBuf;
METHOD writeBytes writeBytes (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
METHOD writeBytes writeBytes (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
METHOD writeBytes writeBytes (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
METHOD writeBytes writeBytes (Ljava/io/InputStream;I)I
METHOD writeBytes writeBytes (Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
METHOD writeBytes writeBytes (Ljava/nio/channels/ScatteringByteChannel;I)I
METHOD writeBytes writeBytes ([B)Lio/netty/buffer/ByteBuf;
METHOD writeBytes writeBytes ([BII)Lio/netty/buffer/ByteBuf;
METHOD writeChar writeChar (I)Lio/netty/buffer/ByteBuf;
METHOD writeDouble writeDouble (D)Lio/netty/buffer/ByteBuf;
METHOD writeFloat writeFloat (F)Lio/netty/buffer/ByteBuf;
METHOD writeInt writeInt (I)Lio/netty/buffer/ByteBuf;
METHOD writeLong writeLong (J)Lio/netty/buffer/ByteBuf;
METHOD writeMedium writeMedium (I)Lio/netty/buffer/ByteBuf;
METHOD writeShort writeShort (I)Lio/netty/buffer/ByteBuf;
METHOD writeZero writeZero (I)Lio/netty/buffer/ByteBuf;
METHOD writerIndex writerIndex ()I
METHOD writerIndex writerIndex (I)Lio/netty/buffer/ByteBuf;