Uses of Class
net.minecraft.command.arguments.BlockStateInput
-
Packages that use BlockStateInput Package Description net.minecraft.command.arguments net.minecraft.command.impl -
-
Uses of BlockStateInput in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return BlockStateInput Modifier and Type Method Description static BlockStateInput
BlockStateArgument. getBlock(com.mojang.brigadier.context.CommandContext<CommandSource> p_197238_0_, java.lang.String p_197238_1_)
BlockStateInput
BlockStateArgument. parse(com.mojang.brigadier.StringReader p_parse_1_)
-
Uses of BlockStateInput in net.minecraft.command.impl
Fields in net.minecraft.command.impl declared as BlockStateInput Modifier and Type Field Description private static BlockStateInput
FillCommand. HOLLOW_CORE
Methods in net.minecraft.command.impl that return BlockStateInput Modifier and Type Method Description BlockStateInput
SetBlockCommand.IFilter. filter(MutableBoundingBox p_filter_1_, BlockPos p_filter_2_, BlockStateInput p_filter_3_, ServerWorld p_filter_4_)
Methods in net.minecraft.command.impl with parameters of type BlockStateInput Modifier and Type Method Description private static int
FillCommand. fillBlocks(CommandSource p_198463_0_, MutableBoundingBox p_198463_1_, BlockStateInput p_198463_2_, FillCommand.Mode p_198463_3_, java.util.function.Predicate<CachedBlockInfo> p_198463_4_)
BlockStateInput
SetBlockCommand.IFilter. filter(MutableBoundingBox p_filter_1_, BlockPos p_filter_2_, BlockStateInput p_filter_3_, ServerWorld p_filter_4_)
private static int
SetBlockCommand. setBlock(CommandSource p_198683_0_, BlockPos p_198683_1_, BlockStateInput p_198683_2_, SetBlockCommand.Mode p_198683_3_, java.util.function.Predicate<CachedBlockInfo> p_198683_4_)
-