Uses of Record Class
net.minecraft.commands.arguments.blocks.BlockStateParser.BlockResult
Packages that use BlockStateParser.BlockResult
-
Uses of BlockStateParser.BlockResult in net.minecraft.commands.arguments.blocks
Methods in net.minecraft.commands.arguments.blocks that return BlockStateParser.BlockResultModifier and TypeMethodDescriptionstatic BlockStateParser.BlockResultBlockStateParser.parseForBlock(HolderLookup<Block> lookup, com.mojang.brigadier.StringReader reader, boolean allowNbt) static BlockStateParser.BlockResultBlockStateParser.parseForBlock(HolderLookup<Block> lookup, String input, boolean allowNbt) Methods in net.minecraft.commands.arguments.blocks that return types with arguments of type BlockStateParser.BlockResultModifier and TypeMethodDescriptionstatic com.mojang.datafixers.util.Either<BlockStateParser.BlockResult, BlockStateParser.TagResult> BlockStateParser.parseForTesting(HolderLookup<Block> lookup, com.mojang.brigadier.StringReader reader, boolean allowNbt) static com.mojang.datafixers.util.Either<BlockStateParser.BlockResult, BlockStateParser.TagResult> BlockStateParser.parseForTesting(HolderLookup<Block> lookup, String input, boolean allowNbt)