Uses of Class
net.minecraft.command.argument.BlockStateArgument
Packages that use BlockStateArgument
-
Uses of BlockStateArgument in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return BlockStateArgumentModifier and TypeMethodDescriptionstatic BlockStateArgument
BlockStateArgumentType.getBlockState
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) BlockStateArgumentType.parse
(com.mojang.brigadier.StringReader stringReader) -
Uses of BlockStateArgument in net.minecraft.server.command
Fields in net.minecraft.server.command declared as BlockStateArgumentModifier and TypeFieldDescription(package private) static final BlockStateArgument
FillCommand.AIR_BLOCK_ARGUMENT
Methods in net.minecraft.server.command that return BlockStateArgumentModifier and TypeMethodDescriptionSetBlockCommand.Filter.filter
(BlockBox box, BlockPos pos, BlockStateArgument block, ServerWorld world) Methods in net.minecraft.server.command with parameters of type BlockStateArgumentModifier and TypeMethodDescriptionprivate static int
FillCommand.execute
(ServerCommandSource source, BlockBox range, BlockStateArgument block, FillCommand.Mode mode, @Nullable Predicate<CachedBlockPosition> filter) private static int
SetBlockCommand.execute
(ServerCommandSource source, BlockPos pos, BlockStateArgument block, SetBlockCommand.Mode mode, @Nullable Predicate<CachedBlockPosition> condition) SetBlockCommand.Filter.filter
(BlockBox box, BlockPos pos, BlockStateArgument block, ServerWorld world)