Interface VecArgument

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

@NullMarked public interface VecArgument extends SimpleArgument<Position<CommandSourceStack>>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.brigadier.arguments.ArgumentType<?>
    get(boolean centerIntegers)
     

    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)