Uses of Class
net.minecraft.commands.arguments.blocks.BlockInput
Packages that use BlockInput
-
Uses of BlockInput in net.minecraft.commands.arguments.blocks
Classes in net.minecraft.commands.arguments.blocks that implement interfaces with type arguments of type BlockInputMethods 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 BlockInputMethods in net.minecraft.server.commands that return BlockInputModifier and TypeMethodDescription@Nullable BlockInputFillCommand.Filter.filter(BoundingBox region, 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 region, BlockInput target, FillCommand.Mode mode, @Nullable Predicate<BlockInWorld> predicate, boolean strict) @Nullable BlockInputFillCommand.Filter.filter(BoundingBox region, BlockPos pos, BlockInput block, ServerLevel level) private static intSetBlockCommand.setBlock(CommandSourceStack source, BlockPos pos, BlockInput block, SetBlockCommand.Mode mode, @Nullable Predicate<BlockInWorld> predicate, boolean strict)