Interface VecArgument

All Superinterfaces:
ArgumentInf, SimpleArgument<Position<CommandSourceStack>>

@NullMarked @Deprecated(since="1.21.7", forRemoval=true) public interface VecArgument extends SimpleArgument<Position<CommandSourceStack>>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(com.mojang.brigadier.arguments.ArgumentType<?> type, Function<Boolean,com.mojang.brigadier.arguments.ArgumentType<?>> center, VecArgument.PositionResolver resolver)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    com.mojang.brigadier.arguments.ArgumentType<?>
    get(boolean centerIntegers)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from interface moe.caramel.daydream.brigadier.argument.ArgumentInf

    get

    Methods inherited from interface moe.caramel.daydream.brigadier.argument.SimpleArgument

    getData
  • Method Details

    • get

      com.mojang.brigadier.arguments.ArgumentType<?> get(boolean centerIntegers)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • create

      @Internal static VecArgument create(com.mojang.brigadier.arguments.ArgumentType<?> type, Function<Boolean,com.mojang.brigadier.arguments.ArgumentType<?>> center, VecArgument.PositionResolver resolver)
      Deprecated, for removal: This API element is subject to removal in a future version.