Uses of Class
net.minecraft.util.thread.BlockableEventLoop
Packages that use BlockableEventLoop
Package
Description
- 
Uses of BlockableEventLoop in net.minecraft.clientSubclasses of BlockableEventLoop in net.minecraft.client
- 
Uses of BlockableEventLoop in net.minecraft.client.serverSubclasses of BlockableEventLoop in net.minecraft.client.server
- 
Uses of BlockableEventLoop in net.minecraft.client.soundsSubclasses of BlockableEventLoop in net.minecraft.client.sounds
- 
Uses of BlockableEventLoop in net.minecraft.gametest.frameworkSubclasses of BlockableEventLoop in net.minecraft.gametest.framework
- 
Uses of BlockableEventLoop in net.minecraft.network.protocolMethods in net.minecraft.network.protocol with parameters of type BlockableEventLoopModifier and TypeMethodDescriptionstatic <T extends PacketListener>
 voidPacketUtils.ensureRunningOnSameThread(Packet<T> p_131364_, T p_131365_, BlockableEventLoop<?> p_131366_) 
- 
Uses of BlockableEventLoop in net.minecraft.serverSubclasses of BlockableEventLoop in net.minecraft.server
- 
Uses of BlockableEventLoop in net.minecraft.server.dedicatedSubclasses of BlockableEventLoop in net.minecraft.server.dedicated
- 
Uses of BlockableEventLoop in net.minecraft.server.levelSubclasses of BlockableEventLoop in net.minecraft.server.levelModifier and TypeClassDescription(package private) final classFields in net.minecraft.server.level declared as BlockableEventLoopModifier and TypeFieldDescriptionprivate final BlockableEventLoop<Runnable>ChunkMap.mainThreadExecutorConstructors in net.minecraft.server.level with parameters of type BlockableEventLoopModifierConstructorDescriptionChunkMap(ServerLevel p_214836_, LevelStorageSource.LevelStorageAccess p_214837_, com.mojang.datafixers.DataFixer p_214838_, StructureTemplateManager p_214839_, Executor p_214840_, BlockableEventLoop<Runnable> p_214841_, LightChunkGetter p_214842_, ChunkGenerator p_214843_, ChunkProgressListener p_214844_, ChunkStatusUpdateListener p_214845_, Supplier<DimensionDataStorage> p_214846_, int p_214847_, boolean p_214848_) 
- 
Uses of BlockableEventLoop in net.minecraft.util.threadSubclasses of BlockableEventLoop in net.minecraft.util.thread
- 
Uses of BlockableEventLoop in net.neoforged.neoforge.common.utilFields in net.neoforged.neoforge.common.util with type parameters of type BlockableEventLoopModifier and TypeFieldDescriptionstatic final LogicalSidedProvider<BlockableEventLoop<? super TickTask>>LogicalSidedProvider.WORKQUEUE