| Package | Description |
|---|---|
| net.minecraft.client.renderer.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 |
static class |
Biome.SpawnListEntry |
| Modifier and Type | Class and Description |
|---|---|
static class |
BiomeManager.BiomeEntry |
static class |
DungeonHooks.DungeonMob |