public class TreasureChestLoot
extends net.minecraft.util.WeightedRandom.Item
| Modifier and Type | Field and Description |
|---|---|
int |
maxAmount |
int |
minAmount |
net.minecraft.item.ItemStack |
returnItem |
| Constructor and Description |
|---|
TreasureChestLoot(net.minecraft.item.ItemStack returnItem,
int chance,
int minAmount,
int maxAmount) |