Interface HeightRangePlacement
- All Superinterfaces:
PlacementModifier, Wrapper
Sets the Y coordinate to a value provided by a height provider and returns the new position.
- Since:
- 3.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionheight()The new Y coordinate.static HeightRangePlacementof(HeightProvider height) Creates a new height range placement.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
height
The new Y coordinate.- Returns:
- the new Y coordinate
- Since:
- 3.0.0
-
of
Creates a new height range placement.- Parameters:
height- the height provider- Returns:
- a new height range placement
- Since:
- 3.0.0
-