Uses of Class
net.minecraft.util.thread.ThreadExecutor
-
Uses of ThreadExecutor in net.minecraft.client
Subclasses of ThreadExecutor in net.minecraft.client Modifier and Type Class Description class
MinecraftClient
Represents a logical Minecraft client. -
Uses of ThreadExecutor in net.minecraft.client.sound
Subclasses of ThreadExecutor in net.minecraft.client.sound Modifier and Type Class Description class
SoundExecutor
-
Uses of ThreadExecutor in net.minecraft.network
Methods in net.minecraft.network with parameters of type ThreadExecutor Modifier and Type Method Description static <T extends PacketListener>
voidNetworkThreadUtils. forceMainThread(Packet<T> packet, T listener, ThreadExecutor<?> engine)
-
Uses of ThreadExecutor in net.minecraft.server
Subclasses of ThreadExecutor in net.minecraft.server Modifier and Type Class Description class
MinecraftServer
Represents a logical Minecraft server. -
Uses of ThreadExecutor in net.minecraft.server.dedicated
Subclasses of ThreadExecutor in net.minecraft.server.dedicated Modifier and Type Class Description class
MinecraftDedicatedServer
-
Uses of ThreadExecutor in net.minecraft.server.integrated
Subclasses of ThreadExecutor in net.minecraft.server.integrated Modifier and Type Class Description class
IntegratedServer
-
Uses of ThreadExecutor in net.minecraft.server.world
Subclasses of ThreadExecutor in net.minecraft.server.world Modifier and Type Class Description (package private) class
ServerChunkManager.MainThreadExecutor
Fields in net.minecraft.server.world declared as ThreadExecutor Modifier and Type Field Description private ThreadExecutor<Runnable>
ThreadedAnvilChunkStorage. mainThreadExecutor
Constructors in net.minecraft.server.world with parameters of type ThreadExecutor Constructor Description ThreadedAnvilChunkStorage(ServerWorld serverWorld, LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, StructureManager structureManager, Executor executor, ThreadExecutor<Runnable> mainThreadExecutor, ChunkProvider chunkProvider, ChunkGenerator chunkGenerator, WorldGenerationProgressListener worldGenerationProgressListener, ChunkStatusChangeListener chunkStatusChangeListener, Supplier<PersistentStateManager> supplier, int int2, boolean bool)
-
Uses of ThreadExecutor in net.minecraft.test
Subclasses of ThreadExecutor in net.minecraft.test Modifier and Type Class Description class
TestServer
-
Uses of ThreadExecutor in net.minecraft.util.thread
Subclasses of ThreadExecutor in net.minecraft.util.thread Modifier and Type Class Description class
ReentrantThreadExecutor<R extends Runnable>