Package net.minecraft.server.command
Interface DataCommand.ModifyOperation
- Enclosing class:
DataCommand
private static interface DataCommand.ModifyOperation
- Mappings:
Namespace Name official ahk$a
intermediary net/minecraft/class_3164$class_3165
named net/minecraft/server/command/DataCommand$ModifyOperation
-
Method Summary
Modifier and TypeMethodDescriptionint
modify
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, NbtCompound sourceNbt, NbtPathArgumentType.NbtPath path, List<NbtElement> elements)
-
Method Details
-
modify
int 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
Lahk$a;modify(Lcom/mojang/brigadier/context/CommandContext;Lre;Leg$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
-