Interface LootContextParameterSet.DynamicDrop

Enclosing class:
LootContextParameterSet
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 LootContextParameterSet.DynamicDrop
Mappings:
Namespace Name
official dzn$b
intermediary net/minecraft/class_8567$class_49
named net/minecraft/loot/context/LootContextParameterSet$DynamicDrop
  • 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
      official add Ldzn$b;add(Ljava/util/function/Consumer;)V
      intermediary add Lnet/minecraft/class_8567$class_49;add(Ljava/util/function/Consumer;)V
      named add Lnet/minecraft/loot/context/LootContextParameterSet$DynamicDrop;add(Ljava/util/function/Consumer;)V