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>>
- Mappings:
Namespace Name official in
intermediary net/minecraft/class_4845
named net/minecraft/data/server/BarterLootTableGenerator
-
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>>
- Mappings:
Namespace Name Mixin selector official a
Lin;a(Ljava/util/function/BiConsumer;)V
intermediary method_24818
Lnet/minecraft/class_4845;method_24818(Ljava/util/function/BiConsumer;)V
named accept
Lnet/minecraft/data/server/BarterLootTableGenerator;accept(Ljava/util/function/BiConsumer;)V
-