Interface LootCommand.FeedbackMessage

Enclosing class:
LootCommand
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
static interface LootCommand.FeedbackMessage
Mappings:
Namespace Name
official yc$a
intermediary net/minecraft/class_3039$class_3040
named net/minecraft/server/command/LootCommand$FeedbackMessage
  • Method Summary

    Modifier and Type Method Description
    void accept​(List<ItemStack> items)  
  • Method Details

    • accept

      void accept​(List<ItemStack> items) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official accept Lyc$a;accept(Ljava/util/List;)V
      intermediary accept Lnet/minecraft/class_3039$class_3040;accept(Ljava/util/List;)V
      named accept Lnet/minecraft/server/command/LootCommand$FeedbackMessage;accept(Ljava/util/List;)V