Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mappings/com/mojang/blaze3d/pipeline/BlendEquation.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CLASS net/minecraft/class_1_693 com/mojang/blaze3d/pipeline/BlendEquation
22 changes: 22 additions & 0 deletions mappings/com/mojang/blaze3d/pipeline/BlendFunction.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
CLASS com/mojang/blaze3d/pipeline/BlendFunction
METHOD <init> (Lnet/minecraft/class_1_683;Lnet/minecraft/class_1_683;)V
ARG 1 src
ARG 2 dest
METHOD <init> (Lnet/minecraft/class_1_683;Lnet/minecraft/class_1_683;Lnet/minecraft/class_1_662;)V
ARG 1 src
ARG 2 dest
ARG 3 op
METHOD <init> (Lnet/minecraft/class_1_683;Lnet/minecraft/class_1_683;Lnet/minecraft/class_1_662;Lnet/minecraft/class_1_683;Lnet/minecraft/class_1_683;Lnet/minecraft/class_1_662;)V
ARG 1 colorSrc
ARG 2 colorDest
ARG 3 colorOp
ARG 4 alphaSrc
ARG 5 alphaDest
ARG 6 alphaOp
METHOD <init> (Lnet/minecraft/class_1_683;Lnet/minecraft/class_1_683;Lnet/minecraft/class_1_683;Lnet/minecraft/class_1_683;)V
ARG 1 colorSrc
ARG 2 colorDest
ARG 3 alphaSrc
ARG 4 alphaDest
METHOD <init> (Lnet/minecraft/class_1_693;)V
ARG 1 equation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CLASS net/minecraft/class_1_662 com/mojang/blaze3d/pipeline/BlendOperation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CLASS net/minecraft/class_1_683 com/mojang/blaze3d/pipeline/BlendParameter
4 changes: 4 additions & 0 deletions mappings/com/mojang/blaze3d/profiling/GpuProfiler.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CLASS net/minecraft/class_1_708 com/mojang/blaze3d/profiling/GpuProfiler
FIELD field_1_3637 timestampQueryPool Lnet/minecraft/class_1_685;
METHOD <init> (Lcom/mojang/blaze3d/systems/GpuDevice;)V
ARG 1 device
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CLASS net/minecraft/class_1_685 com/mojang/blaze3d/profiling/TimestampQueryPool
METHOD method_1_4139 getQueryResult (I)Ljava/util/OptionalLong;
ARG 1 index
METHOD method_1_4140 getQueryResults (II)[Ljava/util/OptionalLong;
ARG 1 start
ARG 2 count
METHOD method_1_4141 getCount ()I
3 changes: 3 additions & 0 deletions mappings/com/mojang/blaze3d/systems/CommandEncoder.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ CLASS com/mojang/blaze3d/systems/CommandEncoder
ARG 3 regionY
ARG 4 regionWidth
ARG 5 regionHeight
METHOD writeTimestamp (Lnet/minecraft/class_1_685;I)V
ARG 1 timestampQueryPool
ARG 2 index
METHOD writeToBuffer (Lcom/mojang/blaze3d/buffers/GpuBufferSlice;Ljava/nio/ByteBuffer;)V
ARG 1 slice
ARG 2 source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@ CLASS net/minecraft/class_1_154 com/mojang/blaze3d/systems/CommandEncoderBackend
ARG 7 offsetY
ARG 8 width
ARG 9 height
METHOD method_1_4411 writeTimestamp (Lnet/minecraft/class_1_685;I)V
ARG 1 timestampQueryPool
ARG 2 index
METHOD method_68346 closePass ()V
8 changes: 7 additions & 1 deletion mappings/com/mojang/blaze3d/systems/GpuBackend.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CLASS net/minecraft/class_1_147 com/mojang/blaze3d/systems/GpuBackend
ARG 1 labelGetter
ARG 2 usage
ARG 3 data
METHOD method_1_1288 createBaseCommandEncoder ()Lnet/minecraft/class_1_154;
METHOD method_1_1288 getCommandEncoder ()Lnet/minecraft/class_1_154;
METHOD method_1_1289 createSampler (Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/FilterMode;Lcom/mojang/blaze3d/textures/FilterMode;ILjava/util/OptionalDouble;)Lnet/minecraft/class_12137;
ARG 1 addressModeU
ARG 2 addressModeV
Expand Down Expand Up @@ -44,3 +44,9 @@ CLASS net/minecraft/class_1_147 com/mojang/blaze3d/systems/GpuBackend
METHOD method_1_1306 precompilePipeline (Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_12289;)Lcom/mojang/blaze3d/pipeline/CompiledRenderPipeline;
ARG 1 pipeline
ARG 2 sourceGetter
METHOD method_1_4219 createSurface (J)Lnet/minecraft/class_1_713;
ARG 1 window
METHOD method_1_4220 createTimestampQueryPool (I)Lnet/minecraft/class_1_685;
ARG 1 size
METHOD method_1_4221 getDeviceInfo ()Lnet/minecraft/class_1_664;
METHOD method_1_4222 getTimestampNow ()J
4 changes: 4 additions & 0 deletions mappings/com/mojang/blaze3d/systems/GpuDevice.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ CLASS com/mojang/blaze3d/systems/GpuDevice
ARG 4 filterModeV
ARG 5 maxAnisotropy
ARG 6 maxLevelOfDetail
METHOD createSurface (J)Lnet/minecraft/class_1_665;
ARG 1 window
METHOD createTexture (Ljava/lang/String;ILnet/minecraft/class_1_658;IIII)Lcom/mojang/blaze3d/textures/GpuTexture;
ARG 1 label
ARG 2 usage
Expand All @@ -40,6 +42,8 @@ CLASS com/mojang/blaze3d/systems/GpuDevice
ARG 1 texture
ARG 2 baseMipLevel
ARG 3 mipLevels
METHOD createTimestampQueryPool (I)Lnet/minecraft/class_1_685;
ARG 1 size
METHOD precompilePipeline (Lcom/mojang/blaze3d/pipeline/RenderPipeline;)Lcom/mojang/blaze3d/pipeline/CompiledRenderPipeline;
ARG 1 pipeline
METHOD precompilePipeline (Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_12289;)Lcom/mojang/blaze3d/pipeline/CompiledRenderPipeline;
Expand Down
1 change: 1 addition & 0 deletions mappings/com/mojang/blaze3d/systems/GpuDeviceInfo.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CLASS net/minecraft/class_1_664 com/mojang/blaze3d/systems/GpuDeviceInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CLASS net/minecraft/class_1_684 com/mojang/blaze3d/systems/GpuDeviceLimits
18 changes: 18 additions & 0 deletions mappings/com/mojang/blaze3d/systems/GpuSurface.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
CLASS net/minecraft/class_1_665 com/mojang/blaze3d/systems/GpuSurface
FIELD field_1_3401 backend Lnet/minecraft/class_1_713;
FIELD field_1_3402 settings Ljava/util/Optional;
FIELD field_1_3403 blitted Z
FIELD field_1_3404 acquired Z
METHOD <init> (Lnet/minecraft/class_1_713;)V
ARG 1 backend
METHOD method_1_3989 acquire ()V
METHOD method_1_3990 blit (Lcom/mojang/blaze3d/systems/CommandEncoder;Lcom/mojang/blaze3d/textures/GpuTextureView;)V
ARG 1 encoder
ARG 2 textureView
METHOD method_1_3991 configure (Lnet/minecraft/class_1_665$class_1_666;)V
ARG 1 settings
METHOD method_1_3992 getSettings ()Ljava/util/Optional;
METHOD method_1_3993 isAcquired ()Z
METHOD method_1_3994 needsReconfigure ()Z
METHOD method_1_3995 present ()V
CLASS class_1_666 Settings
9 changes: 9 additions & 0 deletions mappings/com/mojang/blaze3d/systems/GpuSurfaceBackend.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CLASS net/minecraft/class_1_713 com/mojang/blaze3d/systems/GpuSurfaceBackend
METHOD method_1_4238 acquire ()V
METHOD method_1_4239 blit (Lnet/minecraft/class_1_154;Lcom/mojang/blaze3d/textures/GpuTextureView;)V
ARG 1 encoder
ARG 2 textureView
METHOD method_1_4240 configure (Lnet/minecraft/class_1_665$class_1_666;)V
ARG 1 settings
METHOD method_1_4241 needsReconfigure ()Z
METHOD method_1_4242 present ()V
4 changes: 4 additions & 0 deletions mappings/com/mojang/blaze3d/systems/RenderPass.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CLASS com/mojang/blaze3d/systems/RenderPass
METHOD <init> (Lnet/minecraft/class_1_149;Lnet/minecraft/class_1_147;Ljava/lang/Runnable;)V
ARG 1 backend
ARG 2 device
ARG 3 onFinish
METHOD bindTexture (Ljava/lang/String;Lcom/mojang/blaze3d/textures/GpuTextureView;Lnet/minecraft/class_12137;)V
ARG 1 name
ARG 2 textureView
Expand Down Expand Up @@ -43,6 +44,9 @@ CLASS com/mojang/blaze3d/systems/RenderPass
METHOD setVertexBuffer (ILcom/mojang/blaze3d/buffers/GpuBuffer;)V
ARG 1 index
ARG 2 buffer
METHOD writeTimestamp (Lnet/minecraft/class_1_685;I)V
ARG 1 timestampQueryPool
ARG 2 index
CLASS class_10884 RenderObject
METHOD <init> (ILcom/mojang/blaze3d/buffers/GpuBuffer;Lcom/mojang/blaze3d/buffers/GpuBuffer;Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;III)V
ARG 1 slot
Expand Down
3 changes: 3 additions & 0 deletions mappings/com/mojang/blaze3d/systems/RenderPassBackend.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ CLASS net/minecraft/class_1_149 com/mojang/blaze3d/systems/RenderPassBackend
METHOD method_1_1338 setVertexBuffer (ILcom/mojang/blaze3d/buffers/GpuBuffer;)V
ARG 1 index
ARG 2 buffer
METHOD method_1_4243 writeTimestamp (Lnet/minecraft/class_1_685;I)V
ARG 1 timestampQueryPool
ARG 2 index
5 changes: 5 additions & 0 deletions mappings/com/mojang/blaze3d/systems/SurfaceException.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CLASS net/minecraft/class_1_707 com/mojang/blaze3d/systems/SurfaceException
METHOD <init> (Ljava/lang/String;)V
ARG 1 message
METHOD <init> (Ljava/lang/Throwable;)V
ARG 1 cause
12 changes: 12 additions & 0 deletions mappings/com/mojang/blaze3d/textures/GpuTexture.mapping
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
CLASS com/mojang/blaze3d/textures/GpuTexture
METHOD <init> (ILjava/lang/String;Lnet/minecraft/class_1_658;IIII)V
ARG 1 usage
ARG 2 label
ARG 3 format
ARG 4 width
ARG 5 height
ARG 6 depthOrLayers
ARG 7 mipLevels
METHOD getHeight (I)I
ARG 1 mipLevel
METHOD getWidth (I)I
ARG 1 mipLevel
CLASS class_12115 Usage
8 changes: 8 additions & 0 deletions mappings/com/mojang/blaze3d/textures/TexelFormat.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CLASS net/minecraft/class_1_658 com/mojang/blaze3d/textures/TexelFormat
FIELD field_1_3259 size I
METHOD <init> (Ljava/lang/String;II)V
ARG 3 size
METHOD method_1_3886 isColor ()Z
METHOD method_1_3887 hasDepth ()Z
METHOD method_1_3888 hasStencil ()Z
METHOD method_1_3889 getSize ()I
4 changes: 4 additions & 0 deletions mappings/net/minecraft/block/AbstractBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ CLASS net/minecraft/class_4970 net/minecraft/block/AbstractBlock
COMMENT <li>Called before {@link #onStateReplaced onStateReplaced} in this case.</li>
COMMENT <li>Called before {@link #getDroppedStacks getDroppedStacks} in this case.</li>
COMMENT </ol>
FIELD field_1_3773 bounciness F
FIELD field_23154 dynamicBounds Z
COMMENT Whether this block's collision shape can change.
COMMENT
Expand Down Expand Up @@ -877,6 +878,7 @@ CLASS net/minecraft/class_4970 net/minecraft/block/AbstractBlock
ARG 3 pos
CLASS class_2250 OffsetType
CLASS class_2251 Settings
FIELD field_1_3774 bounciness F
FIELD field_10660 resistance F
FIELD field_10661 randomTicks Z
FIELD field_10662 mapColorProvider Ljava/util/function/Function;
Expand Down Expand Up @@ -911,6 +913,8 @@ CLASS net/minecraft/class_4970 net/minecraft/block/AbstractBlock
FIELD field_54006 registryKey Lnet/minecraft/class_5321;
FIELD field_54007 lootTable Lnet/minecraft/class_10162;
FIELD field_54008 translationKey Lnet/minecraft/class_10162;
METHOD method_1_4491 bounciness (F)Lnet/minecraft/class_4970$class_2251;
ARG 1 bounciness
METHOD method_9618 breakInstantly ()Lnet/minecraft/class_4970$class_2251;
COMMENT Specifies that a block is broken instantly.
METHOD method_9624 dynamicBounds ()Lnet/minecraft/class_4970$class_2251;
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/block/Block.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ CLASS net/minecraft/class_2248 net/minecraft/block/Block
FIELD field_56561 SKIP_BLOCK_ADDED_CALLBACK I
COMMENT Skips {@link AbstractBlock#onBlockAdded}.
COMMENT Used when placing structures.
METHOD method_1_4045 getBounciness ()F
METHOD method_9496 randomDisplayTick (Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)V
COMMENT Called randomly on the client. Blocks may override this to spawn particles.
COMMENT Unlike {@link AbstractBlock#randomTick} this is not affected by a game rule.
Expand Down Expand Up @@ -311,6 +312,7 @@ CLASS net/minecraft/class_2248 net/minecraft/block/Block
ARG 2 pos
ARG 3 blockEntity
ARG 4 entity
ARG 5 tool
METHOD method_9610 dropStacks (Lnet/minecraft/class_2680;Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2586;)V
ARG 0 state
ARG 1 world
Expand Down Expand Up @@ -453,6 +455,7 @@ CLASS net/minecraft/class_2248 net/minecraft/block/Block
ARG 1 lootTable
ARG 2 state
ARG 3 blockEntity
ARG 4 tool
ARG 5 interactingEntity
ARG 6 lootConsumer
METHOD method_72547 generateLoot (Lnet/minecraft/class_3218;Lnet/minecraft/class_5321;Ljava/util/function/Function;Ljava/util/function/BiConsumer;)Z
Expand Down
Loading
Loading