public class EntityAnchorArgument extends java.lang.Object implements com.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>
| 修飾子とタイプ | クラスと説明 | 
|---|---|
| static class  | EntityAnchorArgument.Type | 
| コンストラクタと説明 | 
|---|
| EntityAnchorArgument() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static EntityAnchorArgument | entityAnchor() | 
| static EntityAnchorArgument.Type | getEntityAnchor(com.mojang.brigadier.context.CommandContext<CommandSource> context,
               java.lang.String name) | 
| 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_) | 
public static EntityAnchorArgument.Type getEntityAnchor(com.mojang.brigadier.context.CommandContext<CommandSource> context, java.lang.String name)
public static EntityAnchorArgument entityAnchor()
public EntityAnchorArgument.Type parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
parse インタフェース内 com.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>com.mojang.brigadier.exceptions.CommandSyntaxExceptionpublic <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_)
listSuggestions インタフェース内 com.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>public java.util.Collection<java.lang.String> getExamples()
getExamples インタフェース内 com.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>