Skip to content

Cleanup crafter slot diff#13662

Open
lynxplay wants to merge 2 commits intomainfrom
enhancement/cleanup-diff
Open

Cleanup crafter slot diff#13662
lynxplay wants to merge 2 commits intomainfrom
enhancement/cleanup-diff

Conversation

@lynxplay
Copy link
Contributor

No description provided.

@lynxplay lynxplay requested a review from a team as a code owner February 26, 2026 19:05
@github-project-automation github-project-automation bot moved this to Awaiting review in Paper PR Queue Feb 26, 2026
Copy link
Member

@Warriorrrr Warriorrrr left a comment

Choose a reason for hiding this comment

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

thank you lynx

}
Preconditions.checkArgument(rawSlot >= 0, "Negative, non outside slot %s", rawSlot);
Preconditions.checkArgument(rawSlot < this.countSlots(), "Slot %s greater than inventory slot count", rawSlot);
return mapValidSlotToInventory(rawSlot);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
return mapValidSlotToInventory(rawSlot);
return this.mapValidSlotToInventory(rawSlot);

Sorry the toc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants