Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CLASS net/minecraft/world/level/chunk/PalettedContainer
ARG 1 countConsumer
METHOD createOrReuseData (Lnet/minecraft/world/level/chunk/PalettedContainer$Data;I)Lnet/minecraft/world/level/chunk/PalettedContainer$Data;
ARG 1 data
ARG 2 id
ARG 2 bits
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would bitCount not be a better option?

METHOD get (I)Ljava/lang/Object;
ARG 1 index
METHOD get (III)Ljava/lang/Object;
Expand Down
Loading