Interface LootCommand.Target

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 private static interface LootCommand.Target
Mappings:
Namespace Name
official aep$b
intermediary net/minecraft/class_3039$class_3041
named net/minecraft/server/command/LootCommand$Target
  • Method Details

    • accept

      int accept(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, List<ItemStack> items, LootCommand.FeedbackMessage messageSender) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official accept Laep$b;accept(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Laep$a;)I
      intermediary accept Lnet/minecraft/class_3039$class_3041;accept(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/class_3039$class_3040;)I
      named accept Lnet/minecraft/server/command/LootCommand$Target;accept(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/server/command/LootCommand$FeedbackMessage;)I