Class LevelMixin
java.lang.Object
net.fabricmc.fabric.mixin.event.lifecycle.LevelMixin
- All Implemented Interfaces:
LoadedChunksCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<net.minecraft.world.level.chunk.LevelChunk> voidfabric_markLoaded(net.minecraft.world.level.chunk.LevelChunk chunk) Marks a chunk as loaded in a level.voidfabric_markUnloaded(net.minecraft.world.level.chunk.LevelChunk chunk) Marks a chunk as unloaded in a level.
-
Constructor Details
-
LevelMixin
public LevelMixin()
-
-
Method Details
-
fabric_getLoadedChunks
- Specified by:
fabric_getLoadedChunksin interfaceLoadedChunksCache
-
fabric_markLoaded
public void fabric_markLoaded(net.minecraft.world.level.chunk.LevelChunk chunk) Description copied from interface:LoadedChunksCacheMarks a chunk as loaded in a level.- Specified by:
fabric_markLoadedin interfaceLoadedChunksCache
-
fabric_markUnloaded
public void fabric_markUnloaded(net.minecraft.world.level.chunk.LevelChunk chunk) Description copied from interface:LoadedChunksCacheMarks a chunk as unloaded in a level.- Specified by:
fabric_markUnloadedin interfaceLoadedChunksCache
-