| fmw | |
| net.minecraft.world.level.storage.loot.LootPool | |
| net.minecraft.class_55 | |
| net.minecraft.loot.LootPool |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public static final com.mojang.serialization.Codec<LootPool> |
| ||||||||
| private final List<LootPoolEntryContainer> |
| ||||||||
| private final List<LootItemCondition> |
| ||||||||
| private final Predicate<LootContext> |
| ||||||||
| private final List<LootItemFunction> |
| ||||||||
| private final BiFunction<ItemStack, LootContext, ItemStack> |
| ||||||||
| private final NumberProvider |
| ||||||||
| private final NumberProvider |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| (List<LootPoolEntryContainer> entries, List<LootItemCondition> conditions, List<LootItemFunction> functions, NumberProvider rolls, NumberProvider bonusRolls) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private void |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| public static LootPool$Builder |
|