Interface IChunkCache<T>
- All Superinterfaces:
Trimable
- All Known Subinterfaces:
SimpleWorld, World
- All Known Implementing Classes:
AbstractWorld, ChunkCache, NullWorld, WorldWrapper
IGetBlocks may be cached by the WorldChunkCache so that it can be used between multiple
IQueueExtents - avoids conversion between a palette and raw data on every block get
-
Method Summary
-
Method Details
-
get
-
trim
default boolean trim(boolean aggressive) Description copied from interface:TrimableTrims the object, reducing its memory footprint.
-