Add LootableContainerBlockEntity#getHeldStacks :) (#3788)

* Add getInvStackList :)

* Fix error by renaming methods in LootableContainerBlockEntity.

---------

Co-authored-by: D1p4k <82884007+D1p4k@users.noreply.github.com>
This commit is contained in:
Louis 2024-02-10 13:26:09 +01:00 committed by GitHub
parent 79f0be8173
commit 0904a63716
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
CLASS net/minecraft/class_2621 net/minecraft/block/entity/LootableContainerBlockEntity
FIELD field_12036 lootTableSeed J
FIELD field_12037 lootTableId Lnet/minecraft/class_2960;
METHOD method_11281 setInvStackList (Lnet/minecraft/class_2371;)V
METHOD method_11281 setHeldStacks (Lnet/minecraft/class_2371;)V
ARG 1 list
METHOD method_11282 getHeldStacks ()Lnet/minecraft/class_2371;
METHOD method_11285 (Lnet/minecraft/class_2960;)V
ARG 1 id