Package net.hollowcube.polar
Interface ChunkSelector
public interface ChunkSelector
A
ChunkSelector can be used to select some chunks from a world. This is useful for
saving or loading only a select portion of a world, ignoring the rest.
Polar supports ChunkSelectors in most loading/saving APIs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ChunkSelectorall()static @NotNull ChunkSelectorradius(int radius) static @NotNull ChunkSelectorradius(int centerX, int centerZ, int radius) booleantest(int x, int z)
-
Method Details
-
all
-
radius
-
radius
-
test
boolean test(int x, int z)
-