Uses of Class
net.minecraft.server.command.SetBlockCommand.Mode
Package | Description |
---|---|
net.minecraft.server.command |
-
Uses of SetBlockCommand.Mode in net.minecraft.server.command
Methods in net.minecraft.server.command that return SetBlockCommand.Mode Modifier and Type Method Description static SetBlockCommand.Mode
SetBlockCommand.Mode. valueOf(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.Methods in net.minecraft.server.command with parameters of type SetBlockCommand.Mode Modifier and Type Method Description private static int
SetBlockCommand. execute(ServerCommandSource source, BlockPos pos, BlockStateArgument block, SetBlockCommand.Mode mode, @Nullable Predicate<CachedBlockPosition> condition)