Interface NoiseSettings
- All Superinterfaces:
Wrapper
Wraps the inner
NoiseSettings shape of noise generator settings.- Since:
- 2.4.0
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface Wrapper
Wrapper.Context<C> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NoiseSettingsstatic final NoiseSettingsstatic final NoiseSettingsstatic final NoiseSettingsstatic final NoiseSettingsstatic final WireProvider<NoiseSettings.Factory> -
Method Summary
Modifier and TypeMethodDescriptionintheight()The total vertical span the noise generates over.intminY()The lowest Y level the noise generates at.static NoiseSettingsof(int minY, int height, int sizeHorizontal, int sizeVertical) Creates a noise settings shape.intThe horizontal noise cell size, in quarts.intThe vertical noise cell size, in quarts.Methods inherited from interface Wrapper
asHandle, toMinecraft
-
Field Details
-
WIRE
-
OVERWORLD
-
NETHER
-
END
-
CAVES
-
FLOATING_ISLANDS
-
-
Method Details
-
minY
The lowest Y level the noise generates at.- Returns:
- the minimum Y
- Since:
- 2.4.0
-
height
The total vertical span the noise generates over.- Returns:
- the height
- Since:
- 2.4.0
-
sizeHorizontal
The horizontal noise cell size, in quarts.- Returns:
- the horizontal size
- Since:
- 2.4.0
-
sizeVertical
The vertical noise cell size, in quarts.- Returns:
- the vertical size
- Since:
- 2.4.0
-
of
Creates a noise settings shape.- Parameters:
minY- the lowest Y levelheight- the total vertical spansizeHorizontal- the horizontal cell size, in quartssizeVertical- the vertical cell size, in quarts- Returns:
- a new noise settings shape
- Since:
- 2.4.0
-