Package net.minecraft.server.command
Interface DataCommand.ModifyOperation
- Enclosing class:
- DataCommand
- 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 - agy$a- intermediary - net/minecraft/class_3164$class_3165- named - net/minecraft/server/command/DataCommand$ModifyOperation
- 
Method SummaryModifier and TypeMethodDescriptionintmodify(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, NbtCompound sourceNbt, NbtPathArgumentType.NbtPath path, List<NbtElement> elements) 
- 
Method Details- 
modifyint modify(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, NbtCompound sourceNbt, NbtPathArgumentType.NbtPath path, List<NbtElement> elements) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - modify- Lagy$a;modify(Lcom/mojang/brigadier/context/CommandContext;Lqr;Leh$g;Ljava/util/List;)I- intermediary - modify- Lnet/minecraft/class_3164$class_3165;modify(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_2487;Lnet/minecraft/class_2203$class_2209;Ljava/util/List;)I- named - modify- Lnet/minecraft/server/command/DataCommand$ModifyOperation;modify(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/command/argument/NbtPathArgumentType$NbtPath;Ljava/util/List;)I
 
 
-