Interface SlideConfig
public interface SlideConfig
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SlideConfig
of
(double target, int size, int offset) int
offset()
The offset of the affected area from the top or bottom of the world respectively.int
size()
The size of the affected area.double
target()
The target value of the curve.
-
Method Details
-
of
-
target
double target()The target value of the curve.See
NoiseConfig.topConfig()
andNoiseConfig.bottomConfig()
for its effect.Higher values produce larger effects.
- Returns:
- the target value
-
size
int size()The size of the affected area.- Returns:
- the size
-
offset
int offset()The offset of the affected area from the top or bottom of the world respectively.- Returns:
- the offset
-