public final class BiomeCoordinateData
extends java.lang.Object
| Constructor and Description |
|---|
BiomeCoordinateData(ExpressionOp minValueType,
org.cloudburstmc.protocol.common.util.index.Indexable<java.lang.String> minValue,
ExpressionOp maxValueType,
org.cloudburstmc.protocol.common.util.index.Indexable<java.lang.String> maxValue,
long gridOffset,
long gridStepSize,
RandomDistributionType distribution)
Deprecated.
|
BiomeCoordinateData(ExpressionOp minValueType,
java.lang.String minValue,
ExpressionOp maxValueType,
java.lang.String maxValue,
long gridOffset,
long gridStepSize,
RandomDistributionType distribution) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
RandomDistributionType |
getDistribution() |
long |
getGridOffset() |
long |
getGridStepSize() |
java.lang.String |
getMaxValue() |
ExpressionOp |
getMaxValueType() |
java.lang.String |
getMinValue() |
ExpressionOp |
getMinValueType() |
int |
hashCode() |
java.lang.String |
toString() |
public BiomeCoordinateData(ExpressionOp minValueType, java.lang.String minValue, ExpressionOp maxValueType, java.lang.String maxValue, long gridOffset, long gridStepSize, RandomDistributionType distribution)
@Deprecated public BiomeCoordinateData(ExpressionOp minValueType, org.cloudburstmc.protocol.common.util.index.Indexable<java.lang.String> minValue, ExpressionOp maxValueType, org.cloudburstmc.protocol.common.util.index.Indexable<java.lang.String> maxValue, long gridOffset, long gridStepSize, RandomDistributionType distribution)
public java.lang.String getMinValue()
public java.lang.String getMaxValue()
public ExpressionOp getMinValueType()
public ExpressionOp getMaxValueType()
public long getGridOffset()
public long getGridStepSize()
public RandomDistributionType 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