Uses of Class
net.minecraft.util.thread.AtomicStack
Package | Description |
---|---|
net.minecraft.server.world | |
net.minecraft.util.thread | |
net.minecraft.world.chunk |
-
Uses of AtomicStack in net.minecraft.server.world
Fields in net.minecraft.server.world declared as AtomicStack Modifier and Type Field Description private @Nullable AtomicStack<ChunkHolder.MultithreadAction>
ChunkHolder. actionStack
-
Uses of AtomicStack in net.minecraft.util.thread
Methods in net.minecraft.util.thread with parameters of type AtomicStack Modifier and Type Method Description static 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 AtomicStack Modifier and Type Field Description private @Nullable AtomicStack<com.mojang.datafixers.util.Pair<Thread,StackTraceElement[]>>
PalettedContainer. lockStack