| Package | Description | 
|---|---|
| net.minecraft.command.impl | 
| Modifier and Type | Method and Description | 
|---|---|
static SetBlockCommand.Mode | 
SetBlockCommand.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SetBlockCommand.Mode[] | 
SetBlockCommand.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private static int | 
SetBlockCommand.setBlock(CommandSource source,
        BlockPos pos,
        BlockStateInput state,
        SetBlockCommand.Mode mode,
        java.util.function.Predicate<CachedBlockInfo> predicate)  |