Class Heightmap
java.lang.Object
net.pl3x.map.core.Keyed
net.pl3x.map.core.renderer.heightmap.Heightmap
- Direct Known Subclasses:
EvenOddHeightmap, EvenOddHighContrastHeightmap, EvenOddLowContrastHeightmap, EvenOddModernHeightmap, EvenOddOldSchoolHeightmap, EvenOddVanillaHeightmap, HighContrastHeightmap, LowContrastHeightmap, ModernHeightmap, NoneHeightmap, OldSchoolHeightmap, VanillaHeightmap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public final int[] x -
z
public final int[] z
-
-
Constructor Details
-
Heightmap
-
-
Method Details
-
getColor
-
getMin
public int getMin() -
getMax
public int getMax() -
getColor
public int getColor(int y1, int y2, int heightColor, int step) -
equals
-
hashCode
-
toString
-