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 TypeMethodDescriptionSetBlockCommand.Filter.filter(BoundingBox boundingBox, BlockPos pos, BlockInput blockInput, ServerLevel level) Methods in net.minecraft.server.commands with parameters of type BlockInputModifier and TypeMethodDescriptionprivate static intFillCommand.fillBlocks(CommandSourceStack source, BoundingBox area, BlockInput newBlock, FillCommand.Mode mode, Predicate<BlockInWorld> replacingPredicate) SetBlockCommand.Filter.filter(BoundingBox boundingBox, BlockPos pos, BlockInput blockInput, ServerLevel level) private static intSetBlockCommand.setBlock(CommandSourceStack source, BlockPos pos, BlockInput state, SetBlockCommand.Mode mode, Predicate<BlockInWorld> predicate)