Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups committed Sep 12, 2024
1 parent 022adac commit 7086a27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion mappings/net/minecraft/registry/tag/TagKey.mapping
Original file line number Diff line number Diff line change
@@ -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 <init> (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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7086a27

Please sign in to comment.