Package | Description |
---|---|
net.minecraft.command.arguments | |
net.minecraft.command.impl |
Modifier and Type | Method and Description |
---|---|
static BlockStateInput |
BlockStateArgument.getBlockState(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
BlockStateInput |
BlockStateArgument.parse(com.mojang.brigadier.StringReader p_parse_1_) |
Modifier and Type | Field and Description |
---|---|
private static BlockStateInput |
FillCommand.AIR |
Modifier and Type | Method and Description |
---|---|
BlockStateInput |
SetBlockCommand.IFilter.filter(MutableBoundingBox p_filter_1_,
BlockPos p_filter_2_,
BlockStateInput p_filter_3_,
ServerWorld p_filter_4_) |
Modifier and Type | Method and Description |
---|---|
private static int |
FillCommand.doFill(CommandSource source,
MutableBoundingBox area,
BlockStateInput newBlock,
FillCommand.Mode mode,
java.util.function.Predicate<CachedBlockInfo> replacingPredicate) |
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 source,
BlockPos pos,
BlockStateInput state,
SetBlockCommand.Mode mode,
java.util.function.Predicate<CachedBlockInfo> predicate) |