Package net.minecraft.server.command
Interface DataCommand.ModifyOperation
- Enclosing class:
- DataCommand
private static interface DataCommand.ModifyOperation
- Mappings:
- Namespace - Name - official - afb$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- Lafb$a;modify(Lcom/mojang/brigadier/context/CommandContext;Lpj;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
 
 
-