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 official ajw$b
intermediary net/minecraft/class_3039$class_3041
named net/minecraft/server/command/LootCommand$Target
-
Method Summary
Modifier and TypeMethodDescriptionint
accept
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, List<ItemStack> items, LootCommand.FeedbackMessage messageSender)
-
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
Lajw$b;accept(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lajw$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
-