net.minecraft.world.gen.structure
Class StructureMineshaftPieces

java.lang.Object
  extended by net.minecraft.world.gen.structure.StructureMineshaftPieces

public class StructureMineshaftPieces
extends Object


Field Summary
static WeightedRandomChestContent[] mineshaftChestContents
          List of contents that can generate in Mineshafts.
 
Constructor Summary
StructureMineshaftPieces()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mineshaftChestContents

public static final WeightedRandomChestContent[] mineshaftChestContents
List of contents that can generate in Mineshafts.

Constructor Detail

StructureMineshaftPieces

public StructureMineshaftPieces()