Package net.minecraft.data.server
Class BarterLootTableGenerator
java.lang.Object
net.minecraft.data.server.BarterLootTableGenerator
- All Implemented Interfaces:
Consumer<BiConsumer<Identifier,LootTable.Builder>>
public class BarterLootTableGenerator extends Object implements Consumer<BiConsumer<Identifier,LootTable.Builder>>
-
Constructor Summary
Constructors Constructor Description BarterLootTableGenerator()
-
Method Summary
Modifier and Type Method Description void
accept(BiConsumer<Identifier,LootTable.Builder> biConsumer)
-
Constructor Details
-
BarterLootTableGenerator
public BarterLootTableGenerator()
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<BiConsumer<Identifier,LootTable.Builder>>
-