From a124de127cc27ca8239e5a3a895b5d6b884eaaab Mon Sep 17 00:00:00 2001 From: YocyCraft <80801884+YocyCraft@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:43:40 +0800 Subject: [PATCH] Update comment of clickMenuButton (#315) --- .../net/minecraft/world/inventory/AbstractContainerMenu.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/net/minecraft/world/inventory/AbstractContainerMenu.mapping b/data/net/minecraft/world/inventory/AbstractContainerMenu.mapping index be121c030..b30ca0b34 100644 --- a/data/net/minecraft/world/inventory/AbstractContainerMenu.mapping +++ b/data/net/minecraft/world/inventory/AbstractContainerMenu.mapping @@ -47,7 +47,7 @@ CLASS net/minecraft/world/inventory/AbstractContainerMenu ARG 1 player ARG 2 container METHOD clickMenuButton (Lnet/minecraft/world/entity/player/Player;I)Z - COMMENT Handles the given Button-click on the server, currently only used by enchanting. Name is for legacy. + COMMENT Handles the given Button-click on the server, currently used by enchanting table, loom, lectern and stonecutter. Name is for legacy. ARG 1 player ARG 2 id METHOD clicked (IILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;)V