Uses of Class
net.minecraft.util.thread.ReentrantBlockableEventLoop
Packages that use ReentrantBlockableEventLoop
Package
Description
-
Uses of ReentrantBlockableEventLoop in net.minecraft.client
Subclasses of ReentrantBlockableEventLoop in net.minecraft.client -
Uses of ReentrantBlockableEventLoop in net.minecraft.client.server
Subclasses of ReentrantBlockableEventLoop in net.minecraft.client.server -
Uses of ReentrantBlockableEventLoop in net.minecraft.gametest.framework
Subclasses of ReentrantBlockableEventLoop in net.minecraft.gametest.framework -
Uses of ReentrantBlockableEventLoop in net.minecraft.server
Subclasses of ReentrantBlockableEventLoop in net.minecraft.server -
Uses of ReentrantBlockableEventLoop in net.minecraft.server.dedicated
Subclasses of ReentrantBlockableEventLoop in net.minecraft.server.dedicated -
Uses of ReentrantBlockableEventLoop in net.minecraft.server.network
Methods in net.minecraft.server.network that return ReentrantBlockableEventLoop -
Uses of ReentrantBlockableEventLoop in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return ReentrantBlockableEventLoopModifier and TypeMethodDescriptiondefault ReentrantBlockableEventLoop<?>
IClientCommonPacketListenerExtension.getMainThreadEventLoop()
Exposes the raw underlying connection event loop that can be used to schedule tasks on the main thread.IServerCommonPacketListenerExtension.getMainThreadEventLoop()
Returns the main thread event loop. -
Uses of ReentrantBlockableEventLoop in net.neoforged.neoforge.network.registration
Fields in net.neoforged.neoforge.network.registration declared as ReentrantBlockableEventLoopModifier and TypeFieldDescriptionprivate final ReentrantBlockableEventLoop<?>
NetworkRegistry.EventLoopSynchronizedWorkHandler.eventLoop
The field for theeventLoop
record component.Methods in net.neoforged.neoforge.network.registration that return ReentrantBlockableEventLoopModifier and TypeMethodDescriptionNetworkRegistry.EventLoopSynchronizedWorkHandler.eventLoop()
Returns the value of theeventLoop
record component.Constructors in net.neoforged.neoforge.network.registration with parameters of type ReentrantBlockableEventLoopModifierConstructorDescriptionprivate
EventLoopSynchronizedWorkHandler
(ReentrantBlockableEventLoop<?> eventLoop, T payload) Creates an instance of aEventLoopSynchronizedWorkHandler
record class.