Uses of Class
net.minecraft.util.thread.SimpleConsecutiveExecutor
Packages that use SimpleConsecutiveExecutor
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of SimpleConsecutiveExecutor in net.minecraft.client.option
Fields in net.minecraft.client.option declared as SimpleConsecutiveExecutorModifier and TypeFieldDescriptionprivate static final SimpleConsecutiveExecutorServerList.IO_EXECUTOR -
Uses of SimpleConsecutiveExecutor in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as SimpleConsecutiveExecutorModifier and TypeFieldDescriptionprivate final SimpleConsecutiveExecutorChunkBuilder.consecutiveExecutor -
Uses of SimpleConsecutiveExecutor in net.minecraft.client.session.telemetry
Fields in net.minecraft.client.session.telemetry declared as SimpleConsecutiveExecutorModifier and TypeFieldDescriptionprivate final SimpleConsecutiveExecutorThreadedLogWriter.executor -
Uses of SimpleConsecutiveExecutor in net.minecraft.server
Fields in net.minecraft.server declared as SimpleConsecutiveExecutorModifier and TypeFieldDescriptionprivate final SimpleConsecutiveExecutorQueueingWorldGenerationProgressListener.executor -
Uses of SimpleConsecutiveExecutor in net.minecraft.server.world
Fields in net.minecraft.server.world declared as SimpleConsecutiveExecutorModifier and TypeFieldDescriptionprivate final SimpleConsecutiveExecutorServerLightingProvider.processorConstructors in net.minecraft.server.world with parameters of type SimpleConsecutiveExecutorModifierConstructorDescriptionServerLightingProvider(ChunkProvider chunkProvider, ServerChunkLoadingManager chunkLoadingManager, boolean hasBlockLight, SimpleConsecutiveExecutor processor, ChunkTaskScheduler executor) -
Uses of SimpleConsecutiveExecutor in net.minecraft.util
Fields in net.minecraft.util declared as SimpleConsecutiveExecutor -
Uses of SimpleConsecutiveExecutor in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as SimpleConsecutiveExecutorModifier and TypeFieldDescriptionprivate final SimpleConsecutiveExecutorEntityChunkDataAccess.taskExecutor