Interface LootWorldContext.DynamicDrop

Enclosing class:
LootWorldContext
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 static interface LootWorldContext.DynamicDrop
Mappings:
Namespace Name
named net/minecraft/loot/context/LootWorldContext$DynamicDrop
intermediary net/minecraft/class_8567$class_49
official ewr$b
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Consumer<ItemStack> lootConsumer)
     
  • Method Details

    • add

      void add(Consumer<ItemStack> lootConsumer)
      Mappings:
      Namespace Name Mixin selector
      named add Lnet/minecraft/loot/context/LootWorldContext$DynamicDrop;add(Ljava/util/function/Consumer;)V
      intermediary add Lnet/minecraft/class_8567$class_49;add(Ljava/util/function/Consumer;)V
      official add Lewr$b;add(Ljava/util/function/Consumer;)V