Uses of Class
net.minecraft.util.thread.AtomicStack
Packages that use AtomicStack
-
Uses of AtomicStack in net.minecraft.server.world
Fields in net.minecraft.server.world declared as AtomicStackModifier and TypeFieldDescriptionprivate final @Nullable AtomicStack<ChunkHolder.MultithreadAction>
ChunkHolder.actionStack
-
Uses of AtomicStack in net.minecraft.util.thread
Methods in net.minecraft.util.thread with parameters of type AtomicStackModifier 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
Fields in net.minecraft.world.chunk declared as AtomicStackModifier and TypeFieldDescriptionprivate final @Nullable AtomicStack<com.mojang.datafixers.util.Pair<Thread,
StackTraceElement[]>> PalettedContainer.lockStack