File size: 320 Bytes
d46f4a3
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
package net.minecraft.data.loot;

import java.util.function.BiConsumer;
import net.minecraft.resources.ResourceKey;
import net.minecraft.world.level.storage.loot.LootTable;

@FunctionalInterface
public interface LootTableSubProvider {
    void generate(BiConsumer<ResourceKey<LootTable>, LootTable.Builder> p_249643_);
}