Class FlatLayerInfo

java.lang.Object
net.minecraft.src.FlatLayerInfo

public class FlatLayerInfo extends Object
  • 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

      public String toString()
      Overrides:
      toString in class Object