fabric-1.18: remove ThreadedAnvilChunkStorageAccessor
This commit is contained in:
parent
7ccd234b06
commit
3b4b8526b7
2 changed files with 0 additions and 14 deletions
|
|
@ -1,13 +0,0 @@
|
||||||
package org.dynmap.fabric_1_18.mixin;
|
|
||||||
|
|
||||||
import it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap;
|
|
||||||
import net.minecraft.server.world.ChunkHolder;
|
|
||||||
import net.minecraft.server.world.ThreadedAnvilChunkStorage;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.gen.Accessor;
|
|
||||||
|
|
||||||
@Mixin(ThreadedAnvilChunkStorage.class)
|
|
||||||
public interface ThreadedAnvilChunkStorageAccessor {
|
|
||||||
@Accessor
|
|
||||||
Long2ObjectLinkedOpenHashMap<ChunkHolder> getChunkHolders();
|
|
||||||
}
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
"ProtoChunkMixin",
|
"ProtoChunkMixin",
|
||||||
"ServerPlayerEntityMixin",
|
"ServerPlayerEntityMixin",
|
||||||
"ServerPlayNetworkHandlerMixin",
|
"ServerPlayNetworkHandlerMixin",
|
||||||
"ThreadedAnvilChunkStorageAccessor",
|
|
||||||
"WorldChunkMixin"
|
"WorldChunkMixin"
|
||||||
],
|
],
|
||||||
"injectors": {
|
"injectors": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue