Interface HeightmapPlacement
- All Superinterfaces:
PlacementModifier, Wrapper
Sets the Y coordinate to one block above the heightmap and returns the new position.
- Since:
- 3.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe heightmap to use.static HeightmapPlacementof(HeightmapType heightmap) Creates a new heightmap placement.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
heightmap
The heightmap to use.- Returns:
- the heightmap type
- Since:
- 3.0.0
-
of
Creates a new heightmap placement.- Parameters:
heightmap- the heightmap type- Returns:
- a new heightmap placement
- Since:
- 3.0.0
-