Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Sep 4, 2024
1 parent 48ff281 commit eed36e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions mappings/net/minecraft/server/world/ChunkHolder.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ CLASS net/minecraft/class_3193 net/minecraft/server/world/ChunkHolder
ARG 1 chunk
METHOD method_39966 (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
ARG 1 thenResult
METHOD method_39967 (Ljava/util/concurrent/CompletableFuture;)V
ARG 1 savingFuture
METHOD method_53680 combinePostProcessingFuture (Ljava/util/concurrent/CompletableFuture;)V
ARG 1 postProcessingFuture
METHOD method_53681 getPostProcessingFuture ()Ljava/util/concurrent/CompletableFuture;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CLASS net/minecraft/class_9761 net/minecraft/world/chunk/AbstractChunkHolder
FIELD field_51874 refCount Ljava/util/concurrent/atomic/AtomicInteger;
METHOD method_14005 getLevel ()I
METHOD method_17208 getCompletedLevel ()I
METHOD method_39967 combineSavingFuture (Ljava/util/concurrent/CompletableFuture;)V
METHOD method_60452 unload (ILjava/util/concurrent/CompletableFuture;)V
ARG 1 statusIndex
ARG 2 previousFuture
Expand Down

0 comments on commit eed36e6

Please sign in to comment.