Interface DataCommand.ModifyArgumentCreator

Enclosing class:
DataCommand

private static interface DataCommand.ModifyArgumentCreator
Mappings:
Namespace Name
official agh$b
intermediary net/minecraft/class_3164$class_3166
named net/minecraft/server/command/DataCommand$ModifyArgumentCreator
  • Method Details

    • create

      com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> create(DataCommand.ModifyOperation modifier)
      Mappings:
      Namespace Name Mixin selector
      official create Lagh$b;create(Lagh$a;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
      intermediary create Lnet/minecraft/class_3164$class_3166;create(Lnet/minecraft/class_3164$class_3165;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
      named create Lnet/minecraft/server/command/DataCommand$ModifyArgumentCreator;create(Lnet/minecraft/server/command/DataCommand$ModifyOperation;)Lcom/mojang/brigadier/builder/ArgumentBuilder;