Skip to content

Commit

Permalink
Rename the LootTable#shuffle method to spreadStacks (#4071)
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 authored Dec 28, 2024
1 parent 166155b commit 29d78ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappings/net/minecraft/loot/LootTable.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ CLASS net/minecraft/class_52 net/minecraft/loot/LootTable
METHOD method_332 processStacks (Lnet/minecraft/class_3218;Ljava/util/function/Consumer;)Ljava/util/function/Consumer;
ARG 0 world
ARG 1 consumer
METHOD method_333 shuffle (Lit/unimi/dsi/fastutil/objects/ObjectArrayList;ILnet/minecraft/class_5819;)V
ARG 1 drops
METHOD method_333 spreadStacks (Lit/unimi/dsi/fastutil/objects/ObjectArrayList;ILnet/minecraft/class_5819;)V
ARG 1 stacks
ARG 2 freeSlots
ARG 3 random
METHOD method_51878 generateLoot (Lnet/minecraft/class_8567;)Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
Expand Down

0 comments on commit 29d78ca

Please sign in to comment.