Interface FillCommand.OptionalArgumentResolver<T,R>

Enclosing class:
FillCommand
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 FillCommand.OptionalArgumentResolver<T,R>
Mappings:
Namespace Name
named net/minecraft/server/command/FillCommand$OptionalArgumentResolver
intermediary net/minecraft/class_3057$class_10557
official anx$d
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    apply(T t)
     
  • Method Details Link icon

    • apply Link icon

      @Nullable R apply(T t) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException