Interface ArgumentVisitor.Output<S>

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

@FunctionalInterface public static interface ArgumentVisitor.Output<S>
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> void
    accept(com.mojang.brigadier.context.CommandContextBuilder<S> context, com.mojang.brigadier.tree.ArgumentCommandNode<S,T> argument, @Nullable com.mojang.brigadier.context.ParsedArgument<S,T> value)
     
  • Method Details

    • accept

      <T> void accept(com.mojang.brigadier.context.CommandContextBuilder<S> context, com.mojang.brigadier.tree.ArgumentCommandNode<S,T> argument, @Nullable com.mojang.brigadier.context.ParsedArgument<S,T> value)