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 BlockInputBlockStateArgument.getBlock(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) BlockStateArgument.parse(com.mojang.brigadier.StringReader pReader) -
Uses of BlockInput in net.minecraft.server.commands
Fields in net.minecraft.server.commands declared as BlockInputModifier and TypeFieldDescription(package private) static final BlockInputFillCommand.HOLLOW_COREMethods in net.minecraft.server.commands that return BlockInputModifier and TypeMethodDescription@Nullable BlockInputFillCommand.Filter.filter(BoundingBox pBox, BlockPos pPos, BlockInput pBlock, ServerLevel pLevel) Methods in net.minecraft.server.commands with parameters of type BlockInputModifier and TypeMethodDescriptionprivate static intFillCommand.fillBlocks(CommandSourceStack pSource, BoundingBox pBox, BlockInput pBlock, FillCommand.Mode pMode, @Nullable Predicate<BlockInWorld> pFilter, boolean pStrict) @Nullable BlockInputFillCommand.Filter.filter(BoundingBox pBox, BlockPos pPos, BlockInput pBlock, ServerLevel pLevel) private static intSetBlockCommand.setBlock(CommandSourceStack pSource, BlockPos pPos, BlockInput pBlock, SetBlockCommand.Mode pMode, @Nullable Predicate<BlockInWorld> pFilter, boolean pStrict)