-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor select/edit world screens and related mappings (#490)
* refactor WorldListWidget -> WorldEntryListWidget * refactor `{Select, Edit}WorldScreen`s * map WorldSaveSummary.ConversionWarning texts * map CommonTexts.DISCONNECT * map textSupplier lambda arg in ButtonWidget * newly map all of SymlinkWarningScreen * update SymlinkWarningScreen package Is there some other process for updating packages I need to do? * map LayoutWidgetWithTitledRowFactories * complete LinearLayoutWidget mappings * rename WorldInfo.getLevelName() to getName() * map other add methods in GridWidget * complete CreateWorldScreen mappings * Apply suggestions from code review Co-authored-by: ix0rai <[email protected]> * WorldEntryListWidget.LoadingWorldEntry -> LoadingEntry * fix whitespace in WorldEntryListWidget * rename LayoutWidgetWithTitledRowFactories to LayoutWidgetFactories --------- Co-authored-by: ix0rai <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2531020
commit 7d50b62
Showing
13 changed files
with
229 additions
and
44 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
mappings/net/minecraft/client/gui/screen/SymlinkWarningScreen.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
CLASS net/minecraft/unmapped/C_twjlxgie net/minecraft/client/gui/screen/SymlinkWarningScreen | ||
FIELD f_aiosiosg PACK_SYMLINK_WARNING_TITLE Lnet/minecraft/unmapped/C_rdaqiwdt; | ||
FIELD f_bumywidx grid Lnet/minecraft/unmapped/C_qykucwmu; | ||
FIELD f_clkeichn url Ljava/lang/String; | ||
FIELD f_fnzmfcnq parent Lnet/minecraft/unmapped/C_wrmtlwqx; | ||
FIELD f_toehpsjn WORLD_SYMLINK_WARNING_TITLE Lnet/minecraft/unmapped/C_rdaqiwdt; | ||
FIELD f_trmkzzpe PACK_SYMLINK_WARNING_MESSAGE Lnet/minecraft/unmapped/C_rdaqiwdt; | ||
FIELD f_txvgkbum WORLD_SYMLINK_WARNING_MESSAGE Lnet/minecraft/unmapped/C_rdaqiwdt; | ||
FIELD f_xrjwjadt message Lnet/minecraft/unmapped/C_rdaqiwdt; | ||
METHOD <init> (Lnet/minecraft/unmapped/C_rdaqiwdt;Lnet/minecraft/unmapped/C_rdaqiwdt;Ljava/lang/String;Lnet/minecraft/unmapped/C_wrmtlwqx;)V | ||
ARG 1 title | ||
ARG 2 message | ||
ARG 3 url | ||
ARG 4 parent | ||
METHOD m_ceacgooy (Lnet/minecraft/unmapped/C_buwziidm;)V | ||
ARG 1 button | ||
METHOD m_kiswparz createWorldSymlinkWarningScreen (Lnet/minecraft/unmapped/C_wrmtlwqx;)Lnet/minecraft/unmapped/C_wrmtlwqx; | ||
ARG 0 parent | ||
METHOD m_qsssjrys createPackSymlinkWarningScreen (Lnet/minecraft/unmapped/C_wrmtlwqx;)Lnet/minecraft/unmapped/C_wrmtlwqx; | ||
ARG 0 parent | ||
METHOD m_zbganpvc (Lnet/minecraft/unmapped/C_buwziidm;)V | ||
ARG 1 button | ||
METHOD m_zpzfyehy (Lnet/minecraft/unmapped/C_buwziidm;)V | ||
ARG 1 button |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
7d50b62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With commit 7d50b62, 120 file(s) were updated with 984 line(s) added and 921 removed compared to the latest Quilt Mappings version.
View the diff here (1/3):
7d50b62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (2/3):
7d50b62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (3/3):