Skip to content

Commit

Permalink
fix: map CommandBlockExecutor name getters more accurately
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Aug 23, 2024
1 parent f5b5c74 commit e390d17
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit e390d17

Please sign in to comment.