Interface SlideConfig
public interface SlideConfig
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SlideConfigof(double target, int size, int offset) intoffset()The offset of the affected area from the top or bottom of the world respectively.intsize()The size of the affected area.doubletarget()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
-