Uses of Interface
net.minecraft.util.ThreadExecutor
Packages that use ThreadExecutor
Package
Description
-
Uses of ThreadExecutor in net.minecraft
Fields in net.minecraft declared as ThreadExecutorConstructors in net.minecraft with parameters of type ThreadExecutorModifierConstructorDescriptionclass_4452(int int2, World world, ChunkGenerator<?> chunkGenerator, ChunkStorage chunkStorage, ThreadExecutor threadExecutor) -
Uses of ThreadExecutor in net.minecraft.client
Classes in net.minecraft.client that implement ThreadExecutor -
Uses of ThreadExecutor in net.minecraft.network
Methods in net.minecraft.network with parameters of type ThreadExecutorModifier and TypeMethodDescriptionstatic <T extends PacketListener>
voidNetworkThreadUtils.forceMainThread(Packet<T> packet, T listener, ThreadExecutor executor) -
Uses of ThreadExecutor in net.minecraft.server
Classes in net.minecraft.server that implement ThreadExecutor -
Uses of ThreadExecutor in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement ThreadExecutor -
Uses of ThreadExecutor in net.minecraft.server.integrated
Classes in net.minecraft.server.integrated that implement ThreadExecutor -
Uses of ThreadExecutor in net.minecraft.server.world
Classes in net.minecraft.server.world that implement ThreadExecutor -
Uses of ThreadExecutor in net.minecraft.world
Classes in net.minecraft.world that implement ThreadExecutor -
Uses of ThreadExecutor in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as ThreadExecutorConstructors in net.minecraft.world.chunk with parameters of type ThreadExecutorModifierConstructorDescriptionServerChunkProvider(ServerWorld serverWorld, ChunkStorage chunkStorage, ChunkGenerator<?> chunkGenerator, ThreadExecutor threadExecutor)