Package net.minecraft.src
Class WeightedRandomItem
java.lang.Object
net.minecraft.src.WeightedRandomItem
- Direct Known Subclasses:
EnchantmentData,RandomItemStack,SpawnListEntry,WeightedRandomChestContent,WeightedRandomMinecart
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intThe Weight is how often the item is chosen(higher number is higher chance(lower is lower)) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
itemWeight
protected int itemWeightThe Weight is how often the item is chosen(higher number is higher chance(lower is lower))
-
-
Constructor Details
-
WeightedRandomItem
public WeightedRandomItem(int par1)
-