Package net.minecraft
Class class_10850<T>
java.lang.Object
net.minecraft.class_10850<T>
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<T>
- Direct Known Subclasses:
ItemPredicateArgumentType,NbtElementArgumentType,StyleArgumentType,TextArgumentType
public abstract class class_10850<T>
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<T>
- Mappings:
Namespace Name named net/minecraft/class_10850intermediary net/minecraft/class_10850official bqj
-
Field Summary
Fields -
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) 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
getExamples, parse
-
Field Details
-
field_57549
- Mappings:
Namespace Name Mixin selector named field_57549Lnet/minecraft/class_10850;field_57549:Lnet/minecraft/class_10846;intermediary field_57549Lnet/minecraft/class_10850;field_57549:Lnet/minecraft/class_10846;official aLbqj;a:Lbqe;
-
-
Constructor Details
-
class_10850
-
-
Method Details
-
parse
public T parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<T>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
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<T>
-