Uses of Class
net.minecraft.util.thread.AtomicStack
-
Uses of AtomicStack in net.minecraft.server.world
Modifier and TypeFieldDescriptionprivate final @Nullable AtomicStack<ChunkHolder.MultithreadAction>
ChunkHolder.actionStack
-
Uses of AtomicStack in net.minecraft.util.thread
Modifier and TypeMethodDescriptionstatic void
LockHelper.checkLock
(Semaphore semaphore, @Nullable AtomicStack<com.mojang.datafixers.util.Pair<Thread, StackTraceElement[]>> lockStack, String message) static CrashException
LockHelper.crash
(String message, @Nullable AtomicStack<com.mojang.datafixers.util.Pair<Thread, StackTraceElement[]>> lockStack) -
Uses of AtomicStack in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate final @Nullable AtomicStack<com.mojang.datafixers.util.Pair<Thread,
StackTraceElement[]>> PalettedContainer.lockStack