@Deprecated
public class BlockChance
extends java.lang.Object
Constructor and Description |
---|
BlockChance(BaseBlock block,
double chance)
Deprecated.
Construct the object.
|
Modifier and Type | Method and Description |
---|---|
BaseBlock |
getBlock()
Deprecated.
|
double |
getChance()
Deprecated.
|
public BlockChance(BaseBlock block, double chance)
block
- the blockchance
- the probability of the blockpublic BaseBlock getBlock()
public double getChance()