Uses of Class
net.minecraft.commands.arguments.blocks.BlockInput
-
Uses of BlockInput in net.minecraft.commands.arguments.blocks
Modifier and TypeMethodDescriptionstatic BlockInput
BlockStateArgument.getBlock(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_116124_, String p_116125_)
BlockStateArgument.parse(com.mojang.brigadier.StringReader p_116122_)
-
Uses of BlockInput in net.minecraft.server.commands
Modifier and TypeMethodDescriptionSetBlockCommand.Filter.filter(BoundingBox p_138620_, BlockPos p_138621_, BlockInput p_138622_, ServerLevel p_138623_)
Modifier and TypeMethodDescriptionprivate static int
FillCommand.fillBlocks(CommandSourceStack p_137386_, BoundingBox p_137387_, BlockInput p_137388_, FillCommand.Mode p_137389_, Predicate<BlockInWorld> p_137390_)
SetBlockCommand.Filter.filter(BoundingBox p_138620_, BlockPos p_138621_, BlockInput p_138622_, ServerLevel p_138623_)
private static int
SetBlockCommand.setBlock(CommandSourceStack p_138608_, BlockPos p_138609_, BlockInput p_138610_, SetBlockCommand.Mode p_138611_, Predicate<BlockInWorld> p_138612_)