Package net.minecraft.command.argument
Class BlockPosArgumentType
java.lang.Object
net.minecraft.command.argument.BlockPosArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<PosArgument>
public class BlockPosArgumentType
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Mappings:
Namespace Name official fm
intermediary net/minecraft/class_2262
named net/minecraft/command/argument/BlockPosArgumentType
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Collection<String>
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlockPosArgumentType
blockPos()
static BlockPos
getBlockPos
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static BlockPos
getLoadedBlockPos
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static BlockPos
getLoadedBlockPos
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, ServerWorld world, String name) static BlockPos
getValidBlockPos
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions
(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) parse
(com.mojang.brigadier.StringReader stringReader)
-
Field Details
-
EXAMPLES
- Mappings:
Namespace Name Mixin selector official d
Lfm;d:Ljava/util/Collection;
intermediary field_10702
Lnet/minecraft/class_2262;field_10702:Ljava/util/Collection;
named EXAMPLES
Lnet/minecraft/command/argument/BlockPosArgumentType;EXAMPLES:Ljava/util/Collection;
-
UNLOADED_EXCEPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType UNLOADED_EXCEPTION- Mappings:
Namespace Name Mixin selector official a
Lfm;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_10703
Lnet/minecraft/class_2262;field_10703:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named UNLOADED_EXCEPTION
Lnet/minecraft/command/argument/BlockPosArgumentType;UNLOADED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
OUT_OF_WORLD_EXCEPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType OUT_OF_WORLD_EXCEPTION- Mappings:
Namespace Name Mixin selector official b
Lfm;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_10704
Lnet/minecraft/class_2262;field_10704:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named OUT_OF_WORLD_EXCEPTION
Lnet/minecraft/command/argument/BlockPosArgumentType;OUT_OF_WORLD_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
OUT_OF_BOUNDS_EXCEPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType OUT_OF_BOUNDS_EXCEPTION- Mappings:
Namespace Name Mixin selector official c
Lfm;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_29499
Lnet/minecraft/class_2262;field_29499:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named OUT_OF_BOUNDS_EXCEPTION
Lnet/minecraft/command/argument/BlockPosArgumentType;OUT_OF_BOUNDS_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
BlockPosArgumentType
public BlockPosArgumentType()
-
-
Method Details
-
blockPos
- Mappings:
Namespace Name Mixin selector official a
Lfm;a()Lfm;
intermediary method_9698
Lnet/minecraft/class_2262;method_9698()Lnet/minecraft/class_2262;
named blockPos
Lnet/minecraft/command/argument/BlockPosArgumentType;blockPos()Lnet/minecraft/command/argument/BlockPosArgumentType;
-
getLoadedBlockPos
public static BlockPos getLoadedBlockPos(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lfm;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lhx;
intermediary method_9696
Lnet/minecraft/class_2262;method_9696(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2338;
named getLoadedBlockPos
Lnet/minecraft/command/argument/BlockPosArgumentType;getLoadedBlockPos(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/util/math/BlockPos;
-
getLoadedBlockPos
public static BlockPos getLoadedBlockPos(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, ServerWorld world, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lfm;a(Lcom/mojang/brigadier/context/CommandContext;Land;Ljava/lang/String;)Lhx;
intermediary method_48298
Lnet/minecraft/class_2262;method_48298(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_3218;Ljava/lang/String;)Lnet/minecraft/class_2338;
named getLoadedBlockPos
Lnet/minecraft/command/argument/BlockPosArgumentType;getLoadedBlockPos(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/server/world/ServerWorld;Ljava/lang/String;)Lnet/minecraft/util/math/BlockPos;
-
getBlockPos
public static BlockPos getBlockPos(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) - Mappings:
Namespace Name Mixin selector official b
Lfm;b(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lhx;
intermediary method_48299
Lnet/minecraft/class_2262;method_48299(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2338;
named getBlockPos
Lnet/minecraft/command/argument/BlockPosArgumentType;getBlockPos(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/util/math/BlockPos;
-
getValidBlockPos
public static BlockPos getValidBlockPos(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official c
Lfm;c(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lhx;
intermediary method_9697
Lnet/minecraft/class_2262;method_9697(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2338;
named getValidBlockPos
Lnet/minecraft/command/argument/BlockPosArgumentType;getValidBlockPos(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/util/math/BlockPos;
-
parse
public PosArgument parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lfm;a(Lcom/mojang/brigadier/StringReader;)Lfo;
intermediary method_9699
Lnet/minecraft/class_2262;method_9699(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2267;
named parse
Lnet/minecraft/command/argument/BlockPosArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/command/argument/PosArgument;
-
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Specified by:
listSuggestions
in interfacecom.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Mappings:
Namespace Name Mixin selector official listSuggestions
Lfm;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary listSuggestions
Lnet/minecraft/class_2262;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
named listSuggestions
Lnet/minecraft/command/argument/BlockPosArgumentType;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<PosArgument>
-