|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.world.gen.FlatLayerInfo
public class FlatLayerInfo
Constructor Summary | |
---|---|
FlatLayerInfo(int par1,
int par2)
|
|
FlatLayerInfo(int par1,
int par2,
int par3)
|
Method Summary | |
---|---|
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. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FlatLayerInfo(int par1, int par2)
public FlatLayerInfo(int par1, int par2, int par3)
Method Detail |
---|
public int getLayerCount()
public int getFillBlock()
public int getFillBlockMeta()
public int getMinY()
public void setMinY(int par1)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |