Package net.minecraft
Class class_11199
java.lang.Object
net.minecraft.class_11199
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Integer>
public class class_11199
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<Integer>
- Mappings:
Namespace Name named net/minecraft/class_11199intermediary net/minecraft/class_11199official fb
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final Collection<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> commandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder) static class_11199static Integermethod_70760(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string) parse(com.mojang.brigadier.StringReader stringReader) 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
-
field_59770
- Mappings:
Namespace Name Mixin selector named field_59770Lnet/minecraft/class_11199;field_59770:Ljava/util/Collection;intermediary field_59770Lnet/minecraft/class_11199;field_59770:Ljava/util/Collection;official bLfb;b:Ljava/util/Collection;
-
field_59769
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType field_59769- Mappings:
Namespace Name Mixin selector named field_59769Lnet/minecraft/class_11199;field_59769:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_59769Lnet/minecraft/class_11199;field_59769:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;official aLfb;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
-
Constructor Details
-
class_11199
private class_11199()
-
-
Method Details
-
method_70758
- Mappings:
Namespace Name Mixin selector named method_70758Lnet/minecraft/class_11199;method_70758()Lnet/minecraft/class_11199;intermediary method_70758Lnet/minecraft/class_11199;method_70758()Lnet/minecraft/class_11199;official aLfb;a()Lfb;
-
method_70760
public static Integer method_70760(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string) - Mappings:
Namespace Name Mixin selector named method_70760Lnet/minecraft/class_11199;method_70760(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Integer;intermediary method_70760Lnet/minecraft/class_11199;method_70760(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Integer;official aLfb;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Integer;
-
parse
public Integer parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<Integer>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named parseLnet/minecraft/class_11199;parse(Lcom/mojang/brigadier/StringReader;)Ljava/lang/Integer;intermediary method_70759Lnet/minecraft/class_11199;method_70759(Lcom/mojang/brigadier/StringReader;)Ljava/lang/Integer;official aLfb;a(Lcom/mojang/brigadier/StringReader;)Ljava/lang/Integer;
-
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> commandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder) - Specified by:
listSuggestionsin interfacecom.mojang.brigadier.arguments.ArgumentType<Integer>
-
getExamples
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<Integer>
-