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

Map CommandBlockExecutor name getters more accurately #3961

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions mappings/net/minecraft/world/CommandBlockExecutor.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CLASS net/minecraft/class_1918 net/minecraft/world/CommandBlockExecutor
FIELD field_9168 command Ljava/lang/String;
FIELD field_9169 DATE_FORMAT Ljava/text/SimpleDateFormat;
METHOD method_52175 isEditable ()Z
METHOD method_57558 getCustomNameNullable ()Lnet/minecraft/class_2561;
METHOD method_57558 getCustomName ()Lnet/minecraft/class_2561;
METHOD method_8286 setCommand (Ljava/lang/String;)V
ARG 1 command
METHOD method_8287 setTrackOutput (Z)V
Expand All @@ -37,7 +37,7 @@ CLASS net/minecraft/class_1918 net/minecraft/world/CommandBlockExecutor
ARG 2 registries
METHOD method_8298 setSuccessCount (I)V
ARG 1 successCount
METHOD method_8299 getCustomName ()Lnet/minecraft/class_2561;
METHOD method_8299 getName ()Lnet/minecraft/class_2561;
METHOD method_8300 getPos ()Lnet/minecraft/class_243;
METHOD method_8301 execute (Lnet/minecraft/class_1937;)Z
ARG 1 world
Expand Down