public class RegionQueue
extends java.lang.Object
Constructor and Description |
---|
RegionQueue() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(ChunkPosition position) |
void |
clear() |
boolean |
isEmpty() |
ChunkPosition |
poll() |
public ChunkPosition poll()
public boolean add(ChunkPosition position)
public void clear()
public boolean isEmpty()