| net.minecraft.advancements.AdvancementRewards | |
| net.minecraft.advancements.AdvancementRewards | |
| net.minecraft.class_170 | |
| net.minecraft.advancement.AdvancementRewards |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final int |
| ||||||||
| private final List<RegistryKey<LootTable>> |
| ||||||||
| private final List<RegistryKey<Recipe<?>>> |
| ||||||||
| private final Optional<LazyContainer> |
| ||||||||
| public static final com.mojang.serialization.Codec<AdvancementRewards> |
| ||||||||
| public static final AdvancementRewards |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (int experience, List<RegistryKey<LootTable>> loot, List<RegistryKey<Recipe<?>>> recipes, Optional<LazyContainer> function) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public void |
| ||||||||
| public int |
| ||||||||
| public List<RegistryKey<LootTable>> |
| ||||||||
| public List<RegistryKey<Recipe<?>>> |
| ||||||||
| public Optional<LazyContainer> |
|