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 BlockInput
BlockStateArgument.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 BlockInput
FillCommand.HOLLOW_CORE
Methods 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 int
FillCommand.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 int
SetBlockCommand.setBlock
(CommandSourceStack source, BlockPos pos, BlockInput state, SetBlockCommand.Mode mode, Predicate<BlockInWorld> predicate)