From 797010908d13afd678eb7225cb41896ce152af10 Mon Sep 17 00:00:00 2001 From: Bohdan Yaroslavtsev Date: Fri, 31 Dec 2021 14:35:55 +0100 Subject: [PATCH] Hoppers are not an example of SidedInventory because they are in fact not SidedInventory-s (#2950) --- mappings/net/minecraft/inventory/SidedInventory.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/inventory/SidedInventory.mapping b/mappings/net/minecraft/inventory/SidedInventory.mapping index f7870fad33..5ff00d0d75 100644 --- a/mappings/net/minecraft/inventory/SidedInventory.mapping +++ b/mappings/net/minecraft/inventory/SidedInventory.mapping @@ -1,5 +1,5 @@ CLASS net/minecraft/class_1278 net/minecraft/inventory/SidedInventory - COMMENT A special inventory interface for inventories that expose different slots for different sides, such as hoppers. + COMMENT A special inventory interface for inventories that expose different slots for different sides, such as furnaces. METHOD method_5492 canInsert (ILnet/minecraft/class_1799;Lnet/minecraft/class_2350;)Z COMMENT Determines whether the given stack can be inserted into this inventory at the specified slot position from the given direction. ARG 1 slot