Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

25w02a finishing stuff #4090

Merged
merged 1 commit into from
Jan 15, 2025
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
3 changes: 3 additions & 0 deletions mappings/net/minecraft/client/gl/PostEffectPipeline.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ CLASS net/minecraft/class_9962 net/minecraft/client/gl/PostEffectPipeline
METHOD method_62251 (Ljava/util/List;)Lcom/mojang/serialization/DataResult;
ARG 0 inputs
METHOD method_65202 getShaderProgramKey ()Lnet/minecraft/class_10156;
METHOD method_66539 (Lnet/minecraft/class_9962$class_9965;)Ljava/util/stream/Stream;
ARG 0 input
METHOD method_66540 streamTargets ()Ljava/util/stream/Stream;
CLASS class_9968 TargetSampler
FIELD field_53118 CODEC Lcom/mojang/serialization/Codec;
METHOD method_62252 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/client/gui/DrawContext.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
ARG 6 color
ARG 7 shadow
METHOD method_51441 drawHoverEvent (Lnet/minecraft/class_327;Lnet/minecraft/class_2583;II)V
ARG 1 textRenderer
ARG 2 style
ARG 3 x
ARG 4 y
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/client/gui/hud/InGameHud.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 0 size
METHOD method_55798 renderMiscOverlays (Lnet/minecraft/class_332;Lnet/minecraft/class_9779;)V
ARG 1 context
ARG 2 tickCounter
METHOD method_55799 renderSleepOverlay (Lnet/minecraft/class_332;Lnet/minecraft/class_9779;)V
ARG 1 context
ARG 2 tickCounter
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/client/sound/SoundEngine.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ CLASS net/minecraft/class_4225 net/minecraft/client/sound/SoundEngine
METHOD method_38722 getCurrentDeviceName ()Ljava/lang/String;
METHOD method_38723 updateDeviceSpecifier ()Z
METHOD method_38724 isDeviceUnavailable ()Z
METHOD method_66510 createAttributes (Lorg/lwjgl/system/MemoryStack;Z)Ljava/nio/IntBuffer;
ARG 1 stack
ARG 2 directionalAudio
CLASS class_4105 RunMode
CLASS class_4226 SourceSetImpl
FIELD field_18903 maxSourceCount I
Expand Down
2 changes: 2 additions & 0 deletions mappings/net/minecraft/util/dynamic/Codecs.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ CLASS net/minecraft/class_5699 net/minecraft/util/dynamic/Codecs
ARG 0 list
METHOD method_66032 (Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
ARG 0 s
METHOD method_66033 (Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
ARG 0 value
CLASS 1
METHOD apply (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;Lcom/mojang/serialization/DataResult;)Lcom/mojang/serialization/DataResult;
ARG 1 ops
Expand Down