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 Summary
Nested Classes -
Field Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> pContext, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder) parse(com.mojang.brigadier.StringReader pReader) static TimeArgumenttime()static TimeArgumenttime(int pMinimum) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentType
parse
-
Field Details
-
EXAMPLES
-
ERROR_INVALID_UNIT
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_INVALID_UNIT -
ERROR_TICK_COUNT_TOO_LOW
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ERROR_TICK_COUNT_TOO_LOW -
UNITS
-
minimum
final int minimum
-
-
Constructor Details
-
TimeArgument
private TimeArgument(int pMinimum)
-
-
Method Details
-
time
-
time
-
parse
public Integer parse(com.mojang.brigadier.StringReader pReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parsein interfacecom.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> pContext, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder) - Specified by:
listSuggestionsin interfacecom.mojang.brigadier.arguments.ArgumentType<Integer>
-
getExamples
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<Integer>
-