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> p_116124_, String p_116125_) BlockStateArgument.parse
(com.mojang.brigadier.StringReader p_116122_) -
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 TypeMethodDescriptionFillCommand.Filter.filter
(BoundingBox p_393820_, BlockPos p_394309_, BlockInput p_394349_, ServerLevel p_394652_) Methods in net.minecraft.server.commands with parameters of type BlockInputModifier and TypeMethodDescriptionprivate static int
FillCommand.fillBlocks
(CommandSourceStack p_137386_, BoundingBox p_137387_, BlockInput p_137388_, FillCommand.Mode p_137389_, Predicate<BlockInWorld> p_137390_, boolean p_393689_) FillCommand.Filter.filter
(BoundingBox p_393820_, BlockPos p_394309_, BlockInput p_394349_, ServerLevel p_394652_) private static int
SetBlockCommand.setBlock
(CommandSourceStack p_138608_, BlockPos p_138609_, BlockInput p_138610_, SetBlockCommand.Mode p_138611_, Predicate<BlockInWorld> p_138612_, boolean p_393976_)