Class RegionIndexedChunkCache
java.lang.Object
tfagaming.projects.minecraft.homestead.database.cache.RegionIndexedChunkCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(RegionChunk chunk) voidclear()get(long regionId) voidputAll(List<RegionChunk> items) voidremove(RegionChunk chunk) voidremoveFromRegion(RegionChunk chunk, long regionId)
-
Constructor Details
-
RegionIndexedChunkCache
public RegionIndexedChunkCache()
-
-
Method Details
-
add
-
remove
-
removeFromRegion
-
get
-
clear
public void clear() -
putAll
-