public final class BiomeCoordinateData
extends java.lang.Object
| Constructor and Description |
|---|
BiomeCoordinateData(int minValueType,
int minValue,
int maxValueType,
int maxValue,
long gridOffset,
long gridStepSize,
int distribution) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getDistribution() |
long |
getGridOffset() |
long |
getGridStepSize() |
int |
getMaxValue() |
int |
getMaxValueType() |
int |
getMinValue() |
int |
getMinValueType() |
int |
hashCode() |
java.lang.String |
toString() |
public BiomeCoordinateData(int minValueType,
int minValue,
int maxValueType,
int maxValue,
long gridOffset,
long gridStepSize,
int distribution)
public int getMinValueType()
public int getMinValue()
public int getMaxValueType()
public int getMaxValue()
public long getGridOffset()
public long getGridStepSize()
public int getDistribution()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object