Uses of Interface
net.minecraft.class_5952
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.client | |
| net.minecraft.client.sound | |
| net.minecraft.server | |
| net.minecraft.server.dedicated | |
| net.minecraft.server.integrated | |
| net.minecraft.server.world | |
| net.minecraft.test | |
| net.minecraft.util.thread |
-
Uses of class_5952 in net.minecraft
Fields in net.minecraft with type parameters of type class_5952 Modifier and Type Field Description private WeakHashMap<class_5952,Void>class_5950. field_29556Methods in net.minecraft with parameters of type class_5952 Modifier and Type Method Description voidclass_5950. method_34702(class_5952 class_5952) -
Uses of class_5952 in net.minecraft.client
Classes in net.minecraft.client that implement class_5952 Modifier and Type Class Description classMinecraftClientRepresents a logical Minecraft client. -
Uses of class_5952 in net.minecraft.client.sound
Classes in net.minecraft.client.sound that implement class_5952 Modifier and Type Class Description classSoundExecutor -
Uses of class_5952 in net.minecraft.server
Classes in net.minecraft.server that implement class_5952 Modifier and Type Class Description classMinecraftServerRepresents a logical Minecraft server. -
Uses of class_5952 in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement class_5952 Modifier and Type Class Description classMinecraftDedicatedServer -
Uses of class_5952 in net.minecraft.server.integrated
Classes in net.minecraft.server.integrated that implement class_5952 Modifier and Type Class Description classIntegratedServer -
Uses of class_5952 in net.minecraft.server.world
Classes in net.minecraft.server.world that implement class_5952 Modifier and Type Class Description (package private) classServerChunkManager.MainThreadExecutor -
Uses of class_5952 in net.minecraft.test
Classes in net.minecraft.test that implement class_5952 Modifier and Type Class Description classTestServer -
Uses of class_5952 in net.minecraft.util.thread
Classes in net.minecraft.util.thread that implement class_5952 Modifier and Type Class Description classReentrantThreadExecutor<R extends Runnable>classTaskExecutor<T>classThreadExecutor<R extends Runnable>