From 7086a27f6bebd6a69448a85e5f0e3cfefa491075 Mon Sep 17 00:00:00 2001 From: Shnupbups Date: Thu, 12 Sep 2024 14:53:25 +1000 Subject: [PATCH] consistency --- mappings/net/minecraft/client/gui/screen/TitleScreen.mapping | 2 +- mappings/net/minecraft/registry/tag/TagKey.mapping | 4 +++- .../net/minecraft/state/property/DirectionProperty.mapping | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mappings/net/minecraft/client/gui/screen/TitleScreen.mapping b/mappings/net/minecraft/client/gui/screen/TitleScreen.mapping index cc987eaaa4..e1941bd5a0 100644 --- a/mappings/net/minecraft/client/gui/screen/TitleScreen.mapping +++ b/mappings/net/minecraft/client/gui/screen/TitleScreen.mapping @@ -51,7 +51,7 @@ CLASS net/minecraft/class_442 net/minecraft/client/gui/screen/TitleScreen ARG 1 button METHOD method_59752 setWidgetAlpha (F)V ARG 1 alpha - METHOD method_64237 addCreateTestWorldButton (II)I + METHOD method_64237 addDevelopmentWidgets (II)I ARG 1 y ARG 2 spacingY METHOD method_64238 (Lnet/minecraft/class_4185;)V diff --git a/mappings/net/minecraft/registry/tag/TagKey.mapping b/mappings/net/minecraft/registry/tag/TagKey.mapping index 3830b0a5db..b792b94031 100644 --- a/mappings/net/minecraft/registry/tag/TagKey.mapping +++ b/mappings/net/minecraft/registry/tag/TagKey.mapping @@ -1,9 +1,11 @@ CLASS net/minecraft/class_6862 net/minecraft/registry/tag/TagKey + FIELD comp_326 registryRef Lnet/minecraft/class_5321; FIELD comp_327 id Lnet/minecraft/class_2960; FIELD field_36394 INTERNER Lcom/google/common/collect/Interner; METHOD (Lnet/minecraft/class_5321;Lnet/minecraft/class_2960;)V - ARG 1 registry + ARG 1 registryRef ARG 2 id + METHOD comp_326 registryRef ()Lnet/minecraft/class_5321; METHOD comp_327 id ()Lnet/minecraft/class_2960; METHOD method_40089 (Lnet/minecraft/class_6862;)Ljava/lang/String; ARG 0 string diff --git a/mappings/net/minecraft/state/property/DirectionProperty.mapping b/mappings/net/minecraft/state/property/DirectionProperty.mapping index bae5a0051b..68005e4829 100644 --- a/mappings/net/minecraft/state/property/DirectionProperty.mapping +++ b/mappings/net/minecraft/state/property/DirectionProperty.mapping @@ -32,7 +32,7 @@ CLASS net/minecraft/class_2753 net/minecraft/state/property/DirectionProperty ARG 0 name COMMENT the name of the property; see {@linkplain Property#name the note on the COMMENT name} - ARG 1 values + ARG 1 directions COMMENT the values the property contains; required to have 2 or more values METHOD method_35305 of (Ljava/lang/String;)Lnet/minecraft/class_2753; COMMENT Creates a direction property with all directions as values.