Package net.minecraft.command.impl
Interface LootCommand.ISourceArgumentBuilder
-
- 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 static interface LootCommand.ISourceArgumentBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>
construct(com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> p_construct_1_, LootCommand.ITargetHandler p_construct_2_)
-
-
-
Method Detail
-
construct
com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> construct(com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> p_construct_1_, LootCommand.ITargetHandler p_construct_2_)
-
-