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 pBox, BlockPos pPos, BlockInput pBlock, ServerLevel pLevel) Methods in net.minecraft.server.commands with parameters of type BlockInputModifier and TypeMethodDescriptionprivate static int
FillCommand.fillBlocks
(CommandSourceStack pSource, BoundingBox pBox, BlockInput pBlock, FillCommand.Mode pMode, Predicate<BlockInWorld> pFilter, boolean pStrict) FillCommand.Filter.filter
(BoundingBox pBox, BlockPos pPos, BlockInput pBlock, ServerLevel pLevel) private static int
SetBlockCommand.setBlock
(CommandSourceStack pSource, BlockPos pPos, BlockInput pBlock, SetBlockCommand.Mode pMode, Predicate<BlockInWorld> pFilter, boolean pStrict)