Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: ix0rai <[email protected]>
  • Loading branch information
supersaiyansubtlety and ix0rai authored Jun 3, 2024
1 parent 5eda483 commit 588c2dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mappings/net/minecraft/util/Identifier.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CLASS net/minecraft/unmapped/C_ncpywfca net/minecraft/util/Identifier
ARG 1 other
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD m_anmnhtwf ofVanilla (Ljava/lang/String;)Lnet/minecraft/unmapped/C_ncpywfca;
METHOD m_anmnhtwf ofDefault (Ljava/lang/String;)Lnet/minecraft/unmapped/C_ncpywfca;
METHOD m_bkdtomxa isPathCharacterValid (C)Z
ARG 0 character
METHOD m_busiuktr withPrefix (Ljava/lang/String;)Lnet/minecraft/unmapped/C_ncpywfca;
Expand All @@ -36,7 +36,7 @@ CLASS net/minecraft/unmapped/C_ncpywfca net/minecraft/util/Identifier
METHOD m_jncqetor isCharValid (C)Z
ARG 0 c
METHOD m_kuwopdmn tryParse (Ljava/lang/String;C)Lnet/minecraft/unmapped/C_ncpywfca;
COMMENT Attempts to create an {@link Identifier} from {@code id}.
COMMENT Attempts to create an {@link Identifier} from the given {@code id}.
COMMENT <p>
COMMENT Takes a string of the form {@code <namespace><delimiter><path>}.
COMMENT </p>
Expand All @@ -62,7 +62,7 @@ CLASS net/minecraft/unmapped/C_ncpywfca net/minecraft/util/Identifier
ARG 1 prefix
ARG 2 suffix
METHOD m_nofgkkgq parse (Ljava/lang/String;C)Lnet/minecraft/unmapped/C_ncpywfca;
COMMENT Creates an {@link Identifier} from {@code id}.
COMMENT Creates an {@link Identifier} from the given {@code id}.
COMMENT <p>
COMMENT Takes a string of the form {@code <namespace><delimiter><path>}.
COMMENT </p>
Expand All @@ -79,7 +79,7 @@ CLASS net/minecraft/unmapped/C_ncpywfca net/minecraft/util/Identifier
ARG 1 delimiter
METHOD m_objfgggc getNamespace ()Ljava/lang/String;
METHOD m_qfesvyds parse (Ljava/lang/String;)Lnet/minecraft/unmapped/C_ncpywfca;
COMMENT Creates an {@link Identifier} from {@code id}.
COMMENT Creates an {@link Identifier} from the given {@code id}.
COMMENT <p>
COMMENT Takes a string of the form {@code <namespace>:<path>}, for example {@code minecraft:iron_ingot}.
COMMENT </p>
Expand All @@ -103,7 +103,7 @@ CLASS net/minecraft/unmapped/C_ncpywfca net/minecraft/util/Identifier
METHOD m_warlfrkf toUnderscoreSeparatedString ()Ljava/lang/String;
METHOD m_wutvcxlb toTranslationKey ()Ljava/lang/String;
METHOD m_wxhslhfx tryParse (Ljava/lang/String;)Lnet/minecraft/unmapped/C_ncpywfca;
COMMENT Attempts to create an {@link Identifier} from {@code id}.
COMMENT Attempts to create an {@link Identifier} from the given {@code id}.
COMMENT <p>
COMMENT Takes a string of the form {@code <namespace>:<path>}, for example {@code minecraft:iron_ingot}.
COMMENT </p>
Expand Down

0 comments on commit 588c2dd

Please sign in to comment.