| dbe | |
| net.minecraft.world.level.storage.loot.ValidationContext | |
| net.minecraft.class_58 | |
| net.minecraft.loot.LootTableReporter | |
| net.minecraft.loot.ValidationTracker | |
| net.minecraft.server.v1_16_R1.LootCollector |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final com.google.common.collect.Multimap<String, String> |
| ||||||||||
| private final Supplier<String> |
| ||||||||||
| private final LootContextParamSet |
| ||||||||||
| private final Function<ResourceLocation, LootItemCondition> |
| ||||||||||
| private final Set<ResourceLocation> |
| ||||||||||
| private final Function<ResourceLocation, LootTable> |
| ||||||||||
| private final Set<ResourceLocation> |
| ||||||||||
| private String |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (LootContextParamSet contextType, Function<ResourceLocation, LootItemCondition> conditionGetter, Function<ResourceLocation, LootTable> tableFactory) |
| public | (com.google.common.collect.Multimap<String, String> messages, Supplier<String> nameFactory, LootContextParamSet contextType, Function<ResourceLocation, LootItemCondition> conditionGetter, Set<ResourceLocation> conditions, Function<ResourceLocation, LootTable> tableGetter, Set<ResourceLocation> tables) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private String |
| ||||||||||
| public void |
| ||||||||||
| public ValidationContext |
| ||||||||||
| public ValidationContext |
| ||||||||||
| public ValidationContext |
| ||||||||||
| public boolean |
| ||||||||||
| public boolean |
| ||||||||||
| public com.google.common.collect.Multimap<String, String> |
| ||||||||||
| public void |
| ||||||||||
| public LootTable |
| ||||||||||
| public LootItemCondition |
| ||||||||||
| public ValidationContext |
|