Package | Description |
---|---|
net.minecraft.client.renderer.block.model | |
net.minecraft.enchantment | |
net.minecraft.util | |
net.minecraft.world.biome | |
net.minecraftforge.common |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
WeightedBakedModel.WeightedModel |
Modifier and Type | Class and Description |
---|---|
class |
EnchantmentData |
Modifier and Type | Class and Description |
---|---|
class |
WeightedSpawnerEntity |
Modifier and Type | Method and Description |
---|---|
static <T extends WeightedRandom.Item> |
WeightedRandom.getRandomItem(java.util.List<T> collection,
int weight) |
static <T extends WeightedRandom.Item> |
WeightedRandom.getRandomItem(java.util.Random random,
java.util.List<T> collection) |
static <T extends WeightedRandom.Item> |
WeightedRandom.getRandomItem(java.util.Random random,
java.util.List<T> collection,
int totalWeight) |
Modifier and Type | Method and Description |
---|---|
static int |
WeightedRandom.getTotalWeight(java.util.List<? extends WeightedRandom.Item> collection) |
Modifier and Type | Class and Description |
---|---|
static class |
Biome.FlowerEntry
Weighted random holder class used to hold possible flowers
that can spawn in this biome when bonemeal is used on grass.
|
static class |
Biome.SpawnListEntry |
Modifier and Type | Class and Description |
---|---|
static class |
BiomeManager.BiomeEntry |
static class |
DungeonHooks.DungeonMob |
(package private) static class |
ForgeHooks.SeedEntry |