-
Notifications
You must be signed in to change notification settings - Fork 380
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
Rename confusing names and add some javadoc in n.m.server.world #3635
Conversation
Did you mean to make this PR for 23w14a? If not we can get the bot to update it to 23w32a. |
No, updating it to 23w32a will be fine. |
🚀 Target branch has been updated to 23w32a |
🚨 Unable to automatically update branch with the latest changes |
@@ -56,6 +56,8 @@ CLASS net/minecraft/class_3898 net/minecraft/server/world/ThreadedAnvilChunkStor | |||
METHOD method_17216 getChunkHolder (J)Lnet/minecraft/class_3193; | |||
ARG 1 pos | |||
METHOD method_17217 setLevel (JILnet/minecraft/class_3193;I)Lnet/minecraft/class_3193; | |||
COMMENT Sets the loading level of {@code ChunkHolders}. Nonexistent {@code ChunkHolder}s will be created automaiccally |
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.
typo?
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.
yes, sorry for this mistake
Fixes: #3628 and #3545