|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeightedRandomItem | |
---|---|
net.minecraft.src | |
net.minecraftforge.common |
Uses of WeightedRandomItem in net.minecraft.src |
---|
Subclasses of WeightedRandomItem in net.minecraft.src | |
---|---|
class |
EnchantmentData
|
class |
SpawnListEntry
|
class |
WeightedRandomChestContent
|
Methods in net.minecraft.src that return WeightedRandomItem | |
---|---|
static WeightedRandomItem |
WeightedRandom.getRandomItem(Random par0Random,
Collection par1Collection)
Returns a random choice from the input items. |
static WeightedRandomItem |
WeightedRandom.getRandomItem(Random par0Random,
Collection par1Collection,
int par2)
Returns a random choice from the input items, with a total weight value. |
static WeightedRandomItem |
WeightedRandom.getRandomItem(Random par0Random,
WeightedRandomItem[] par1ArrayOfWeightedRandomItem)
Returns a random choice from the input items. |
static WeightedRandomItem |
WeightedRandom.getRandomItem(Random par0Random,
WeightedRandomItem[] par1ArrayOfWeightedRandomItem,
int par2)
Returns a random choice from the input array of items, with a total weight value. |
Methods in net.minecraft.src with parameters of type WeightedRandomItem | |
---|---|
static WeightedRandomItem |
WeightedRandom.getRandomItem(Random par0Random,
WeightedRandomItem[] par1ArrayOfWeightedRandomItem)
Returns a random choice from the input items. |
static WeightedRandomItem |
WeightedRandom.getRandomItem(Random par0Random,
WeightedRandomItem[] par1ArrayOfWeightedRandomItem,
int par2)
Returns a random choice from the input array of items, with a total weight value. |
static int |
WeightedRandom.getTotalWeight(WeightedRandomItem[] par0ArrayOfWeightedRandomItem)
Returns the total weight of all items in a array. |
Uses of WeightedRandomItem in net.minecraftforge.common |
---|
Subclasses of WeightedRandomItem in net.minecraftforge.common | |
---|---|
static class |
DungeonHooks.DungeonLoot
|
static class |
DungeonHooks.DungeonMob
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |