|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeightedRandomItem | |
---|---|
net.minecraft.enchantment | |
net.minecraft.util | |
net.minecraft.world.biome | |
net.minecraftforge.common |
Uses of WeightedRandomItem in net.minecraft.enchantment |
---|
Subclasses of WeightedRandomItem in net.minecraft.enchantment | |
---|---|
class |
EnchantmentData
|
Uses of WeightedRandomItem in net.minecraft.util |
---|
Subclasses of WeightedRandomItem in net.minecraft.util | |
---|---|
class |
WeightedRandomChestContent
|
Methods in net.minecraft.util 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.util 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.minecraft.world.biome |
---|
Subclasses of WeightedRandomItem in net.minecraft.world.biome | |
---|---|
class |
SpawnListEntry
|
Uses of WeightedRandomItem in net.minecraftforge.common |
---|
Subclasses of WeightedRandomItem in net.minecraftforge.common | |
---|---|
static class |
DungeonHooks.DungeonLoot
Deprecated. |
static class |
DungeonHooks.DungeonMob
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |