Skip to content

Commit

Permalink
Remove unused invokers and accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Jun 25, 2022
1 parent 28c1639 commit 4fc508e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,4 @@ public interface ThreadedAnvilChunkStorageMixin {
@Invoker
public ChunkHolder invokeGetChunkHolder(long pos);

@Invoker
public NbtCompound invokeGetUpdatedChunkNbt(ChunkPos pos);

@Accessor
public Long2ObjectLinkedOpenHashMap<ChunkHolder> getChunksToUnload();
}

0 comments on commit 4fc508e

Please sign in to comment.