Uses of Class
net.minecraft.util.thread.BlockableEventLoop
Packages that use BlockableEventLoop
Package
Description
-
Uses of BlockableEventLoop in net.minecraft.client
Subclasses of BlockableEventLoop in net.minecraft.client -
Uses of BlockableEventLoop in net.minecraft.client.server
Subclasses of BlockableEventLoop in net.minecraft.client.server -
Uses of BlockableEventLoop in net.minecraft.client.sounds
Subclasses of BlockableEventLoop in net.minecraft.client.soundsModifier and TypeClassDescriptionclass
The SoundEngineExecutor class is responsible for executing sound-related tasks in a separate thread. -
Uses of BlockableEventLoop in net.minecraft.gametest.framework
Subclasses of BlockableEventLoop in net.minecraft.gametest.framework -
Uses of BlockableEventLoop in net.minecraft.network.protocol
Methods in net.minecraft.network.protocol with parameters of type BlockableEventLoopModifier and TypeMethodDescriptionstatic <T extends PacketListener>
voidPacketUtils.ensureRunningOnSameThread
(Packet<T> pPacket, T pProcessor, BlockableEventLoop<?> pExecutor) Ensures that the given packet is handled on the main thread. -
Uses of BlockableEventLoop in net.minecraft.server
Subclasses of BlockableEventLoop in net.minecraft.server -
Uses of BlockableEventLoop in net.minecraft.server.dedicated
Subclasses of BlockableEventLoop in net.minecraft.server.dedicated -
Uses of BlockableEventLoop in net.minecraft.server.level
Subclasses of BlockableEventLoop in net.minecraft.server.levelModifier and TypeClassDescription(package private) final class
Fields in net.minecraft.server.level declared as BlockableEventLoopModifier and TypeFieldDescriptionprivate final BlockableEventLoop
<Runnable> ChunkMap.mainThreadExecutor
Constructors in net.minecraft.server.level with parameters of type BlockableEventLoopModifierConstructorDescriptionChunkMap
(ServerLevel pLevel, LevelStorageSource.LevelStorageAccess pLevelStorageAccess, com.mojang.datafixers.DataFixer pFixerUpper, StructureTemplateManager pStructureManager, Executor pDispatcher, BlockableEventLoop<Runnable> pMainThreadExecutor, LightChunkGetter pLightChunk, ChunkGenerator pGenerator, ChunkProgressListener pProgressListener, ChunkStatusUpdateListener pChunkStatusListener, Supplier<DimensionDataStorage> pOverworldDataStorage, int pViewDistance, boolean pSync) -
Uses of BlockableEventLoop in net.minecraft.util.thread
Subclasses of BlockableEventLoop in net.minecraft.util.thread -
Uses of BlockableEventLoop in net.neoforged.neoforge.common.util
Fields in net.neoforged.neoforge.common.util with type parameters of type BlockableEventLoopModifier and TypeFieldDescriptionstatic final LogicalSidedProvider
<BlockableEventLoop<? super TickTask>> LogicalSidedProvider.WORKQUEUE