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 class
EntityAnchorArgument.Type
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType
ERROR_INVALID
private 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 EntityAnchorArgument
anchor()
static EntityAnchorArgument.Type
getAnchor(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.Type
parse(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:
parse
in 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:
listSuggestions
in interfacecom.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>
-
getExamples
public java.util.Collection<java.lang.String> getExamples()
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>
-
-