-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inventory System #2
base: master
Are you sure you want to change the base?
Conversation
2. Simplified it to 1 constructor with the said ideal parameters 3. Setters for the inventories' arrays 4. UUID aint final no more 5. Started on WorldStateValidator interface implementation
Everything but NBT stuff should be done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing a getter for size of inventory and max contained per slot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
those are maxSlots and maxPerSlot respectively, public fields so didnt think it needed getters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The way that it done, input will either be overriden or override ItemOutput.
No description provided.