Package net.minecraft.server.command
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.
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/LootCommand$Target- intermediary - net/minecraft/class_3039$class_3041- official - aom$b
- 
Method SummaryModifier and TypeMethodDescriptionintaccept(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, List<ItemStack> items, LootCommand.FeedbackMessage messageSender) 
- 
Method Details- 
acceptint 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 - named - accept- Lnet/minecraft/server/command/LootCommand$Target;accept(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/server/command/LootCommand$FeedbackMessage;)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- official - accept- Laom$b;accept(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Laom$a;)I
 
 
-