Interface DataCommand.ModifyOperation

Enclosing class:
DataCommand

static interface DataCommand.ModifyOperation
Mappings:
Namespace Name
official zq$a
intermediary net/minecraft/class_3164$class_3165
named net/minecraft/server/command/DataCommand$ModifyOperation
  • Method Details

    • modify

      int modify​(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, CompoundTag sourceTag, NbtPathArgumentType.NbtPath path, List<Tag> tags) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official modify Lzq$a;modify(Lcom/mojang/brigadier/context/CommandContext;Lmq;Ldr$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/CompoundTag;Lnet/minecraft/command/argument/NbtPathArgumentType$NbtPath;Ljava/util/List;)I