History - net.minecraft.command.argument.BlockArgumentParser
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
<T extends Comparable<T>> void (StringBuilder, Property<T>, Comparable<?>): appendProperty, method_9663, stringifyProperty
String (RegistryKey): lambda$serialize$10, method_41959, method_41959
String (RegistryKey): lambda$serialize$0, method_41959, method_41959
CompletableFuture (String, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$readVagueProperties$9, method_9683, method_9683
CompletableFuture (String, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$readVagueProperties$0, method_9683, method_9683
CompletableFuture (Property, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$readProperties$8, method_9684, method_9684
CompletableFuture (Property, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$readProperties$0, method_9684, method_9684
com.mojang.brigadier.exceptions.CommandSyntaxException (int, Identifier): lambda$readTag$7, method_41954, method_41954
com.mojang.brigadier.exceptions.CommandSyntaxException (int, Identifier): lambda$readTag$0, method_41954, method_41954
com.mojang.brigadier.exceptions.CommandSyntaxException (int): lambda$readBlock$6, method_17956, method_17956
com.mojang.brigadier.exceptions.CommandSyntaxException (int): lambda$readBlock$0, method_17956, method_17956
1.21.11_unobfuscated
Names
net.minecraft.commands.arguments.blocks.BlockStateParser
net.minecraft.class_2259
net.minecraft.command.argument.BlockArgumentParser
Fields
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: ERROR_NO_TAGS_ALLOWED, field_10691, DISALLOWED_TAG_EXCEPTION
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: ERROR_UNKNOWN_BLOCK, field_10690, INVALID_BLOCK_ID_EXCEPTION
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: ERROR_UNKNOWN_PROPERTY, field_10695, UNKNOWN_PROPERTY_EXCEPTION
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: ERROR_DUPLICATE_PROPERTY, field_10692, DUPLICATE_PROPERTY_EXCEPTION
com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType: ERROR_INVALID_VALUE, field_10683, INVALID_PROPERTY_EXCEPTION
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: ERROR_EXPECTED_VALUE, field_10688, EMPTY_PROPERTY_EXCEPTION
com.mojang.brigadier.exceptions.SimpleCommandExceptionType: ERROR_EXPECTED_END_OF_PROPERTIES, field_10684, UNCLOSED_PROPERTIES_EXCEPTION
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: ERROR_UNKNOWN_TAG, field_37965, UNKNOWN_BLOCK_TAG_EXCEPTION
char: SYNTAX_START_PROPERTIES, field_32800, PROPERTIES_OPENING
char: SYNTAX_START_NBT, field_32801, NBT_OPENING
char: SYNTAX_END_PROPERTIES, field_32802, PROPERTIES_CLOSING
char: SYNTAX_EQUALS, field_32803, PROPERTY_DEFINER
char: SYNTAX_PROPERTY_SEPARATOR, field_32804, PROPERTY_SEPARATOR
char: SYNTAX_TAG, field_32805, TAG_PREFIX
Function<com.mojang.brigadier.suggestion.SuggestionsBuilder, CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>>: SUGGEST_NOTHING, field_10682, SUGGEST_DEFAULT
RegistryWrapper<Block>: blocks, field_37966, registryWrapper
com.mojang.brigadier.StringReader: reader, field_10698, reader
boolean: forTesting, field_10687, allowTag
boolean: allowNbt, field_37967, allowSnbt
Map<Property<?>, Comparable<?>>: properties, field_10699, blockProperties
Map<String, String>: vagueProperties, field_10685, tagProperties
Identifier: id, field_10697, blockId
StateManager<Block, BlockState>: definition, field_10689, stateFactory
BlockState: state, field_10686, blockState
NbtCompound: nbt, field_10693, data
RegistryEntryList<Block>: tag, field_10681, tagId
Function<com.mojang.brigadier.suggestion.SuggestionsBuilder, CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>>: suggestions, field_10696, suggestions
Constructors
(RegistryWrapper<Block>, com.mojang.brigadier.StringReader, boolean, boolean)
Methods
BlockArgumentParser$BlockResult (RegistryWrapper<Block>, String, boolean): parseForBlock, method_41957, block
BlockArgumentParser$BlockResult (RegistryWrapper<Block>, com.mojang.brigadier.StringReader, boolean): parseForBlock, method_41955, block
com.mojang.datafixers.util.Either<BlockArgumentParser$BlockResult, BlockArgumentParser$TagResult> (RegistryWrapper<Block>, String, boolean): parseForTesting, method_41962, blockOrTag
com.mojang.datafixers.util.Either<BlockArgumentParser$BlockResult, BlockArgumentParser$TagResult> (RegistryWrapper<Block>, com.mojang.brigadier.StringReader, boolean): parseForTesting, method_41960, blockOrTag
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (RegistryWrapper<Block>, com.mojang.brigadier.suggestion.SuggestionsBuilder, boolean, boolean): fillSuggestions, method_9666, getSuggestions
void (): parse, method_9678, parse
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestPropertyNameOrEnd, method_9671, suggestBlockPropertiesOrEnd
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestVaguePropertyNameOrEnd, method_9674, suggestTagPropertiesOrEnd
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestPropertyName, method_9665, suggestBlockProperties
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestVaguePropertyName, method_9667, suggestTagProperties
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestOpenNbt, method_9687, suggestSnbt
boolean (): hasBlockEntity, method_9676, hasBlockEntity
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestEquals, method_9693, suggestEqualsCharacter
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestNextPropertyOrEnd, method_9689, suggestCommaOrEnd
<T extends Comparable<T>> com.mojang.brigadier.suggestion.SuggestionsBuilder (com.mojang.brigadier.suggestion.SuggestionsBuilder, Property<T>): addSuggestions, method_9662, suggestPropertyValues
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder, String): suggestVaguePropertyValue, method_9690, suggestTagPropertyValues
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestOpenVaguePropertiesOrNbt, method_9679, suggestSnbtOrTagProperties
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestOpenPropertiesOrNbt, method_9681, suggestSnbtOrBlockProperties
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestTag, method_9670, suggestIdentifiers
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestItem, method_41963, suggestBlockId
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> (com.mojang.brigadier.suggestion.SuggestionsBuilder): suggestBlockIdOrTag, method_9673, suggestBlockOrTagId
void (): readBlock, method_9675, parseBlockId
void (): readTag, method_9677, parseTagId
void (): readProperties, method_9659, parseBlockProperties
void (): readVagueProperties, method_9680, parseTagProperties
void (): readNbt, method_9672, parseSnbt
<T extends Comparable<T>> void (Property<T>, String, int): setValue, method_9668, parsePropertyValue
String (BlockState): serialize, method_9685, stringifyBlockState
<T extends Comparable<T>> void (StringBuilder, Property<T>, Comparable<?>): appendProperty, method_9663, stringifyProperty
String (RegistryKey): lambda$serialize$10, method_41959, method_41959
CompletableFuture (String, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$readVagueProperties$9, method_9683, method_9683
CompletableFuture (Property, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$readProperties$8, method_9684, method_9684
com.mojang.brigadier.exceptions.CommandSyntaxException (int, Identifier): lambda$readTag$7, method_41954, method_41954
com.mojang.brigadier.exceptions.CommandSyntaxException (int): lambda$readBlock$6, method_17956, method_17956
com.mojang.brigadier.Message (Object): lambda$static$5, method_41958, method_41958
com.mojang.brigadier.Message (Object, Object): lambda$static$4, method_9686, method_9686
com.mojang.brigadier.Message (Object, Object, Object): lambda$static$3, method_9660, method_9660
com.mojang.brigadier.Message (Object, Object): lambda$static$2, method_9691, method_9691
com.mojang.brigadier.Message (Object, Object): lambda$static$1, method_9661, method_9661
com.mojang.brigadier.Message (Object): lambda$static$0, method_9682, method_9682