Package net.minecraft.commands.arguments
Class TimeArgument
java.lang.Object
net.minecraft.commands.arguments.TimeArgument
- All Implemented Interfaces:
- com.mojang.brigadier.arguments.ArgumentType<Integer>
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeprivate static final Collection<String>(package private) final intprivate static final it.unimi.dsi.fastutil.objects.Object2IntMap<String>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_113044_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_113045_) parse(com.mojang.brigadier.StringReader p_113039_) static TimeArgumenttime()static TimeArgumenttime(int p_265722_) 
- 
Field Details- 
EXAMPLES
- 
ERROR_INVALID_UNITprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_INVALID_UNIT
- 
ERROR_TICK_COUNT_TOO_LOWprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ERROR_TICK_COUNT_TOO_LOW
- 
UNITS
- 
minimumfinal int minimum
 
- 
- 
Constructor Details- 
TimeArgumentprivate TimeArgument(int p_265107_) 
 
- 
- 
Method Details- 
time
- 
time
- 
parsepublic Integer parse(com.mojang.brigadier.StringReader p_113039_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- parsein interface- com.mojang.brigadier.arguments.ArgumentType<Integer>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
listSuggestionspublic <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_113044_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_113045_) - Specified by:
- listSuggestionsin interface- com.mojang.brigadier.arguments.ArgumentType<Integer>
 
- 
getExamples- Specified by:
- getExamplesin interface- com.mojang.brigadier.arguments.ArgumentType<Integer>
 
 
-