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 TypeMethodDescriptionSetBlockCommand.Filter.filter
(BoundingBox pBoundingBox, BlockPos pPos, BlockInput pBlockInput, ServerLevel pLevel) Methods in net.minecraft.server.commands with parameters of type BlockInputModifier and TypeMethodDescriptionprivate static int
FillCommand.fillBlocks
(CommandSourceStack pSource, BoundingBox pArea, BlockInput pNewBlock, FillCommand.Mode pMode, Predicate<BlockInWorld> pReplacingPredicate) SetBlockCommand.Filter.filter
(BoundingBox pBoundingBox, BlockPos pPos, BlockInput pBlockInput, ServerLevel pLevel) private static int
SetBlockCommand.setBlock
(CommandSourceStack pSource, BlockPos pPos, BlockInput pState, SetBlockCommand.Mode pMode, Predicate<BlockInWorld> pPredicate)