Uses of Class
net.minecraft.command.argument.BlockStateArgument
-
Uses of BlockStateArgument in net.minecraft.command.argument
Modifier 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
Modifier and TypeFieldDescription(package private) static BlockStateArgument
FillCommand.AIR_BLOCK_ARGUMENT
Modifier and TypeMethodDescriptionSetBlockCommand.Filter.filter(BlockBox box, BlockPos pos, BlockStateArgument block, ServerWorld world)
Modifier 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)