From e390d179bfc4dc9134898804b522fd4649c61441 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Fri, 23 Aug 2024 13:55:29 +0500 Subject: [PATCH] fix: map CommandBlockExecutor name getters more accurately --- mappings/net/minecraft/world/CommandBlockExecutor.mapping | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mappings/net/minecraft/world/CommandBlockExecutor.mapping b/mappings/net/minecraft/world/CommandBlockExecutor.mapping index 51209217e1..57c7e8db47 100644 --- a/mappings/net/minecraft/world/CommandBlockExecutor.mapping +++ b/mappings/net/minecraft/world/CommandBlockExecutor.mapping @@ -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 @@ -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