Package net.minecraft.command.arguments
Class BlockPosArgument
- java.lang.Object
-
- net.minecraft.command.arguments.BlockPosArgument
-
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
public class BlockPosArgument extends java.lang.Object implements com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeERROR_NOT_LOADEDstatic com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeERROR_OUT_OF_WORLDprivate static java.util.Collection<java.lang.String>EXAMPLES
-
Constructor Summary
Constructors Constructor Description BlockPosArgument()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlockPosArgumentblockPos()java.util.Collection<java.lang.String>getExamples()static BlockPosgetLoadedBlockPos(com.mojang.brigadier.context.CommandContext<CommandSource> p_197273_0_, java.lang.String p_197273_1_)static BlockPosgetOrLoadBlockPos(com.mojang.brigadier.context.CommandContext<CommandSource> p_197274_0_, java.lang.String p_197274_1_)<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_)ILocationArgumentparse(com.mojang.brigadier.StringReader p_parse_1_)
-
-
-
Field Detail
-
EXAMPLES
private static final java.util.Collection<java.lang.String> EXAMPLES
-
ERROR_NOT_LOADED
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_LOADED
-
ERROR_OUT_OF_WORLD
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_OUT_OF_WORLD
-
-
Method Detail
-
blockPos
public static BlockPosArgument blockPos()
-
getLoadedBlockPos
public static BlockPos getLoadedBlockPos(com.mojang.brigadier.context.CommandContext<CommandSource> p_197273_0_, java.lang.String p_197273_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getOrLoadBlockPos
public static BlockPos getOrLoadBlockPos(com.mojang.brigadier.context.CommandContext<CommandSource> p_197274_0_, java.lang.String p_197274_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
parse
public ILocationArgument parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<ILocationArgument>- 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<ILocationArgument>
-
getExamples
public java.util.Collection<java.lang.String> getExamples()
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
-
-