Package net.minecraft

Interface class_7791

All Known Implementing Classes:
BarterLootTableGenerator, BlockLootTableGenerator, ChestLootTableGenerator, class_7788, class_7789, class_7792, EntityLootTableGenerator, FishingLootTableGenerator, GiftLootTableGenerator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface class_7791
Mappings:
Namespace Name
official ju
intermediary net/minecraft/class_7791
named net/minecraft/class_7791
  • Method Details

    • generate

      void generate(BiConsumer<Identifier,LootTable.Builder> biConsumer)
      Mappings:
      Namespace Name Mixin selector
      official generate Lju;generate(Ljava/util/function/BiConsumer;)V
      intermediary method_10399 Lnet/minecraft/class_7791;method_10399(Ljava/util/function/BiConsumer;)V
      named generate Lnet/minecraft/class_7791;generate(Ljava/util/function/BiConsumer;)V