Package net.minecraft.src
Class StructurePieceBlockSelector
- java.lang.Object
-
- net.minecraft.src.StructurePieceBlockSelector
-
public abstract class StructurePieceBlockSelector extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
selectedBlockId
protected int
selectedBlockMetaData
-
Constructor Summary
Constructors Modifier Constructor Description protected
StructurePieceBlockSelector()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int
getSelectedBlockId()
int
getSelectedBlockMetaData()
abstract void
selectBlocks(java.util.Random random, int i, int j, int k, boolean flag)
-