Package | Description |
---|---|
net.minecraft.enchantment | |
net.minecraft.tileentity | |
net.minecraft.util | |
net.minecraft.world.biome | |
net.minecraftforge.common |
Modifier and Type | Class and Description |
---|---|
class |
EnchantmentData |
Modifier and Type | Class and Description |
---|---|
class |
WeightedRandomMinecart |
Modifier and Type | Class and Description |
---|---|
class |
WeightedRandomChestContent |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SpawnListEntry |
Modifier and Type | Class and Description |
---|---|
static class |
DungeonHooks.DungeonMob |