Interface LootCommand.SourceConstructor

Enclosing class:
LootCommand
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface LootCommand.SourceConstructor
Mappings:
Namespace Name
official aep$c
intermediary net/minecraft/class_3039$class_3042
named net/minecraft/server/command/LootCommand$SourceConstructor
  • Method Details

    • construct

      com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> construct(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> builder, LootCommand.Target target)
      Mappings:
      Namespace Name Mixin selector
      official construct Laep$c;construct(Lcom/mojang/brigadier/builder/ArgumentBuilder;Laep$b;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
      intermediary construct Lnet/minecraft/class_3039$class_3042;construct(Lcom/mojang/brigadier/builder/ArgumentBuilder;Lnet/minecraft/class_3039$class_3041;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
      named construct Lnet/minecraft/server/command/LootCommand$SourceConstructor;construct(Lcom/mojang/brigadier/builder/ArgumentBuilder;Lnet/minecraft/server/command/LootCommand$Target;)Lcom/mojang/brigadier/builder/ArgumentBuilder;