Package net.minecraft.command.arguments
Class EntityAnchorArgument
- java.lang.Object
-
- net.minecraft.command.arguments.EntityAnchorArgument
-
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>
public class EntityAnchorArgument extends java.lang.Object implements com.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityAnchorArgument.Type
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeERROR_INVALIDprivate static java.util.Collection<java.lang.String>EXAMPLES
-
Constructor Summary
Constructors Constructor Description EntityAnchorArgument()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntityAnchorArgumentanchor()static EntityAnchorArgument.TypegetAnchor(com.mojang.brigadier.context.CommandContext<CommandSource> p_201023_0_, java.lang.String p_201023_1_)java.util.Collection<java.lang.String>getExamples()<S> java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_)EntityAnchorArgument.Typeparse(com.mojang.brigadier.StringReader p_parse_1_)
-
-
-
Method Detail
-
getAnchor
public static EntityAnchorArgument.Type getAnchor(com.mojang.brigadier.context.CommandContext<CommandSource> p_201023_0_, java.lang.String p_201023_1_)
-
anchor
public static EntityAnchorArgument anchor()
-
parse
public EntityAnchorArgument.Type parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
listSuggestions
public <S> java.util.concurrent.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:
listSuggestionsin interfacecom.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>
-
getExamples
public java.util.Collection<java.lang.String> getExamples()
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>
-
-