Uses of Enum Class
net.neoforged.neoforge.network.registration.HandlerThread
Packages that use HandlerThread
-
Uses of HandlerThread in net.neoforged.neoforge.network.registration
Fields in net.neoforged.neoforge.network.registration declared as HandlerThreadMethods in net.neoforged.neoforge.network.registration that return HandlerThreadModifier and TypeMethodDescriptionstatic HandlerThread
Returns the enum constant of this class with the specified name.static HandlerThread[]
HandlerThread.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.neoforged.neoforge.network.registration with parameters of type HandlerThreadModifier and TypeMethodDescriptionPayloadRegistrar.executesOn
(HandlerThread thread) Creates a copy of this registrar with a different default handling thread.