Class TimeArgument

java.lang.Object
net.minecraft.command.arguments.TimeArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Integer>

public class TimeArgument extends Object implements com.mojang.brigadier.arguments.ArgumentType<Integer>
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_INVALID_UNIT

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_INVALID_UNIT
    • ERROR_INVALID_TICK_COUNT

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_TICK_COUNT
    • UNITS

      private static final it.unimi.dsi.fastutil.objects.Object2IntMap<String> UNITS
  • Constructor Details

    • TimeArgument

      public TimeArgument()
  • Method Details

    • time

      public static TimeArgument time()
    • parse

      public Integer parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<Integer>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • listSuggestions

      public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<Integer>
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<Integer>