static class Block.BlockContainer extends Object implements Comparable<Block.BlockContainer>
| Modifier and Type | Field and Description |
|---|---|
(package private) Block |
block |
(package private) Block.Type |
type |
(package private) int |
weight |
| Constructor and Description |
|---|
BlockContainer(Block block,
Block.Type type,
int weight) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Block.BlockContainer o) |
(package private) Block |
get() |
(package private) Block.Type |
getType() |
final int weight
final Block block
final Block.Type type
BlockContainer(Block block, Block.Type type, int weight)
Block get()
Block.Type getType()
public int compareTo(Block.BlockContainer o)
compareTo in interface Comparable<Block.BlockContainer>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}