YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.world.gen.FlatLayerInfo Class Reference

Public Member Functions

 FlatLayerInfo (int par1, int par2)
 
 FlatLayerInfo (int par1, int par2, int par3)
 
int getLayerCount ()
 
int getFillBlock ()
 
int getFillBlockMeta ()
 
int getMinY ()
 
void setMinY (int par1)
 
String toString ()
 

Constructor & Destructor Documentation

net.minecraft.world.gen.FlatLayerInfo.FlatLayerInfo ( int  par1,
int  par2 
)
net.minecraft.world.gen.FlatLayerInfo.FlatLayerInfo ( int  par1,
int  par2,
int  par3 
)

Member Function Documentation

int net.minecraft.world.gen.FlatLayerInfo.getFillBlock ( )

Return the block type used on this set of layers.

int net.minecraft.world.gen.FlatLayerInfo.getFillBlockMeta ( )

Return the block metadata used on this set of layers.

int net.minecraft.world.gen.FlatLayerInfo.getLayerCount ( )

Return the amount of layers for this set of layers.

int net.minecraft.world.gen.FlatLayerInfo.getMinY ( )

Return the minimum Y coordinate for this layer, set during generation.

void net.minecraft.world.gen.FlatLayerInfo.setMinY ( int  par1)

Set the minimum Y coordinate for this layer.

String net.minecraft.world.gen.FlatLayerInfo.toString ( )

The documentation for this class was generated from the following file: