public class FlatLayerInfo
extends java.lang.Object
Constructor and Description |
---|
FlatLayerInfo(int par1,
int par2) |
FlatLayerInfo(int par1,
int par2,
int par3) |
Modifier and Type | Method and Description |
---|---|
int |
getFillBlock()
Return the block type used on this set of layers.
|
int |
getFillBlockMeta()
Return the block metadata used on this set of layers.
|
int |
getLayerCount()
Return the amount of layers for this set of layers.
|
int |
getMinY()
Return the minimum Y coordinate for this layer, set during generation.
|
void |
setMinY(int par1)
Set the minimum Y coordinate for this layer.
|
java.lang.String |
toString() |
public FlatLayerInfo(int par1, int par2)
public FlatLayerInfo(int par1, int par2, int par3)
public int getLayerCount()
public int getFillBlock()
public int getFillBlockMeta()
public int getMinY()
public void setMinY(int par1)
public java.lang.String toString()
toString
in class java.lang.Object