Interface WorldCarver.CarveSkipChecker
- Enclosing class:
WorldCarver<C extends CarverConfiguration>
public static interface WorldCarver.CarveSkipChecker
Used to define certain positions to skip or ignore when carving.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldSkip
(CarvingContext pContext, double pRelativeX, double pRelativeY, double pRelativeZ, int pY)
-
Method Details
-
shouldSkip
boolean shouldSkip(CarvingContext pContext, double pRelativeX, double pRelativeY, double pRelativeZ, int pY)
-