public interface IdentityCoordinateTransformer extends CoordinateTransformer
Modifier and Type | Method and Description |
---|---|
default int |
transformX(int x) |
default int |
transformZ(int y) |
default int transformX(int x)
transformX
in interface CoordinateTransformer
default int transformZ(int y)
transformZ
in interface CoordinateTransformer