Package net.minecraft.command.argument
Class BlockArgumentParser
java.lang.Object
net.minecraft.command.argument.BlockArgumentParser
- Mappings:
Namespace Name named net/minecraft/command/argument/BlockArgumentParser
intermediary net/minecraft/class_2259
official gj
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
static final record
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private final boolean
private Identifier
private final Map
<Property<?>, Comparable<?>> private @Nullable BlockState
private @Nullable NbtCompound
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
static final com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType
private static final char
private static final char
private static final char
private static final char
private static final char
private final com.mojang.brigadier.StringReader
private final RegistryWrapper
<Block> private @Nullable StateManager
<Block, BlockState> private static final Function
<com.mojang.brigadier.suggestion.SuggestionsBuilder, CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>> private Function
<com.mojang.brigadier.suggestion.SuggestionsBuilder, CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>> private static final char
private @Nullable RegistryEntryList
<Block> static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
-
Constructor Summary
ModifierConstructorDescriptionprivate
BlockArgumentParser
(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowTag, boolean allowSnbt) -
Method Summary
Modifier and TypeMethodDescriptionblock
(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowSnbt) block
(RegistryWrapper<Block> registryWrapper, String string, boolean allowSnbt) static com.mojang.datafixers.util.Either
<BlockArgumentParser.BlockResult, BlockArgumentParser.TagResult> blockOrTag
(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowSnbt) static com.mojang.datafixers.util.Either
<BlockArgumentParser.BlockResult, BlockArgumentParser.TagResult> blockOrTag
(RegistryWrapper<Block> registryWrapper, String string, boolean allowSnbt) static CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> getSuggestions
(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, boolean allowTag, boolean allowSnbt) private boolean
private void
parse()
private void
private void
private <T extends Comparable<T>>
voidparsePropertyValue
(Property<T> property, String value, int cursor) private void
private void
private void
static String
stringifyBlockState
(BlockState state) private static <T extends Comparable<T>>
voidstringifyProperty
(StringBuilder builder, Property<T> property, Comparable<?> value) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestBlockId
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestBlockOrTagId
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestBlockProperties
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestBlockPropertiesOrEnd
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestCommaOrEnd
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestEqualsCharacter
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestIdentifiers
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private static <T extends Comparable<T>>
com.mojang.brigadier.suggestion.SuggestionsBuildersuggestPropertyValues
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Property<T> property) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestSnbt
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestSnbtOrBlockProperties
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestSnbtOrTagProperties
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestTagProperties
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestTagPropertiesOrEnd
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) private CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> suggestTagPropertyValues
(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, String name)
-
Field Details
-
DISALLOWED_TAG_EXCEPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DISALLOWED_TAG_EXCEPTION- Mappings:
Namespace Name Mixin selector named DISALLOWED_TAG_EXCEPTION
Lnet/minecraft/command/argument/BlockArgumentParser;DISALLOWED_TAG_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_10691
Lnet/minecraft/class_2259;field_10691:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
official a
Lgj;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
INVALID_BLOCK_ID_EXCEPTION
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_BLOCK_ID_EXCEPTION- Mappings:
Namespace Name Mixin selector named INVALID_BLOCK_ID_EXCEPTION
Lnet/minecraft/command/argument/BlockArgumentParser;INVALID_BLOCK_ID_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_10690
Lnet/minecraft/class_2259;field_10690:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
official b
Lgj;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
UNKNOWN_PROPERTY_EXCEPTION
public static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType UNKNOWN_PROPERTY_EXCEPTION- Mappings:
Namespace Name Mixin selector named UNKNOWN_PROPERTY_EXCEPTION
Lnet/minecraft/command/argument/BlockArgumentParser;UNKNOWN_PROPERTY_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_10695
Lnet/minecraft/class_2259;field_10695:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
official c
Lgj;c:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
DUPLICATE_PROPERTY_EXCEPTION
public static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType DUPLICATE_PROPERTY_EXCEPTION- Mappings:
Namespace Name Mixin selector named DUPLICATE_PROPERTY_EXCEPTION
Lnet/minecraft/command/argument/BlockArgumentParser;DUPLICATE_PROPERTY_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_10692
Lnet/minecraft/class_2259;field_10692:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
official d
Lgj;d:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
INVALID_PROPERTY_EXCEPTION
public static final com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType INVALID_PROPERTY_EXCEPTION- Mappings:
Namespace Name Mixin selector named INVALID_PROPERTY_EXCEPTION
Lnet/minecraft/command/argument/BlockArgumentParser;INVALID_PROPERTY_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic3CommandExceptionType;
intermediary field_10683
Lnet/minecraft/class_2259;field_10683:Lcom/mojang/brigadier/exceptions/Dynamic3CommandExceptionType;
official e
Lgj;e:Lcom/mojang/brigadier/exceptions/Dynamic3CommandExceptionType;
-
EMPTY_PROPERTY_EXCEPTION
public static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType EMPTY_PROPERTY_EXCEPTION- Mappings:
Namespace Name Mixin selector named EMPTY_PROPERTY_EXCEPTION
Lnet/minecraft/command/argument/BlockArgumentParser;EMPTY_PROPERTY_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_10688
Lnet/minecraft/class_2259;field_10688:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
official f
Lgj;f:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
UNCLOSED_PROPERTIES_EXCEPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType UNCLOSED_PROPERTIES_EXCEPTION- Mappings:
Namespace Name Mixin selector named UNCLOSED_PROPERTIES_EXCEPTION
Lnet/minecraft/command/argument/BlockArgumentParser;UNCLOSED_PROPERTIES_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_10684
Lnet/minecraft/class_2259;field_10684:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
official g
Lgj;g:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
UNKNOWN_BLOCK_TAG_EXCEPTION
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType UNKNOWN_BLOCK_TAG_EXCEPTION- Mappings:
Namespace Name Mixin selector named UNKNOWN_BLOCK_TAG_EXCEPTION
Lnet/minecraft/command/argument/BlockArgumentParser;UNKNOWN_BLOCK_TAG_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_37965
Lnet/minecraft/class_2259;field_37965:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
official h
Lgj;h:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
PROPERTIES_OPENING
private static final char PROPERTIES_OPENING- See Also:
- Mappings:
Namespace Name Mixin selector named PROPERTIES_OPENING
Lnet/minecraft/command/argument/BlockArgumentParser;PROPERTIES_OPENING:C
intermediary field_32800
Lnet/minecraft/class_2259;field_32800:C
official i
Lgj;i:C
-
NBT_OPENING
private static final char NBT_OPENING- See Also:
- Mappings:
Namespace Name Mixin selector named NBT_OPENING
Lnet/minecraft/command/argument/BlockArgumentParser;NBT_OPENING:C
intermediary field_32801
Lnet/minecraft/class_2259;field_32801:C
official j
Lgj;j:C
-
PROPERTIES_CLOSING
private static final char PROPERTIES_CLOSING- See Also:
- Mappings:
Namespace Name Mixin selector named PROPERTIES_CLOSING
Lnet/minecraft/command/argument/BlockArgumentParser;PROPERTIES_CLOSING:C
intermediary field_32802
Lnet/minecraft/class_2259;field_32802:C
official k
Lgj;k:C
-
PROPERTY_DEFINER
private static final char PROPERTY_DEFINER- See Also:
- Mappings:
Namespace Name Mixin selector named PROPERTY_DEFINER
Lnet/minecraft/command/argument/BlockArgumentParser;PROPERTY_DEFINER:C
intermediary field_32803
Lnet/minecraft/class_2259;field_32803:C
official l
Lgj;l:C
-
PROPERTY_SEPARATOR
private static final char PROPERTY_SEPARATOR- See Also:
- Mappings:
Namespace Name Mixin selector named PROPERTY_SEPARATOR
Lnet/minecraft/command/argument/BlockArgumentParser;PROPERTY_SEPARATOR:C
intermediary field_32804
Lnet/minecraft/class_2259;field_32804:C
official m
Lgj;m:C
-
TAG_PREFIX
private static final char TAG_PREFIX- See Also:
- Mappings:
Namespace Name Mixin selector named TAG_PREFIX
Lnet/minecraft/command/argument/BlockArgumentParser;TAG_PREFIX:C
intermediary field_32805
Lnet/minecraft/class_2259;field_32805:C
official n
Lgj;n:C
-
SUGGEST_DEFAULT
private static final Function<com.mojang.brigadier.suggestion.SuggestionsBuilder,CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>> SUGGEST_DEFAULT- Mappings:
Namespace Name Mixin selector named SUGGEST_DEFAULT
Lnet/minecraft/command/argument/BlockArgumentParser;SUGGEST_DEFAULT:Ljava/util/function/Function;
intermediary field_10682
Lnet/minecraft/class_2259;field_10682:Ljava/util/function/Function;
official o
Lgj;o:Ljava/util/function/Function;
-
registryWrapper
- Mappings:
Namespace Name Mixin selector named registryWrapper
Lnet/minecraft/command/argument/BlockArgumentParser;registryWrapper:Lnet/minecraft/registry/RegistryWrapper;
intermediary field_37966
Lnet/minecraft/class_2259;field_37966:Lnet/minecraft/class_7225;
official p
Lgj;p:Ljk;
-
reader
private final com.mojang.brigadier.StringReader reader- Mappings:
Namespace Name Mixin selector named reader
Lnet/minecraft/command/argument/BlockArgumentParser;reader:Lcom/mojang/brigadier/StringReader;
intermediary field_10698
Lnet/minecraft/class_2259;field_10698:Lcom/mojang/brigadier/StringReader;
official q
Lgj;q:Lcom/mojang/brigadier/StringReader;
-
allowTag
private final boolean allowTag- Mappings:
Namespace Name Mixin selector named allowTag
Lnet/minecraft/command/argument/BlockArgumentParser;allowTag:Z
intermediary field_10687
Lnet/minecraft/class_2259;field_10687:Z
official r
Lgj;r:Z
-
allowSnbt
private final boolean allowSnbt- Mappings:
Namespace Name Mixin selector named allowSnbt
Lnet/minecraft/command/argument/BlockArgumentParser;allowSnbt:Z
intermediary field_37967
Lnet/minecraft/class_2259;field_37967:Z
official s
Lgj;s:Z
-
blockProperties
- Mappings:
Namespace Name Mixin selector named blockProperties
Lnet/minecraft/command/argument/BlockArgumentParser;blockProperties:Ljava/util/Map;
intermediary field_10699
Lnet/minecraft/class_2259;field_10699:Ljava/util/Map;
official t
Lgj;t:Ljava/util/Map;
-
tagProperties
- Mappings:
Namespace Name Mixin selector named tagProperties
Lnet/minecraft/command/argument/BlockArgumentParser;tagProperties:Ljava/util/Map;
intermediary field_10685
Lnet/minecraft/class_2259;field_10685:Ljava/util/Map;
official u
Lgj;u:Ljava/util/Map;
-
blockId
- Mappings:
Namespace Name Mixin selector named blockId
Lnet/minecraft/command/argument/BlockArgumentParser;blockId:Lnet/minecraft/util/Identifier;
intermediary field_10697
Lnet/minecraft/class_2259;field_10697:Lnet/minecraft/class_2960;
official v
Lgj;v:Lalf;
-
stateFactory
- Mappings:
Namespace Name Mixin selector named stateFactory
Lnet/minecraft/command/argument/BlockArgumentParser;stateFactory:Lnet/minecraft/state/StateManager;
intermediary field_10689
Lnet/minecraft/class_2259;field_10689:Lnet/minecraft/class_2689;
official w
Lgj;w:Ldsf;
-
blockState
- Mappings:
Namespace Name Mixin selector named blockState
Lnet/minecraft/command/argument/BlockArgumentParser;blockState:Lnet/minecraft/block/BlockState;
intermediary field_10686
Lnet/minecraft/class_2259;field_10686:Lnet/minecraft/class_2680;
official x
Lgj;x:Ldse;
-
data
- Mappings:
Namespace Name Mixin selector named data
Lnet/minecraft/command/argument/BlockArgumentParser;data:Lnet/minecraft/nbt/NbtCompound;
intermediary field_10693
Lnet/minecraft/class_2259;field_10693:Lnet/minecraft/class_2487;
official y
Lgj;y:Lus;
-
tagId
- Mappings:
Namespace Name Mixin selector named tagId
Lnet/minecraft/command/argument/BlockArgumentParser;tagId:Lnet/minecraft/registry/entry/RegistryEntryList;
intermediary field_10681
Lnet/minecraft/class_2259;field_10681:Lnet/minecraft/class_6885;
official z
Lgj;z:Ljm;
-
suggestions
private Function<com.mojang.brigadier.suggestion.SuggestionsBuilder,CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>> suggestions- Mappings:
Namespace Name Mixin selector named suggestions
Lnet/minecraft/command/argument/BlockArgumentParser;suggestions:Ljava/util/function/Function;
intermediary field_10696
Lnet/minecraft/class_2259;field_10696:Ljava/util/function/Function;
official A
Lgj;A:Ljava/util/function/Function;
-
-
Constructor Details
-
BlockArgumentParser
private BlockArgumentParser(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowTag, boolean allowSnbt) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/command/argument/BlockArgumentParser;<init>(Lnet/minecraft/registry/RegistryWrapper;Lcom/mojang/brigadier/StringReader;ZZ)V
intermediary <init>
Lnet/minecraft/class_2259;<init>(Lnet/minecraft/class_7225;Lcom/mojang/brigadier/StringReader;ZZ)V
official <init>
Lgj;<init>(Ljk;Lcom/mojang/brigadier/StringReader;ZZ)V
-
-
Method Details
-
block
public static BlockArgumentParser.BlockResult block(RegistryWrapper<Block> registryWrapper, String string, boolean allowSnbt) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named block
Lnet/minecraft/command/argument/BlockArgumentParser;block(Lnet/minecraft/registry/RegistryWrapper;Ljava/lang/String;Z)Lnet/minecraft/command/argument/BlockArgumentParser$BlockResult;
intermediary method_41957
Lnet/minecraft/class_2259;method_41957(Lnet/minecraft/class_7225;Ljava/lang/String;Z)Lnet/minecraft/class_2259$class_7211;
official a
Lgj;a(Ljk;Ljava/lang/String;Z)Lgj$a;
-
block
public static BlockArgumentParser.BlockResult block(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowSnbt) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named block
Lnet/minecraft/command/argument/BlockArgumentParser;block(Lnet/minecraft/registry/RegistryWrapper;Lcom/mojang/brigadier/StringReader;Z)Lnet/minecraft/command/argument/BlockArgumentParser$BlockResult;
intermediary method_41955
Lnet/minecraft/class_2259;method_41955(Lnet/minecraft/class_7225;Lcom/mojang/brigadier/StringReader;Z)Lnet/minecraft/class_2259$class_7211;
official a
Lgj;a(Ljk;Lcom/mojang/brigadier/StringReader;Z)Lgj$a;
-
blockOrTag
public static com.mojang.datafixers.util.Either<BlockArgumentParser.BlockResult,BlockArgumentParser.TagResult> blockOrTag(RegistryWrapper<Block> registryWrapper, String string, boolean allowSnbt) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named blockOrTag
Lnet/minecraft/command/argument/BlockArgumentParser;blockOrTag(Lnet/minecraft/registry/RegistryWrapper;Ljava/lang/String;Z)Lcom/mojang/datafixers/util/Either;
intermediary method_41962
Lnet/minecraft/class_2259;method_41962(Lnet/minecraft/class_7225;Ljava/lang/String;Z)Lcom/mojang/datafixers/util/Either;
official b
Lgj;b(Ljk;Ljava/lang/String;Z)Lcom/mojang/datafixers/util/Either;
-
blockOrTag
public static com.mojang.datafixers.util.Either<BlockArgumentParser.BlockResult,BlockArgumentParser.TagResult> blockOrTag(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowSnbt) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named blockOrTag
Lnet/minecraft/command/argument/BlockArgumentParser;blockOrTag(Lnet/minecraft/registry/RegistryWrapper;Lcom/mojang/brigadier/StringReader;Z)Lcom/mojang/datafixers/util/Either;
intermediary method_41960
Lnet/minecraft/class_2259;method_41960(Lnet/minecraft/class_7225;Lcom/mojang/brigadier/StringReader;Z)Lcom/mojang/datafixers/util/Either;
official b
Lgj;b(Ljk;Lcom/mojang/brigadier/StringReader;Z)Lcom/mojang/datafixers/util/Either;
-
getSuggestions
public static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> getSuggestions(RegistryWrapper<Block> registryWrapper, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, boolean allowTag, boolean allowSnbt) - Mappings:
Namespace Name Mixin selector named getSuggestions
Lnet/minecraft/command/argument/BlockArgumentParser;getSuggestions(Lnet/minecraft/registry/RegistryWrapper;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;ZZ)Ljava/util/concurrent/CompletableFuture;
intermediary method_9666
Lnet/minecraft/class_2259;method_9666(Lnet/minecraft/class_7225;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;ZZ)Ljava/util/concurrent/CompletableFuture;
official a
Lgj;a(Ljk;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;ZZ)Ljava/util/concurrent/CompletableFuture;
-
parse
private void parse() throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named parse
Lnet/minecraft/command/argument/BlockArgumentParser;parse()V
intermediary method_9678
Lnet/minecraft/class_2259;method_9678()V
official a
Lgj;a()V
-
suggestBlockPropertiesOrEnd
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestBlockPropertiesOrEnd(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestBlockPropertiesOrEnd
Lnet/minecraft/command/argument/BlockArgumentParser;suggestBlockPropertiesOrEnd(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9671
Lnet/minecraft/class_2259;method_9671(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official a
Lgj;a(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
suggestTagPropertiesOrEnd
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestTagPropertiesOrEnd(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestTagPropertiesOrEnd
Lnet/minecraft/command/argument/BlockArgumentParser;suggestTagPropertiesOrEnd(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9674
Lnet/minecraft/class_2259;method_9674(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official b
Lgj;b(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
suggestBlockProperties
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestBlockProperties(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestBlockProperties
Lnet/minecraft/command/argument/BlockArgumentParser;suggestBlockProperties(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9665
Lnet/minecraft/class_2259;method_9665(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official c
Lgj;c(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
suggestTagProperties
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestTagProperties(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestTagProperties
Lnet/minecraft/command/argument/BlockArgumentParser;suggestTagProperties(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9667
Lnet/minecraft/class_2259;method_9667(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official d
Lgj;d(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
suggestSnbt
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestSnbt(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestSnbt
Lnet/minecraft/command/argument/BlockArgumentParser;suggestSnbt(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9687
Lnet/minecraft/class_2259;method_9687(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official e
Lgj;e(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
hasBlockEntity
private boolean hasBlockEntity()- Mappings:
Namespace Name Mixin selector named hasBlockEntity
Lnet/minecraft/command/argument/BlockArgumentParser;hasBlockEntity()Z
intermediary method_9676
Lnet/minecraft/class_2259;method_9676()Z
official b
Lgj;b()Z
-
suggestEqualsCharacter
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestEqualsCharacter(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestEqualsCharacter
Lnet/minecraft/command/argument/BlockArgumentParser;suggestEqualsCharacter(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9693
Lnet/minecraft/class_2259;method_9693(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official f
Lgj;f(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
suggestCommaOrEnd
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestCommaOrEnd(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestCommaOrEnd
Lnet/minecraft/command/argument/BlockArgumentParser;suggestCommaOrEnd(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9689
Lnet/minecraft/class_2259;method_9689(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official g
Lgj;g(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
suggestPropertyValues
private static <T extends Comparable<T>> com.mojang.brigadier.suggestion.SuggestionsBuilder suggestPropertyValues(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Property<T> property) - Mappings:
Namespace Name Mixin selector named suggestPropertyValues
Lnet/minecraft/command/argument/BlockArgumentParser;suggestPropertyValues(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Lnet/minecraft/state/property/Property;)Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;
intermediary method_9662
Lnet/minecraft/class_2259;method_9662(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Lnet/minecraft/class_2769;)Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;
official a
Lgj;a(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ldth;)Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;
-
suggestTagPropertyValues
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestTagPropertyValues(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, String name) - Mappings:
Namespace Name Mixin selector named suggestTagPropertyValues
Lnet/minecraft/command/argument/BlockArgumentParser;suggestTagPropertyValues(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9690
Lnet/minecraft/class_2259;method_9690(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;
official a
Lgj;a(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;
-
suggestSnbtOrTagProperties
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestSnbtOrTagProperties(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestSnbtOrTagProperties
Lnet/minecraft/command/argument/BlockArgumentParser;suggestSnbtOrTagProperties(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9679
Lnet/minecraft/class_2259;method_9679(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official h
Lgj;h(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
suggestSnbtOrBlockProperties
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestSnbtOrBlockProperties(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestSnbtOrBlockProperties
Lnet/minecraft/command/argument/BlockArgumentParser;suggestSnbtOrBlockProperties(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9681
Lnet/minecraft/class_2259;method_9681(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official i
Lgj;i(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
suggestIdentifiers
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestIdentifiers(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestIdentifiers
Lnet/minecraft/command/argument/BlockArgumentParser;suggestIdentifiers(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9670
Lnet/minecraft/class_2259;method_9670(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official j
Lgj;j(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
suggestBlockId
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestBlockId(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestBlockId
Lnet/minecraft/command/argument/BlockArgumentParser;suggestBlockId(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_41963
Lnet/minecraft/class_2259;method_41963(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official k
Lgj;k(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
suggestBlockOrTagId
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestBlockOrTagId(com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector named suggestBlockOrTagId
Lnet/minecraft/command/argument/BlockArgumentParser;suggestBlockOrTagId(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary method_9673
Lnet/minecraft/class_2259;method_9673(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
official l
Lgj;l(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
parseBlockId
private void parseBlockId() throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named parseBlockId
Lnet/minecraft/command/argument/BlockArgumentParser;parseBlockId()V
intermediary method_9675
Lnet/minecraft/class_2259;method_9675()V
official c
Lgj;c()V
-
parseTagId
private void parseTagId() throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named parseTagId
Lnet/minecraft/command/argument/BlockArgumentParser;parseTagId()V
intermediary method_9677
Lnet/minecraft/class_2259;method_9677()V
official d
Lgj;d()V
-
parseBlockProperties
private void parseBlockProperties() throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named parseBlockProperties
Lnet/minecraft/command/argument/BlockArgumentParser;parseBlockProperties()V
intermediary method_9659
Lnet/minecraft/class_2259;method_9659()V
official e
Lgj;e()V
-
parseTagProperties
private void parseTagProperties() throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named parseTagProperties
Lnet/minecraft/command/argument/BlockArgumentParser;parseTagProperties()V
intermediary method_9680
Lnet/minecraft/class_2259;method_9680()V
official f
Lgj;f()V
-
parseSnbt
private void parseSnbt() throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named parseSnbt
Lnet/minecraft/command/argument/BlockArgumentParser;parseSnbt()V
intermediary method_9672
Lnet/minecraft/class_2259;method_9672()V
official g
Lgj;g()V
-
parsePropertyValue
private <T extends Comparable<T>> void parsePropertyValue(Property<T> property, String value, int cursor) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named parsePropertyValue
Lnet/minecraft/command/argument/BlockArgumentParser;parsePropertyValue(Lnet/minecraft/state/property/Property;Ljava/lang/String;I)V
intermediary method_9668
Lnet/minecraft/class_2259;method_9668(Lnet/minecraft/class_2769;Ljava/lang/String;I)V
official a
Lgj;a(Ldth;Ljava/lang/String;I)V
-
stringifyBlockState
- Mappings:
Namespace Name Mixin selector named stringifyBlockState
Lnet/minecraft/command/argument/BlockArgumentParser;stringifyBlockState(Lnet/minecraft/block/BlockState;)Ljava/lang/String;
intermediary method_9685
Lnet/minecraft/class_2259;method_9685(Lnet/minecraft/class_2680;)Ljava/lang/String;
official a
Lgj;a(Ldse;)Ljava/lang/String;
-
stringifyProperty
private static <T extends Comparable<T>> void stringifyProperty(StringBuilder builder, Property<T> property, Comparable<?> value) - Mappings:
Namespace Name Mixin selector named stringifyProperty
Lnet/minecraft/command/argument/BlockArgumentParser;stringifyProperty(Ljava/lang/StringBuilder;Lnet/minecraft/state/property/Property;Ljava/lang/Comparable;)V
intermediary method_9663
Lnet/minecraft/class_2259;method_9663(Ljava/lang/StringBuilder;Lnet/minecraft/class_2769;Ljava/lang/Comparable;)V
official a
Lgj;a(Ljava/lang/StringBuilder;Ldth;Ljava/lang/Comparable;)V
-