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.sounds -
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> p_131364_, T p_131365_, BlockableEventLoop<?> p_131366_) -
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 p_143040_, LevelStorageSource.LevelStorageAccess p_143041_, com.mojang.datafixers.DataFixer p_143042_, StructureManager p_143043_, Executor p_143044_, BlockableEventLoop<Runnable> p_143045_, LightChunkGetter p_143046_, ChunkGenerator p_143047_, ChunkProgressListener p_143048_, ChunkStatusUpdateListener p_143049_, Supplier<DimensionDataStorage> p_143050_, int p_143051_, boolean p_143052_) -
Uses of BlockableEventLoop in net.minecraft.util.thread
Subclasses of BlockableEventLoop in net.minecraft.util.thread -
Uses of BlockableEventLoop in net.minecraftforge.common.util
Fields in net.minecraftforge.common.util with type parameters of type BlockableEventLoopModifier and TypeFieldDescriptionstatic final LogicalSidedProvider<BlockableEventLoop<? super TickTask>>
LogicalSidedProvider.WORKQUEUE