public class FlatLayerInfo
extends java.lang.Object
Constructor and Description |
---|
FlatLayerInfo(int p_i45467_1_,
Block p_i45467_2_) |
FlatLayerInfo(int p_i45468_1_,
Block p_i45468_2_,
int p_i45468_3_) |
Modifier and Type | Method and Description |
---|---|
Block |
func_151536_b() |
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 p_i45467_1_, Block p_i45467_2_)
public FlatLayerInfo(int p_i45468_1_, Block p_i45468_2_, int p_i45468_3_)
public int getLayerCount()
public Block func_151536_b()
public int getFillBlockMeta()
public int getMinY()
public void setMinY(int par1)
public java.lang.String toString()
toString
in class java.lang.Object