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