ServerWorldCache

public interface ServerWorldCache

Allows attachment of a BlockApiCache to a net.minecraft.server.world.ServerWorld.

Functions

fabric_invalidateCache
Link copied to clipboard
abstract void fabric_invalidateCache(BlockPos pos)
fabric_registerCache
Link copied to clipboard
abstract void fabric_registerCache(BlockPos pos, BlockApiCacheImpl<? extends Object, ? extends Object> cache)

Sources

jvm source
Link copied to clipboard