Interface TimeArgument

All Superinterfaces:
ArgumentInf, SimpleArgument<Integer>

@NullMarked public interface TimeArgument extends SimpleArgument<Integer>
  • Method Summary

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

    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(int minimum)