Uses of Class
net.minecraft.commands.arguments.blocks.BlockInput
Packages that use BlockInput
-
Uses of BlockInput in net.minecraft.commands.arguments.blocks
Methods in net.minecraft.commands.arguments.blocks that return BlockInputModifier and TypeMethodDescriptionstatic BlockInputBlockStateArgument.getBlock(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) BlockStateArgument.parse(com.mojang.brigadier.StringReader reader) -
Uses of BlockInput in net.minecraft.server.commands
Fields in net.minecraft.server.commands declared as BlockInputModifier and TypeFieldDescription(package private) static final BlockInputFillCommand.HOLLOW_COREMethods in net.minecraft.server.commands that return BlockInputModifier and TypeMethodDescriptionFillCommand.Filter.filter(BoundingBox box, BlockPos pos, BlockInput block, ServerLevel level) Methods in net.minecraft.server.commands with parameters of type BlockInputModifier and TypeMethodDescriptionprivate static intFillCommand.fillBlocks(CommandSourceStack source, BoundingBox box, BlockInput block, FillCommand.Mode mode, Predicate<BlockInWorld> filter, boolean strict) FillCommand.Filter.filter(BoundingBox box, BlockPos pos, BlockInput block, ServerLevel level) private static intSetBlockCommand.setBlock(CommandSourceStack source, BlockPos pos, BlockInput block, SetBlockCommand.Mode mode, Predicate<BlockInWorld> filter, boolean strict)