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

Update some EditGameRulesScreen and GameRules mappings for accuracy and consistency #488

Merged
merged 15 commits into from
Sep 12, 2023
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion mappings/net/minecraft/world/GameRules.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ CLASS net/minecraft/unmapped/C_xmldumst net/minecraft/world/GameRules
ARG 1 key
ARG 2 type
CLASS C_bctfwntr Acceptor
METHOD call call (Lnet/minecraft/unmapped/C_xmldumst$C_avotqrag;Lnet/minecraft/unmapped/C_xmldumst$C_iuaedxxw;Lnet/minecraft/unmapped/C_xmldumst$C_mymgluou;)V
METHOD call accept (Lnet/minecraft/unmapped/C_xmldumst$C_avotqrag;Lnet/minecraft/unmapped/C_xmldumst$C_iuaedxxw;Lnet/minecraft/unmapped/C_xmldumst$C_mymgluou;)V
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All methods that call this are named accept, and it is the only thing in the class called Acceptor.

Antikyth marked this conversation as resolved.
Show resolved Hide resolved
ARG 1 consumer
ARG 2 key
ARG 3 type
Expand Down
Loading