Hoppers are not an example of SidedInventory because they are in fact not SidedInventory-s (#2950)

This commit is contained in:
Bohdan Yaroslavtsev 2021-12-31 14:35:55 +01:00 committed by GitHub
parent 5aaa27338b
commit 797010908d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CLASS net/minecraft/class_1278 net/minecraft/inventory/SidedInventory 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 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. COMMENT Determines whether the given stack can be inserted into this inventory at the specified slot position from the given direction.
ARG 1 slot ARG 1 slot