Skip to content

Commit

Permalink
1.21.2-rc2 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups committed Oct 22, 2024
1 parent 9991aee commit 1ecb95a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
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

0 comments on commit 1ecb95a

Please sign in to comment.