Package net.minecraft.src
Class FlatLayerInfo
java.lang.Object
net.minecraft.src.FlatLayerInfo
-
Constructor Summary
ConstructorsConstructorDescriptionFlatLayerInfo(int par1, int par2) FlatLayerInfo(int par1, int par2, int par3) -
Method Summary
Modifier and TypeMethodDescriptionintReturn the block type used on this set of layers.intReturn the block metadata used on this set of layers.intReturn the amount of layers for this set of layers.intgetMinY()Return the minimum Y coordinate for this layer, set during generation.voidsetMinY(int par1) Set the minimum Y coordinate for this layer.toString()
-
Constructor Details
-
FlatLayerInfo
public FlatLayerInfo(int par1, int par2) -
FlatLayerInfo
public FlatLayerInfo(int par1, int par2, int par3)
-
-
Method Details
-
getLayerCount
public int getLayerCount()Return the amount of layers for this set of layers. -
getFillBlock
public int getFillBlock()Return the block type used on this set of layers. -
getFillBlockMeta
public int getFillBlockMeta()Return the block metadata used on this set of layers. -
getMinY
public int getMinY()Return the minimum Y coordinate for this layer, set during generation. -
setMinY
public void setMinY(int par1) Set the minimum Y coordinate for this layer. -
toString
-