Package net.minestom.server.thread
-
Class Summary Class Description PerGroupChunkProvider Separate chunks into group of linked chunksPerInstanceThreadProvider Separates work between instance (1 instance = 1 thread execution).SingleThreadProvider Simple thread provider implementation using a single thread to update all the instances and chunks.ThreadProvider Used to link chunks into multiple groups.