Skip to content
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

1.21.2-rc2 stuff #4030

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions mappings/net/minecraft/server/world/ChunkHolder.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ CLASS net/minecraft/class_3193 net/minecraft/server/world/ChunkHolder
METHOD method_57117 (Ljava/util/concurrent/CompletableFuture;Lnet/minecraft/class_9259;)V
ARG 1 optionalChunk
METHOD method_60436 isSavable ()Z
METHOD method_65077 hasPendingUpdates ()Z
CLASS class_3896 LevelUpdateListener
METHOD method_17209 updateLevel (Lnet/minecraft/class_1923;Ljava/util/function/IntSupplier;ILjava/util/function/IntConsumer;)V
ARG 1 pos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ CLASS net/minecraft/class_3898 net/minecraft/server/world/ServerChunkLoadingMana
ARG 1 centerPos
ARG 2 radius
METHOD method_53686 sendToPlayers (Lnet/minecraft/class_3193;Lnet/minecraft/class_2818;)V
ARG 1 chunkHolder
ARG 2 chunk
METHOD method_53688 getPostProcessedChunk (J)Lnet/minecraft/class_2818;
ARG 1 pos
METHOD method_53689 (Lnet/minecraft/class_1923;)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ CLASS net/minecraft/class_3215 net/minecraft/server/world/ServerChunkManager
ARG 1 chunks
METHOD method_61267 (Ljava/util/List;Lnet/minecraft/class_3193;)V
ARG 2 chunk
METHOD method_65078 markForUpdate (Lnet/minecraft/class_3193;)V
ARG 1 chunkHolder
CLASS class_4212 MainThreadExecutor
METHOD <init> (Lnet/minecraft/class_3215;Lnet/minecraft/class_1937;)V
ARG 2 world
Expand Down