public static class TransformingHeightMap.TransformingHeightMapBuilder
extends java.lang.Object
Constructor and Description |
---|
TransformingHeightMapBuilder() |
Modifier and Type | Method and Description |
---|---|
TransformingHeightMap |
now() |
TransformingHeightMap.TransformingHeightMapBuilder |
withHeightMap(HeightMap baseHeightMap) |
TransformingHeightMap.TransformingHeightMapBuilder |
withName(java.lang.String name) |
TransformingHeightMap.TransformingHeightMapBuilder |
withOffset(int offsetX,
int offsetY) |
TransformingHeightMap.TransformingHeightMapBuilder |
withRotation(float rotation) |
TransformingHeightMap.TransformingHeightMapBuilder |
withScale(float scale) |
TransformingHeightMap.TransformingHeightMapBuilder |
withScale(int scaleX,
int scaleY) |
public TransformingHeightMap.TransformingHeightMapBuilder withName(java.lang.String name)
public TransformingHeightMap.TransformingHeightMapBuilder withHeightMap(HeightMap baseHeightMap)
public TransformingHeightMap.TransformingHeightMapBuilder withOffset(int offsetX, int offsetY)
public TransformingHeightMap.TransformingHeightMapBuilder withScale(float scale)
public TransformingHeightMap.TransformingHeightMapBuilder withScale(int scaleX, int scaleY)
public TransformingHeightMap.TransformingHeightMapBuilder withRotation(float rotation)
public TransformingHeightMap now()