From 8bf2b067a9cc270fc6c8a55747c43344e66cbc46 Mon Sep 17 00:00:00 2001 From: Kroppeb <7889478+Kroppeb@users.noreply.github.com> Date: Tue, 28 Apr 2020 23:58:47 +0200 Subject: [PATCH] Renamed `createBossBar` to the more apropriate `getBossBar` (#1304) --- mappings/net/minecraft/server/command/BossBarCommand.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/server/command/BossBarCommand.mapping b/mappings/net/minecraft/server/command/BossBarCommand.mapping index b4d4c32f91..b8f6b9226c 100644 --- a/mappings/net/minecraft/server/command/BossBarCommand.mapping +++ b/mappings/net/minecraft/server/command/BossBarCommand.mapping @@ -40,7 +40,7 @@ CLASS net/minecraft/class_3019 net/minecraft/server/command/BossBarCommand ARG 2 style METHOD method_13053 register (Lcom/mojang/brigadier/CommandDispatcher;)V ARG 0 dispatcher - METHOD method_13054 createBossBar (Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_3002; + METHOD method_13054 getBossBar (Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_3002; ARG 0 context METHOD method_13056 getMaxValue (Lnet/minecraft/class_2168;Lnet/minecraft/class_3002;)I ARG 0 source